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 initialize2REVISION HISTORY:
Author: Mariana VertensteinLOCAL VARIABLES: