source: lmdz_wrf/WRFV3/share/start_domain_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: 374 bytes
Line 
1      SUBROUTINE start_domain_nmm ( grid, allowed_to_read  &
2!
3#          include <dummy_new_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.