1 | ! |
---|
2 | ! part of the module_lmd_driver program |
---|
3 | ! that is (number of domains)-dependent |
---|
4 | ! |
---|
5 | |
---|
6 | |
---|
7 | CALL meso_inifis(ngridmx,nlayer,nqmx,dt, & |
---|
8 | wday_ini,wdaysec, & |
---|
9 | wappel_phys, & |
---|
10 | lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp, & |
---|
11 | womeg,wmugaz, & |
---|
12 | wyear_day,wperiheli,waphelie,wperi_day,wobliquit, & |
---|
13 | wz0,wemin_turb,wlmixmin, & |
---|
14 | wemissiv,wemissiceN,wemissiceS,walbediceN,walbediceS, & |
---|
15 | wiceradiusN,wiceradiusS,wdtemisiceN,wdtemisiceS, & |
---|
16 | #ifdef NEWPHYS |
---|
17 | walbedodat, wphisfi, wvolcapa, & |
---|
18 | #else |
---|
19 | walbedodat, winertiedat, wphisfi, & |
---|
20 | #endif |
---|
21 | wzmea,wzstd,wzsig,wzgam,wzthe, & |
---|
22 | wtheta, wpsi) |
---|