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 restFileModREVISION HISTORY:
Author: slevis