source: lmdz_wrf/WRFV3/share/solve_em.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: 381 bytes
Line 
1SUBROUTINE solve_em      ( grid , config_flags     &
2!
3#include <dummy_new_args.inc>
4!
5                 )
6
7   USE module_domain
8   USE module_configure
9   USE module_driver_constants
10
11   !  Input data.
12   TYPE(domain) , INTENT(INOUT)                  :: grid
13   TYPE (grid_config_rec_type) , INTENT(IN)      :: config_flags
14
15#include <dummy_new_decl.inc>
16
17END SUBROUTINE solve_em
18
Note: See TracBrowser for help on using the repository browser.