teardown_field Subroutine

public subroutine teardown_field(field)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: field

Calls

proc~~teardown_field~~CallsGraph proc~teardown_field teardown_field esmf_fielddestroy esmf_fielddestroy proc~teardown_field->esmf_fielddestroy

Source Code

   subroutine teardown_field(field)
      type(ESMF_Field), intent(inout) :: field

      call ESMF_FieldDestroy(field)

   end subroutine teardown_field