next up previous contents
Next: restFile_write Up: Routine/Function Prologues Previous: pftconrd   Contents

Fortran: Module Interface restFileMod (Source File: restFileMod.F90)

Reads from or writes to/ the CLM restart file.


USES:

   use shr_kind_mod, only : r8 => shr_kind_r8
   use spmdMod     , only : masterproc
   use abortutils  , only : endrun
   use clm_varctl  , only : iulog
   use surfrdMod   , only : crop_prog
   use ncdio_pio
PUBLIC TYPES:
   implicit none
   save
PUBLIC MEMBER FUNCTIONS:
   public :: restFile_read
   public :: restFile_write
   public :: restFile_open
   public :: restFile_close
   public :: restFile_getfile
   public :: restFile_filename        ! Sets restart filename
PRIVATE MEMBER FUNCTIONS:
   private :: restFile_read_pfile     
   private :: restFile_write_pfile    ! Writes restart pointer file
   private :: restFile_closeRestart   ! Close restart file and write restart pointer file
   private :: restFile_dimset
   private :: restFile_dimcheck
   private :: restFile_enddef
REVISION HISTORY:
   Author: Mariana Vertenstein
PRIVATE TYPES:
   private



Subsections

Erik Kluzek 2011-06-15