Last change
on this file since 1233 was
1233,
checked in by aslmd, 11 years ago
|
LMDZ.MARS. Filling geom arrays is now out of phys_var_state_init. Done through a merged function ini_fillgeom within the comgeomfi_h module. Cosmetic changes. New interface with the mesoscale model: lesser amount of dirty MESOSCALE includes.
|
File size:
1.1 KB
|
Line | |
---|
1 | REAL output_tab2d(ngrid,n2d) |
---|
2 | REAL output_tab3d(ngrid,nlayer,n3d) |
---|
3 | REAL sensheat(ngrid) !! pour LES avec isfflx!=0 |
---|
4 | !REAL ustar(ngrid) !! pour LES avec isfflx!=0 !! already defined |
---|
5 | LOGICAL flag_LES !! pour LES avec isfflx!=0 |
---|
6 | REAL qsurfice(ngrid) !! pour diagnostics |
---|
7 | INTEGER tracerset !!! this corresponds to config%mars |
---|
8 | |
---|
9 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! JF |
---|
10 | REAL qsurfdust(ngrid) ! useful for dust diagnostics |
---|
11 | REAL TAU_lay(ngrid) ! true opacity (it's not e reference life tauref) |
---|
12 | REAL dsodust(ngrid,nlayermx) |
---|
13 | REAL zdqsdif_diag(ngrid) ! useful for lifting diagnostics |
---|
14 | REAL zdqssed_diag(ngrid) ! useful for sedimentation diagnostics |
---|
15 | REAL pdq_diag(ngrid) ! useful for dust perturbation diagnostics |
---|
16 | REAL dustot(ngrid) ! Total mass of dust integrated along vertical axe (kg/m2) |
---|
17 | REAL zdqnorm(ngrid,nlayermx,2) |
---|
18 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! JF |
---|
Note: See
TracBrowser
for help on using the repository browser.