FieldsAreBroadCastConformable Interface

public interface FieldsAreBroadCastConformable

Called by

interface~~fieldsarebroadcastconformable~~CalledByGraph interface~fieldsarebroadcastconformable FieldsAreBroadCastConformable proc~mapl_stateeval MAPL_StateEval proc~mapl_stateeval->interface~fieldsarebroadcastconformable proc~evaluate_derived_field DerivedExport%evaluate_derived_field proc~evaluate_derived_field->proc~mapl_stateeval proc~test_arithmetic_2d test_arithmetic_2d proc~test_arithmetic_2d->proc~mapl_stateeval proc~test_arithmetic_3d test_arithmetic_3d proc~test_arithmetic_3d->proc~mapl_stateeval proc~test_arithmetic_mixed test_arithmetic_mixed proc~test_arithmetic_mixed->proc~mapl_stateeval

Module Procedures

private function are_broadcast_conformable(x, y, rc) result(conformable)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: x
type(ESMF_Field), intent(inout) :: y
integer, intent(out), optional :: rc

Return Value logical