source: trunk/mesoscale/LMD_MM_MARS/SRC/WRFV2/call_meso_physiq2.inc @ 12

Last change on this file since 12 was 11, checked in by aslmd, 15 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

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
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               wecri_phys_sec,                &
16               output_tab2d, output_tab3d, flag_LES)
17
18       CASE(2)
19       CALL d2_meso_physiq (ngrid,nlayer,nq,                           &
20               firstcall,lastcall,wday_ini,pday,ptime,ptimestep,       &
21               pplev,pplay,pphi,pu, pv, pt, pq, pw,                    &
22               pdu, pdv, pdt, pdq, pdpsrf, tracerdyn,          &
23               wtsurf,wtsoil,wemis,wq2,wqsurf,wco2ice,                 &
24               wecri_phys_sec,                &
25               output_tab2d, output_tab3d, flag_LES)
26
27!       CASE(3:)
28!       print *, '** Mars ** Not supported ...'
29!       stop
30!
31END SELECT
32
33
Note: See TracBrowser for help on using the repository browser.