|
Last change
on this file since 3709 was
11,
checked in by aslmd, 15 years ago
|
|
spiga@svn-planeto:ajoute le modele meso-echelle martien
|
|
File size:
384 bytes
|
| Line | |
|---|
| 1 | |
|---|
| 2 | SUBROUTINE solve_nmm ( grid , config_flags & |
|---|
| 3 | ! |
|---|
| 4 | #include <nmm_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 <nmm_dummy_decl.inc> |
|---|
| 17 | |
|---|
| 18 | END SUBROUTINE solve_nmm |
|---|
| 19 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.