next up previous contents
Next: is_restart Up: Fortran: Module Interface accumulMod Previous: update_accum_field_ml   Contents

accumulRest


INTERFACE:

   subroutine accumulRest( ncid, flag )
DESCRIPTION:

Read/write accumulation restart data


USES:

     use ncdio
ARGUMENTS:
     implicit none
     integer, intent(in) :: ncid            !netcdf unit
     character(len=*), intent(in) :: flag   !'define','read', or 'write'
REVISION HISTORY:
   Created by Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2010-06-21