INTERFACE:
subroutine restart_time (nio, flag)DESCRIPTION:
Read/write time manager information to/from restartUSES:
#if (defined COUP_CSM)
use controlMod, only : csm_dtime !dtime from input namelist
#endif
use time_manager, only : get_step_size, timemgr_write_restart, &
timemgr_read_restart, timemgr_restart, get_nstep
ARGUMENTS:
implicit none
integer, intent(in) :: nio !restart unit
character(len=*), intent(in) :: flag !'read' or 'write'
CALLED FROM:
subroutine restart in this moduleREVISION HISTORY:
Author: Mariana Vertenstein