next up previous contents index
Next: Module TurnoverMod (File: DGVMTurnoverMod.F90) Up: Module restDGVMMod (File: DGVMRestMod.F90) Previous: Module restDGVMMod (File: DGVMRestMod.F90)   Contents   Index


restart_dgvm


INTERFACE:

   subroutine restart_dgvm (nio, flag)
DESCRIPTION:

   Read/write DGVM restart data
USES:
     use clmtype
     use iobinary
     use decompMod, only : get_proc_bounds, get_proc_global
     use DGVMMod  , only : resetWeightsDGVM, gatherWeightsDGVM
ARGUMENTS:
     implicit none
     integer, intent(in) :: nio             ! restart unit
     character(len=*), intent(in) :: flag   !'read' or 'write'
CALLED FROM:
   subroutine restart in module restFileMod
REVISION HISTORY:
   Author: Mariana Vertenstein



Mariana Vertenstein 2004-06-21