next up previous contents
Next: restFile_closeRestart Up: Fortran: Module Interface restFileMod Previous: restFile_getfile   Contents

restFile_read_pfile


INTERFACE:

   subroutine restFile_read_pfile( pnamer )
DESCRIPTION:

Setup restart file and perform necessary consistency checks


USES:

     use fileutils , only : opnfil, getavu, relavu
     use clm_varctl, only : rpntfil, rpntdir
ARGUMENTS:
     implicit none
     character(len=*), intent(out) :: pnamer ! full path of restart file
CALLED FROM:
   subroutine restart in this module
REVISION HISTORY:
   Created by Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15