Last change
on this file since 3428 was
11,
checked in by aslmd, 14 years ago
|
spiga@svn-planeto:ajoute le modele meso-echelle martien
|
File size:
801 bytes
|
Line | |
---|
1 | c----------------------------------------------------------------------- |
---|
2 | c 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) |
---|
9 | c Variables used to define water ice scavenging by atmos. CO2 condensing |
---|
10 | REAL zcondicea(ngridmx,nlayermx) |
---|
11 | c Some diagnostic variables |
---|
12 | |
---|
13 | REAL pclc(ngridmx) ! cloud cover ratio (used by radiative transfer, may depend of nlay in the future) |
---|
14 | |
---|
15 | cccccWRF |
---|
16 | c for WRF outputs |
---|
17 | cccccWRF |
---|
18 | REAL icetot(ngridmx),mtot(ngridmx),rave(ngridmx) |
---|
19 | |
---|
20 | c----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.