next up previous contents
Next: restFile_dimcheck Up: Fortran: Module Interface restFileMod Previous: restFile_filename   Contents

restFile_dimset


INTERFACE:

   subroutine restFile_dimset( ncid )
DESCRIPTION:

Read/Write initial data from/to netCDF instantaneous initial data file


USES:

     use shr_kind_mod, only : r8 => shr_kind_r8
     use clm_time_manager, only : get_nstep, get_curr_date
     use spmdMod     , only : mpicom, MPI_LOGICAL
     use clm_varctl  , only : caseid, ctitle, version, username, hostname, fsurdat, &
                              conventions, source
     use clm_varpar  , only : numrad, rtmlon, rtmlat, nlevlak, nlevsno, nlevgrnd
     use decompMod   , only : get_proc_bounds, get_proc_global
 #ifdef RTM
      use RunoffMod   , only : get_proc_rof_global
 #endif
 #if (defined CASA)
   use CASAMod       , only : nlive, npools, npool_types
 #endif
ARGUMENTS:
     implicit none
     type(file_desc_t), intent(inout) :: ncid
REVISION HISTORY:
LOCAL VARIABLES:




Erik Kluzek 2011-06-15