Last change
on this file since 3026 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
|
Rev | Line | |
---|
[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 | end module surfdat_h |
---|
| 20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.