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 | |
---|
1 | c----------------------------------------------------------------------- |
---|
2 | c 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) |
---|
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 | c----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.