source: trunk/LMDZ.TITAN/libf/phytitan/surfdat_h.F90 @ 3529

Last change on this file since 3529 was 1647, checked in by jvatant, 8 years ago

+ Major clean of the new LMDZ.TITAN from too-generic options and routines (water, co2, ocean, surface type ...)
+ From this revision LMDZ.TITAN begins to be really separated from LMDZ.GENERIC
+ Partial desactivation of aerosols, only the dummy case is still enabled to keep the code running ( new aerosol routines to come in followings commits )

JVO

File size: 749 bytes
Line 
1
2       module surfdat_h
3
4       implicit none
5
6       real,allocatable,dimension(:) :: albedodat ! albedo of bare ground stocked in startfi.nc file.
7!$OMP THREADPRIVATE(albedodat)
8       ! Ehouarn: moved inertiedat to comsoil.h
9       !      real inertiedat, ! thermal inertia
10       real,allocatable,dimension(:) :: phisfi ! geopotential at ground level
11!$OMP THREADPRIVATE(phisfi)
12       real,dimension(2) :: emisice ! ice emissivity; 1:Northern hemisphere 2:Southern hemisphere
13       real emissiv
14       real,dimension(2) :: iceradius, dtemisice
15!$OMP THREADPRIVATE(emisice,emissiv,iceradius,dtemisice)
16       real,allocatable,dimension(:) :: zmea,zstd,zsig,zgam,zthe
17!$OMP THREADPRIVATE(zmea,zstd,zsig,zgam,zthe)
18
19       end module surfdat_h
20
Note: See TracBrowser for help on using the repository browser.