Subroutine : MED_SETUP_STEP

Defined in: share/mediation_integrate.F

Description:

The driver layer routine integrate() calls this mediation layer routine prior to initiating a time step on the domain specified by the argument grid. This provides the model-layer contributor an opportunity to make any pre-time-step initializations that pertain to a particular model domain. In WRF, this routine is used to call set_scalar_indices_from_config for the specified domain.

Called by :

integrate (frame/module_integrate.F)
      wrf_run (share/module_wrf_top.F)
Uses:

  MODULE_DOMAIN                     (frame/module_domain.F)
  MODULE_CONFIGURE                  (frame/module_configure.F)
Arguments:

  1. grid         :: TYPE(DOMAIN)::GRID, INTENT( INOUT ) 
  2. config_flags :: TYPE(GRID_CONFIG_REC_TYPE), INTENT( IN )    
MED_SETUP_STEP calls :

set_scalar_indices_from_config(frame/module_configure.F)