1 | INTEGER wday_ini |
---|
2 | REAL wtsurf(ngridmx) ! input only ay firstcall - output |
---|
3 | REAL wtsoil(ngridmx,nsoilmx) |
---|
4 | REAL wisoil(ngridmx,nsoilmx) !! new soil scheme |
---|
5 | REAL wdsoil(ngridmx,nsoilmx) !! new soil scheme |
---|
6 | REAL wco2ice(ngridmx) |
---|
7 | REAL wemis(ngridmx) |
---|
8 | REAL wqsurf(ngridmx,nqmx) |
---|
9 | REAL wq2(ngridmx,nlayermx+1) |
---|
10 | REAL wwstar(ngridmx) |
---|
11 | REAL wfluxrad(ngridmx) |
---|
12 | REAL output_tab2d(ngridmx,n2d) |
---|
13 | REAL output_tab3d(ngridmx,nlayer,n3d) |
---|
14 | REAL sensheat(ngridmx) !! pour LES avec isfflx!=0 |
---|
15 | !REAL ustar(ngridmx) !! pour LES avec isfflx!=0 !! already defined |
---|
16 | LOGICAL flag_LES !! pour LES avec isfflx!=0 |
---|
17 | REAL qsurfice(ngridmx) !! pour diagnostics |
---|
18 | real alpha,lay1 ! coefficients for building layers |
---|
19 | integer iloop |
---|
20 | INTEGER tracerset !!! this corresponds to config%mars |
---|
21 | CHARACTER (len=20) :: wtnom(nqmx) ! tracer name |
---|
22 | |
---|
23 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! JF |
---|
24 | REAL qsurfdust(ngridmx) ! useful for dust diagnostics |
---|
25 | REAL TAU_lay(ngridmx) ! true opacity (it's not e reference life tauref) |
---|
26 | REAL dsodust(ngridmx,nlayermx) |
---|
27 | REAL zdqsdif_diag(ngridmx) ! useful for lifting diagnostics |
---|
28 | REAL zdqssed_diag(ngridmx) ! useful for sedimentation diagnostics |
---|
29 | REAL pdq_diag(ngridmx) ! useful for dust perturbation diagnostics |
---|
30 | REAL dustot(ngridmx) ! Total mass of dust integrated along vertical axe (kg/m2) |
---|
31 | REAL zdqnorm(ngridmx,nlayermx,2) |
---|
32 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! JF |
---|