Last change
on this file since 2756 was
678,
checked in by aslmd, 12 years ago
|
MESOSCALE : modifications for restart broke MMM or LES with old physics. now fixed.
|
File size:
666 bytes
|
Line | |
---|
1 | ! |
---|
2 | ! part of the module_lmd_driver program |
---|
3 | ! that is (number of domains)-dependent |
---|
4 | ! |
---|
5 | |
---|
6 | |
---|
7 | CALL physiq (ngrid,nlayer,nq, & |
---|
8 | firstcall,lastcall,pday,ptime,ptimestep, & |
---|
9 | pplev,pplay,pphi,pu, pv, pt, pq, pw, & |
---|
10 | pdu, pdv, pdt, pdq, pdpsrf, tracerdyn, & |
---|
11 | wtsurf,wtsoil,wemis,wq2,wqsurf,wco2ice, & |
---|
12 | #ifdef NEWPHYS |
---|
13 | wtnom, wisoil, wdsoil, & |
---|
14 | wfluxrad,wwstar, & |
---|
15 | #endif |
---|
16 | wday_ini, & |
---|
17 | output_tab2d, output_tab3d, & |
---|
18 | flag_LES) |
---|
19 | |
---|
20 | |
---|
21 | |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.