|
Last change
on this file since 1539 was
1,
checked in by lfita, 11 years ago
|
- -- --- Opening of the WRF+LMDZ coupling repository --- -- -
WRF: version v3.3
LMDZ: version v1818
More details in:
|
|
File size:
376 bytes
|
| Line | |
|---|
| 1 | SUBROUTINE start_domain_em ( grid, allowed_to_read & |
|---|
| 2 | ! |
|---|
| 3 | # include <dummy_new_args.inc> |
|---|
| 4 | ! |
|---|
| 5 | ) |
|---|
| 6 | USE module_domain |
|---|
| 7 | USE module_driver_constants |
|---|
| 8 | TYPE(domain) , INTENT(INOUT) :: grid |
|---|
| 9 | LOGICAL , INTENT(IN) :: allowed_to_read |
|---|
| 10 | #include <dummy_new_decl.inc> |
|---|
| 11 | END SUBROUTINE start_domain_em |
|---|
| 12 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.