Last change
on this file since 601 was
253,
checked in by emillour, 13 years ago
|
Generic GCM
- Massive update to version 0.7
EM+RW
|
File size:
738 bytes
|
Line | |
---|
1 | !----------------------------------------------------------------------- |
---|
2 | ! INCLUDE fisice.h |
---|
3 | |
---|
4 | COMMON/fisice/dqsf,rice,nuice,rdust,zcondicea |
---|
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 nuice(ngridmx,nlayermx) ! Estimated effective variance |
---|
9 | ! of the size distribution |
---|
10 | ! MODIF_JBM_08W45 |
---|
11 | REAL rdust(ngridmx,nlayermx) ! Prescribed dust radius in each layer (m) |
---|
12 | ! Variables used to define water ice scavenging by atmos. CO2 condensing |
---|
13 | REAL zcondicea(ngridmx,nlayermx) |
---|
14 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.