Subroutine : WRF_RUN

Defined in: share/module_wrf_top.F

Description:

WRF run routine. Once the top-level domain has been allocated, configured, and initialized, the model time integration is ready to proceed. The start and stop times for the domain are set to the start and stop time of the model run, and then integrate is called to advance the domain forward through that specified time interval. On return, the simulation is completed. A Mediation Layer-provided subroutine, med_shutdown_io is called to allow the the model to do any I/O specific cleanup and shutdown, and then the WRF Driver Layer routine wrf_shutdown (quilt servers would be directed to shut down here) is called to properly end the run, including shutting down the communications (for example, most comm layers would call MPI_FINALIZE at this point if theyre using MPI).

Called by :


 Arguments:  


WRF_RUN calls :  

integrate(frame/module_integrate.F)