source: trunk/MESOSCALE/LMDZ.MARS/libf_gcm/phymars/fisice.h @ 1242

Last change on this file since 1242 was 57, checked in by aslmd, 14 years ago

mineur LMD_MM_MARS: ajout du GCM ancienne physique, systeme maintenant complet sur SVN (ne manque que la base de donnees d'etats initiaux)

File size: 691 bytes
Line 
1c-----------------------------------------------------------------------
2c INCLUDE fisice.h
3
4      COMMON/fisice/dqsf,rice,rdust,zcondicea,pclc
5
6      REAL dqsf(nqmx)       ! tendance of tracer on surface (e.g. kg.m-2)
7      REAL rice(ngridmx,nlayermx) ! Estimated ice crystal radius (m)
8      REAL rdust(ngridmx,nlayermx) ! Prescribed dust radius in each layer (m) 
9c Variables used to define water ice scavenging by atmos. CO2 condensing
10      REAL zcondicea(ngridmx,nlayermx)
11c Some diagnostic variables
12
13      REAL pclc(ngridmx)  ! cloud cover ratio (used by radiative transfer, may depend of nlay in the future)
14c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.