next up previous contents
Next: Fortran: Module Interface CASAiniTimeVarMod 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 clm_time_manager, only : is_restart
     use ncdio_pio
ARGUMENTS:
     implicit none
     type(file_desc_t), intent(inout) :: ncid   !netcdf unit
     character(len=*) , intent(in) :: flag   !'define','read', or 'write'
REVISION HISTORY:
   Created by Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15