next up previous contents
Next: restFile_enddef Up: Fortran: Module Interface restFileMod Previous: restFile_dimset   Contents

restFile_dimcheck


INTERFACE:

   subroutine restFile_dimcheck( ncid )
DESCRIPTION:

Check dimensions of restart file


USES:

     use decompMod,  only : get_proc_bounds, get_proc_global
     use clm_varpar, only : nlevsno, nlevlak, nlevgrnd
     use clm_varctl, only : single_column, nsrest
     implicit none
ARGUMENTS:
     integer, intent(in) :: ncid
REVISION HISTORY:
   Author: Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2010-06-21