source: trunk/mesoscale/LMD_MM_MARS/SRC/WRFV2/call_meso_physiq3.inc @ 46

Last change on this file since 46 was 28, checked in by aslmd, 15 years ago

LMD_MM_MARS: ancienne et nouvelle physique sur le mm coeur dynamique

File size: 1.7 KB
Line 
1!
2! part of the module_lmd_driver program
3! that is (number of domains)-dependent
4!
5
6
7SELECT CASE (id)
8
9       CASE(1)
10       CALL meso_physiq (ngrid,nlayer,nq,                              &
11               firstcall,lastcall,wday_ini,pday,ptime,ptimestep,       &
12               pplev,pplay,pphi,pu, pv, pt, pq, pw,                    &
13               pdu, pdv, pdt, pdq, pdpsrf, tracerdyn,          &
14               wtsurf,wtsoil,wemis,wq2,wqsurf,wco2ice,                 &
15#ifdef NEWPHYS
16               wisoil, wdsoil, &
17#endif
18               wecri_phys_sec,                &
19               output_tab2d, output_tab3d, flag_LES)
20
21       CASE(2)
22       CALL d2_meso_physiq (ngrid,nlayer,nq,                           &
23               firstcall,lastcall,wday_ini,pday,ptime,ptimestep,       &
24               pplev,pplay,pphi,pu, pv, pt, pq, pw,                    &
25               pdu, pdv, pdt, pdq, pdpsrf, tracerdyn,          &
26               wtsurf,wtsoil,wemis,wq2,wqsurf,wco2ice,                 &
27#ifdef NEWPHYS
28               wisoil, wdsoil, &
29#endif
30               wecri_phys_sec,                &
31               output_tab2d, output_tab3d, flag_LES)
32
33       CASE(3)
34       CALL d3_meso_physiq (ngrid,nlayer,nq,                           &
35               firstcall,lastcall,wday_ini,pday,ptime,ptimestep,       &
36               pplev,pplay,pphi,pu, pv, pt, pq, pw,                    &
37               pdu, pdv, pdt, pdq, pdpsrf, tracerdyn,          &
38               wtsurf,wtsoil,wemis,wq2,wqsurf,wco2ice,                 &
39#ifdef NEWPHYS
40               wisoil, wdsoil, &
41#endif
42               wecri_phys_sec,                &
43               output_tab2d, output_tab3d, flag_LES)
44
45
46!       CASE(3:)
47!       print *, '** Mars ** Not supported ...'
48!       stop
49!
50END SELECT
51
52
Note: See TracBrowser for help on using the repository browser.