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, nsrStartup
     implicit none
ARGUMENTS:
     type(file_desc_t), intent(inout) :: ncid
REVISION HISTORY:
   Author: Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15