next up previous contents index
Next: restart_biogeophys Up: Module restFileMod (File: restFileMod.F90) Previous: restart_setup   Contents   Index


restart_time


INTERFACE:

   subroutine restart_time (nio, flag)
DESCRIPTION:

   Read/write time manager information to/from restart
USES:
 #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 module
REVISION HISTORY:
   Author: Mariana Vertenstein



Mariana Vertenstein 2004-06-21