next up previous contents
Next: restFile_getfile 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
     use CropRestMod      , only : CropRest
 #endif
 #if (defined RTM)
     use RtmMod           , only : RTMRest
 #endif
 #if (defined CASA)
     use CASAMod          , only : CASARest
 #endif
     use accumulMod       , only : accumulRest
     use histFileMod      , only : hist_restart_ncd
ARGUMENTS:
     implicit none
     character(len=*), intent(in) :: file  ! output netcdf restart file
CALLED FROM:
   subroutine initialize2
REVISION HISTORY:
   Author: Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15