| 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,wecri_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 | walbedodat,,wphisfi, & |
|---|
| 17 | wzmea,wzstd,wzsig,wzgam,wzthe, & |
|---|
| 18 | wtheta,wpsi,wvolcapa) |
|---|
| 19 | |
|---|