Last change
on this file since 3436 was
3175,
checked in by emillour, 11 months ago
|
Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM
|
File size:
833 bytes
|
Line | |
---|
1 | c----------------------------------------------------------------------- |
---|
2 | c INCLUDE fisice.h |
---|
3 | |
---|
4 | COMMON/fisice/dqsf,rice_ch4,rice_co,nuice,rnuclei,zcondicea |
---|
5 | |
---|
6 | REAL dqsf(nqmx) ! tendance of tracer on surface (e.g. kg.m-2) |
---|
7 | REAL rice_ch4(ngridmx,nlayermx) ! CH4 Estimated ice crystal radius (m) |
---|
8 | REAL rice_co(ngridmx,nlayermx) ! CO Estimated ice crystal radius (m) |
---|
9 | REAL nuice(ngridmx,nlayermx) ! Estimated effective variance |
---|
10 | ! of the size distribution |
---|
11 | ! MODIF_JBM_08W45 |
---|
12 | REAL rnuclei(ngridmx,nlayermx) ! Prescribed nuclei radius in each layer (m) |
---|
13 | c Variables used to define ice scavenging by atmos. N2 condensing |
---|
14 | REAL zcondicea(ngridmx,nlayermx) |
---|
15 | c----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.