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 initialize2REVISION HISTORY:
Author: Mariana VertensteinLOCAL VARIABLES: