source:
trunk/WRF.COMMON/WRFV2/share/start_domain_em.int
@
3547
Last change on this file since 3547 was 11, checked in by , 14 years ago | |
---|---|
File size: 283 bytes |
Line | |
---|---|
1 | |
2 | SUBROUTINE start_domain_em ( grid & |
3 | ! |
4 | #include <em_dummy_args.inc> |
5 | ! |
6 | ) |
7 | |
8 | USE module_domain |
9 | USE module_driver_constants |
10 | |
11 | ! Input data. |
12 | TYPE(domain) , INTENT(INOUT) :: grid |
13 | |
14 | #include <em_dummy_decl.inc> |
15 | |
16 | |
17 | END SUBROUTINE start_domain_em |
18 |
Note: See TracBrowser
for help on using the repository browser.