Program : WRF

Defined in: main/wrf.F

Description:

Main program of WRF model. Responsible for starting up the model, reading in (and broadcasting for distributed memory) configuration data, defining and initializing the top-level domain, either from initial or restart data, setting up time-keeping, and then calling the integrate routine to advance the domain to the ending time of the simulation. After the integration is completed, the model is properly shut down.

Called by :


 Uses:  

  MODULE_WRF_TOP                    (share/module_wrf_top.F)
Arguments:


WRF calls :  

wrf_init(share/module_wrf_top.F)
wrf_run(share/module_wrf_top.F)
wrf_finalize(share/module_wrf_top.F)