source: trunk/WRF.COMMON/WRFV2/mars_lmd/libf/phymars/fisice.h

Last change on this file was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

File size: 801 bytes
Line 
1c-----------------------------------------------------------------------
2c INCLUDE fisice.h
3
4      COMMON/fisice/dqsf,rice,rdust,zcondicea,pclc,icetot,mtot,rave
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)
14
15cccccWRF
16c for WRF outputs
17cccccWRF
18      REAL icetot(ngridmx),mtot(ngridmx),rave(ngridmx)
19
20c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.