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

restFile_closeRestart


INTERFACE:

   subroutine restFile_closeRestart( file, nlend )
DESCRIPTION:

Close restart file and write restart pointer file if in write mode, otherwise just close restart file if in read mode


USES:

     use clm_time_manager, only : is_last_step
     use fileutils   , only : putfil, set_filename
ARGUMENTS:
     implicit none
     character(len=*) , intent(in) :: file  ! local output filename
     logical,           intent(in) :: nlend
CALLED FROM:
   subroutine restart in this module
REVISION HISTORY:
   Author: Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15