ESMF_FeatureSubr_mod Module


Uses

  • module~~esmf_featuresubr_mod~~UsesGraph module~esmf_featuresubr_mod ESMF_FeatureSubr_mod module~esmf ESMF module~esmf_featuresubr_mod->module~esmf

Used by

  • module~~esmf_featuresubr_mod~~UsedByGraph module~esmf_featuresubr_mod ESMF_FeatureSubr_mod proc~esmf_optional_arg_sum_a1d ESMF_Optional_arg_sum_a1d proc~esmf_optional_arg_sum_a1d->module~esmf_featuresubr_mod proc~esmf_optional_arg_sum_a2d ESMF_Optional_arg_sum_a2d proc~esmf_optional_arg_sum_a2d->module~esmf_featuresubr_mod

Functions

public function ESMF_FeatureSum1D(array1, array2) result(ret)

Arguments

Type IntentOptional Attributes Name
real(kind=ESMF_KIND_R8), intent(in), optional :: array1(:)
real(kind=ESMF_KIND_R8), intent(in), optional :: array2(:)

Return Value real(kind=esmf_kind_r8)

public function ESMF_FeatureSum2D(array1, array2) result(ret)

Arguments

Type IntentOptional Attributes Name
real(kind=ESMF_KIND_R8), intent(in), optional :: array1(:,:)
real(kind=ESMF_KIND_R8), intent(in), optional :: array2(:,:)

Return Value real(kind=esmf_kind_r8)