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

restFile_read


INTERFACE:

   subroutine restFile_read( file )
DESCRIPTION:

Read a CLM restart file.


USES:

     use BiogeophysRestMod, only : BiogeophysRest
 #if (defined CN)
     use CNRestMod        , only : CNRest
 #endif
 #if (defined RTM)
     use RtmMod           , only : RTMRest
 #endif
 #if (defined CASA)
     use CASAMod          , only : CASARest
 #endif
     use accumulMod       , only : accumulRest
ARGUMENTS:
     implicit none
     include 'netcdf.inc'
     character(len=*), intent(in) :: file  ! output netcdf restart file
CALLED FROM:
   subroutine initialize2
REVISION HISTORY:
   Author: Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2010-06-21