next up previous contents
Next: rtm_sethist Up: Fortran: Module Interface RtmMod Previous: Rtm   Contents

RtmRest


INTERFACE:

   subroutine RtmRest(ncid, flag)
DESCRIPTION:

Read/write RTM restart data.


USES:

     use ncdio_pio
     use decompMod       , only : get_proc_bounds
     use clm_time_manager, only : is_restart
ARGUMENTS:
     implicit none
     type(file_desc_t), intent(inout)  :: ncid ! netcdf id
     character(len=*) , intent(in) :: flag   ! 'read' or 'write'
CALLED FROM:
   subroutine restart in module restFileMod
REVISION HISTORY:
   Author: Mariana Vertenstein
   !OTHER LOCAL VARIABLES:



Erik Kluzek 2011-06-15