source: trunk/mesoscale/LMD_MM_MARS/SRC/WRFV2/call_meso_physiq4.inc @ 35

Last change on this file since 35 was 28, checked in by aslmd, 14 years ago

LMD_MM_MARS: ancienne et nouvelle physique sur le mm coeur dynamique

File size: 2.3 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       CASE(4)
46       CALL d4_meso_physiq (ngrid,nlayer,nq,                           &
47               firstcall,lastcall,wday_ini,pday,ptime,ptimestep,       &
48               pplev,pplay,pphi,pu, pv, pt, pq, pw,                    &
49               pdu, pdv, pdt, pdq, pdpsrf, tracerdyn,          &
50               wtsurf,wtsoil,wemis,wq2,wqsurf,wco2ice,                 &
51#ifdef NEWPHYS
52               wisoil, wdsoil, &
53#endif
54               wecri_phys_sec,                &
55               output_tab2d, output_tab3d, flag_LES)
56
57!       CASE(3:)
58!       print *, '** Mars ** Not supported ...'
59!       stop
60!
61END SELECT
62
63
Note: See TracBrowser for help on using the repository browser.