source: trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_inifis1.inc @ 1041

Last change on this file since 1041 was 1038, checked in by aslmd, 11 years ago

MESOSCALE
LMDZ.MARS

--> Performed the necessary modifications for dynamic tracers

to work with the mesoscale model (new physics).

--> Added precompiling flag MESOSCALE around pressure modifications

done in revision 883. This makes the mesoscale model become crazy.

--> Added an option -e in makemeso to erase a configuration and start over.

NOTE
--> not sure recent versions (rev>1000) are compliant with nesting compilation.
--> use mesoscale model + new physics with caution. still not stabilized.

File size: 1.1 KB
Line 
1!
2! part of the module_lmd_driver program
3! that is (number of domains)-dependent
4!
5
6
7       CALL inifis(ngridmx,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)
Note: See TracBrowser for help on using the repository browser.