next up previous contents
Next: restFile_read_pfile Up: Fortran: Module Interface restFileMod Previous: restFile_read   Contents

restFile_getfile


INTERFACE:

   subroutine restFile_getfile( file, path )
DESCRIPTION:

Determine and obtain netcdf restart file


USES:

     use clm_varctl, only : caseid, finidat, nrevsn, nsrest, brnch_retain_casename, &
                            nsrContinue, nsrBranch, nsrStartup
     use fileutils , only : getfil
ARGUMENTS:
     implicit none
     character(len=*), intent(out) :: file  ! name of netcdf restart file
     character(len=*), intent(out) :: path  ! full pathname of netcdf restart file
CALLED FROM:
   subroutine initialize2
REVISION HISTORY:
   Author: Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15