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

restFile_write_binary


INTERFACE:

   subroutine restFile_write_binary( file, nlend )
DESCRIPTION:

Read a CLM restart file.


USES:

     use fileutils  , only : relavu, opnfil, getfil, getavu
     use histFileMod, only : hist_restart
ARGUMENTS:
     implicit none
     character(len=*) , intent(in) :: file   ! binary restart file
     logical,           intent(in) :: nlend
CALLED FROM:
   subroutine clm_driver2
REVISION HISTORY:
   Author: Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2010-06-21