next up previous contents
Next: Fortran: Module Interface surfrdMod Up: Fortran: Module Interface subgridMod Previous: subgrid_get_gcellinfo   Contents

subgridRest


INTERFACE:

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




Erik Kluzek 2010-06-21