source: trunk/LMDZ.GENERIC/libf/phystd/surfdat_h.F90 @ 2957

Last change on this file since 2957 was 2784, checked in by emillour, 2 years ago

Generic GCM:
Some cleanup:

  • remove top level obsolete "patch_large_domains" directory
  • remove unused "watercaptag" field in the physics.

EM

File size: 986 bytes
RevLine 
[787]1
2       module surfdat_h
3
4       implicit none
5
[1482]6       real,allocatable,dimension(:) :: albedodat ! albedo of bare ground stocked in startfi.nc file.
[1315]7!$OMP THREADPRIVATE(albedodat)
[787]8       ! Ehouarn: moved inertiedat to comsoil.h
9       !      real inertiedat, ! thermal inertia
10       real,allocatable,dimension(:) :: phisfi ! geopotential at ground level
[1315]11!$OMP THREADPRIVATE(phisfi)
[787]12       real,dimension(2) :: emisice ! ice emissivity; 1:Northern hemisphere 2:Southern hemisphere
13       real emissiv
14       real,dimension(2) :: iceradius, dtemisice
[1482]15!$OMP THREADPRIVATE(emisice,emissiv,iceradius,dtemisice)
[787]16       real,allocatable,dimension(:) :: zmea,zstd,zsig,zgam,zthe
[1315]17!$OMP THREADPRIVATE(zmea,zstd,zsig,zgam,zthe)
[787]18
19       real,allocatable,dimension(:) :: dryness  !"Dryness coefficient" for grnd water ice sublimation
20                                                 ! AS: previously in tracer.h. it is more logical here.
[2784]21!$OMP THREADPRIVATE(dryness)
[787]22
23       end module surfdat_h
24
Note: See TracBrowser for help on using the repository browser.