next up previous contents
Next: CropRestYear Up: Fortran: Module Interface CropRestMod Previous: Fortran: Module Interface CropRestMod   Contents

CropRest


INTERFACE:

   subroutine CropRest ( ncid, flag )
DESCRIPTION:

Read/write Crop restart data


USES:

     use clmtype
     use clm_atmlnd      , only : clm_a2l
     use clm_varpar      , only : numrad
     use decompMod       , only : get_proc_bounds
     use clm_time_manager, only : is_restart
     use ncdio_pio
ARGUMENTS:
     implicit none
     type(file_desc_t)  :: ncid             ! netcdf id
     character(len=*), intent(in) :: flag   !'read' or 'write'
CALLED FROM:
   subroutine restart in module restFileMod
REVISION HISTORY:
   Author: slevis



Erik Kluzek 2011-06-15