source: trunk/WRF.COMMON/WRFV3/share/solve_nmm.int

Last change on this file was 2759, checked in by aslmd, 2 years ago

adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size

File size: 376 bytes
Line 
1
2SUBROUTINE 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
18END SUBROUTINE solve_nmm
19
Note: See TracBrowser for help on using the repository browser.