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