source: lmdz_wrf/WRFV3/share/solve_nmm.int @ 1

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: 384 bytes
Line 
1
2SUBROUTINE solve_nmm      ( grid , config_flags     &
3!
4#include <dummy_new_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_new_decl.inc>
17
18END SUBROUTINE solve_nmm
19
Note: See TracBrowser for help on using the repository browser.