dealloc_groundwater Subroutine

public subroutine dealloc_groundwater()

Arguments

None

Called by

proc~~dealloc_groundwater~~CalledByGraph proc~dealloc_groundwater dealloc_groundwater proc~terminate terminate proc~terminate->proc~dealloc_groundwater program~swim swim program~swim->proc~terminate

Contents

Source Code


Source Code

  subroutine dealloc_groundwater
   deallocate(abf)
   deallocate(abf1)
   deallocate(abf2)
   deallocate(additionalGwUptake)
   deallocate(delay)
   deallocate(gwqd)
   deallocate(gwqs)
   deallocate(rchrg)
   deallocate(rchrgc)
   deallocate(revapc)
   deallocate(revapmn)
   deallocate(revapst)
  end subroutine dealloc_groundwater