INTERFACE:
subroutine subgridRest( ncid, flag )
use shr_kind_mod , only : r8 => shr_kind_r8
use clmtype
use ncdio_pio
use decompMod , only : get_proc_bounds, ldecomp
use domainMod , only : ldomain
use clm_time_manager , only : get_curr_date
use abortutils , only : endrun
ARGUMENTS:
implicit none
type(file_desc_t), intent(inout) :: ncid ! netCDF dataset id
character(len=*) , intent(in) :: flag ! flag to determine if define, write or read data
REVISION HISTORY:
LOCAL VARIABLES: