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

restFile_write_pfile


INTERFACE:

   subroutine restFile_write_pfile( fnamer )
DESCRIPTION:

Open restart pointer file. Write names of current netcdf restart file.


USES:

     use clm_varctl, only : rpntdir, rpntfil
     use fileutils , only : set_filename, relavu
     use fileutils , only : getavu, opnfil
ARGUMENTS:
     implicit none
     character(len=*), intent(in) :: fnamer
CALLED FROM:
   subroutine restart in this module
REVISION HISTORY:
   Author: Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15