merge standard release WRF/WPS V3.0.1.1 into wrffire
[wrffire.git] / wrfv2_fire / share / solve_em.int
blob2920550eaf497c8f1f64c4d668e35bee60a33807
1 SUBROUTINE solve_em      ( grid , config_flags     &
3 #include <dummy_new_args.inc>
5                  )
7    USE module_domain
8    USE module_configure
9    USE module_driver_constants
11    !  Input data.
12    TYPE(domain) , INTENT(INOUT)                  :: grid
13    TYPE (grid_config_rec_type) , INTENT(IN)      :: config_flags
15 #include <dummy_new_decl.inc>
17 END SUBROUTINE solve_em