INTERFACE:
subroutine restart_dgvm (nio, flag)DESCRIPTION:
Read/write DGVM restart dataUSES:
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 restFileModREVISION HISTORY:
Author: Mariana Vertenstein