source: trunk/WRF.COMMON/WRFV2/share/solve_em.int @ 3547

Last change on this file since 3547 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

File size: 387 bytes
Line 
1SUBROUTINE solve_em      ( grid , config_flags     &
2!
3#include <em_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 <em_dummy_new_decl.inc>
16
17END SUBROUTINE solve_em
18
Note: See TracBrowser for help on using the repository browser.