teardown Subroutine

public subroutine teardown(this)

Type Bound

Scenario

Arguments

Type IntentOptional Attributes Name
class(Scenario), intent(inout) :: this

Source Code

   subroutine teardown(this)
      class(Scenario), intent(inout) :: this

      integer :: status

      !# call ESMF_GridCompDestroy(this%outer_gc, _RC)

      !# call ESMF_StateDestroy(this%outer_states%importState,_RC)
      !# call ESMF_StateDestroy(this%outer_states%exportState, _RC)
   end subroutine teardown