Last change
on this file since 3555 was
2759,
checked in by aslmd, 3 years ago
|
adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size
|
File size:
376 bytes
|
Rev | Line | |
---|
[2759] | 1 | |
---|
| 2 | SUBROUTINE solve_nmm ( grid , config_flags & |
---|
| 3 | ! |
---|
| 4 | #include <dummy_args.inc> |
---|
| 5 | ! |
---|
| 6 | ) |
---|
| 7 | |
---|
| 8 | USE module_domain |
---|
| 9 | USE module_configure |
---|
| 10 | USE module_driver_constants |
---|
| 11 | |
---|
| 12 | ! Input data. |
---|
| 13 | TYPE(domain) , INTENT(INOUT) :: grid |
---|
| 14 | TYPE (grid_config_rec_type) , INTENT(IN) :: config_flags |
---|
| 15 | |
---|
| 16 | #include <dummy_decl.inc> |
---|
| 17 | |
---|
| 18 | END SUBROUTINE solve_nmm |
---|
| 19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.