exitsubgrid Subroutine

public subroutine exitsubgrid()

Arguments

None

Called by

proc~~exitsubgrid~~CalledByGraph proc~exitsubgrid exitsubgrid proc~exitmodules exitmodules proc~exitmodules->proc~exitsubgrid

Source Code

  subroutine exitsubgrid
    implicit none
    deallocate(ekm,ekh,zlt,sbdiss,sbbuo,sbshr,csz)
  end subroutine exitsubgrid