Last change
on this file since 1 was
1,
checked in by lfita, 10 years ago
|
- -- --- Opening of the WRF+LMDZ coupling repository --- -- -
WRF: version v3.3
LMDZ: version v1818
More details in:
|
File size:
691 bytes
|
Line | |
---|
1 | !WRF:MEDIATION_LAYER |
---|
2 | ! |
---|
3 | SUBROUTINE init_modules_exp |
---|
4 | USE module_configure |
---|
5 | USE module_driver_constants |
---|
6 | USE module_model_constants |
---|
7 | USE module_domain |
---|
8 | USE module_machine |
---|
9 | USE module_nesting |
---|
10 | USE module_sm |
---|
11 | USE module_timing |
---|
12 | USE module_tiles |
---|
13 | USE module_io_wrf |
---|
14 | USE module_io |
---|
15 | #ifdef DM_PARALLEL |
---|
16 | USE module_dm |
---|
17 | #endif |
---|
18 | |
---|
19 | CALL init_module_configure |
---|
20 | CALL init_module_driver_constants |
---|
21 | CALL init_module_model_constants |
---|
22 | CALL init_module_domain |
---|
23 | ! CALL init_module_start |
---|
24 | CALL init_module_machine |
---|
25 | #ifdef DM_PARALLEL |
---|
26 | CALL init_module_dm |
---|
27 | #endif |
---|
28 | CALL init_module_nesting |
---|
29 | CALL init_module_timing |
---|
30 | CALL init_module_tiles |
---|
31 | CALL init_module_io_wrf |
---|
32 | CALL init_module_io |
---|
33 | END SUBROUTINE init_modules_exp |
---|
34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.