ESMFL_Diff Interface

public interface ESMFL_Diff

Module Procedures

private subroutine StateDiff(srcSTA, dstSTA, rc)

Determine the diff of two state.

History

  • 19Apr2006 Cruz Initial code.

Arguments

Type IntentOptional Attributes Name
type(ESMF_State), intent(inout) :: srcSTA
type(ESMF_State), intent(inout), optional :: dstSTA
integer, intent(out), optional :: rc

private subroutine BundleDiff(srcBUN, dstBUN, rc)

The subroutine BundleDiff determines the diff of two bundles.

History

  • 24Apr2006 Cruz Initial code.

Arguments

Type IntentOptional Attributes Name
type(ESMF_FieldBundle), intent(inout) :: srcBUN
type(ESMF_FieldBundle), intent(inout), optional :: dstBUN
integer, intent(out), optional :: rc

return code