source: trunk/WRF.COMMON/WRFV3/share/start_domain_nmm.int @ 3567

Last change on this file since 3567 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: 370 bytes
Line 
1      SUBROUTINE start_domain_nmm ( grid, allowed_to_read  &
2!
3#          include <dummy_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_decl.inc>
11      END SUBROUTINE start_domain_nmm
12
Note: See TracBrowser for help on using the repository browser.