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
     use decompMod    , only : get_proc_bounds
ARGUMENTS:
     implicit none
     integer, intent(in) :: 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 2010-06-21