source: trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_inifis5.inc @ 1095

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

MESOSCALE. fix for 5nests. different Registry for oldphys and newphys.

File size: 5.5 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 inifis(ngridmx,nlayer, &
11#ifdef NEWPHYS
12               nq,  &
13#endif
14               wday_ini,wdaysec,                &
15               wappel_phys,                     &
16               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
17#ifdef NEWPHYS
18               dt,                                                     &
19#else
20               nq,dt,                                                &
21#endif
22               womeg,wmugaz,                                           &
23               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
24               wz0,wemin_turb,wlmixmin,                                &
25               wemissiv,wemissiceN,wemissiceS,walbediceN,walbediceS,   &
26               wiceradiusN,wiceradiusS,wdtemisiceN,wdtemisiceS,        &
27#ifdef NEWPHYS
28               walbedodat, wphisfi, wvolcapa, wz0tab,                  &
29#else
30               walbedodat, winertiedat, wphisfi,                       &
31#endif
32               wzmea,wzstd,wzsig,wzgam,wzthe,                          &
33               wtheta, wpsi)
34
35       CASE(2)
36       CALL d2_inifis(ngridmx,nlayer, &
37#ifdef NEWPHYS
38               nq,  &
39#endif
40               wday_ini,wdaysec,                   &
41               wappel_phys,                        &
42               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
43#ifdef NEWPHYS
44               dt,                                                     &
45#else
46               nq,dt,                                                &
47#endif
48               womeg,wmugaz,                                           &
49               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
50               wz0,wemin_turb,wlmixmin,                                &
51               wemissiv,wemissiceN,wemissiceS,walbediceN,walbediceS,   &
52               wiceradiusN,wiceradiusS,wdtemisiceN,wdtemisiceS,        &
53#ifdef NEWPHYS
54               walbedodat, wphisfi, wvolcapa, wz0tab,                  &
55#else
56               walbedodat, winertiedat, wphisfi,                       &
57#endif
58               wzmea,wzstd,wzsig,wzgam,wzthe,                          &
59               wtheta, wpsi)
60
61       CASE(3)
62       CALL d3_inifis(ngridmx,nlayer, &
63#ifdef NEWPHYS
64               nq,  &
65#endif
66               wday_ini,wdaysec,                   &
67               wappel_phys,                        &
68               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
69#ifdef NEWPHYS
70               dt,                                                     &
71#else
72               nq,dt,                                                &
73#endif
74               womeg,wmugaz,                                           &
75               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
76               wz0,wemin_turb,wlmixmin,                                &
77               wemissiv,wemissiceN,wemissiceS,walbediceN,walbediceS,   &
78               wiceradiusN,wiceradiusS,wdtemisiceN,wdtemisiceS,        &
79#ifdef NEWPHYS
80               walbedodat, wphisfi, wvolcapa, wz0tab,                  &
81#else
82               walbedodat, winertiedat, wphisfi,                       &
83#endif
84               wzmea,wzstd,wzsig,wzgam,wzthe,                          &
85               wtheta, wpsi)
86
87       CASE(4)
88       CALL d4_inifis(ngridmx,nlayer, &
89#ifdef NEWPHYS
90               nq,  &
91#endif
92               wday_ini,wdaysec,                   &
93               wappel_phys,                        &
94               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
95#ifdef NEWPHYS
96               dt,                                                     &
97#else
98               nq,dt,                                                &
99#endif
100               womeg,wmugaz,                                           &
101               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
102               wz0,wemin_turb,wlmixmin,                                &
103               wemissiv,wemissiceN,wemissiceS,walbediceN,walbediceS,   &
104               wiceradiusN,wiceradiusS,wdtemisiceN,wdtemisiceS,        &
105#ifdef NEWPHYS
106               walbedodat, wphisfi, wvolcapa, wz0tab,                  &
107#else
108               walbedodat, winertiedat, wphisfi,                       &
109#endif
110               wzmea,wzstd,wzsig,wzgam,wzthe,                          &
111               wtheta, wpsi)
112
113       CASE(5)
114       CALL d5_inifis(ngridmx,nlayer, &
115#ifdef NEWPHYS
116               nq,  &
117#endif
118               wday_ini,wdaysec,                   &
119               wappel_phys,                        &
120               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
121#ifdef NEWPHYS
122               dt,                                                     &
123#else
124               nq,dt,                                                &
125#endif
126               womeg,wmugaz,                                           &
127               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
128               wz0,wemin_turb,wlmixmin,                                &
129               wemissiv,wemissiceN,wemissiceS,walbediceN,walbediceS,   &
130               wiceradiusN,wiceradiusS,wdtemisiceN,wdtemisiceS,        &
131#ifdef NEWPHYS
132               walbedodat, wphisfi, wvolcapa, wz0tab,                  &
133#else
134               walbedodat, winertiedat, wphisfi,                       &
135#endif
136               wzmea,wzstd,wzsig,wzgam,wzthe,                          &
137               wtheta, wpsi)
138
139
140
141!
142!       CASE(3:)
143!       print *, '** Mars ** Not supported ...'
144!       stop
145!
146END SELECT
Note: See TracBrowser for help on using the repository browser.