assign_fptr Interface

public interface assign_fptr

Called by

AccumulatorAction%accumulate_R4wassign_fptr
w
ConvertUnitsAction%updatew
w
fieldAbsw
w
fieldAcosw
w
fieldAddw
w
fieldAsinw
w
fieldAtanw
w
fieldCosw
w
fieldCoshw
w
fieldDividew
w
fieldExpw
w
fieldLogw
w
fieldLog10w
w
fieldMultiplyw
w
FieldNegatew
w
FieldPoww
w
fieldPowerw
w
fieldSinw
w
fieldSinhw
w
fieldSqrtw
w
fieldSubtractw
w
fieldTanw
w
fieldTanhw
w
MaxAction%accumulate_R4w
w
MeanAction%accumulate_R4w
w
MeanAction%calculate_mean_R4w
w
MeanAction%clearw
w
MinAction%accumulate_R4w
w
test_accumulate_mean_R4w
w
test_accumulate_with_undef_some_stepsw
w
test_calculate_mean_R4w
w
test_clearw
w
test_initializew
w
test_interp_constantw
w
test_interp_midwayw
w
test_invalidatew
w
test_mapl_undefw
w
test_max_accumulate_R4w
w
test_min_accumulate_R4w
w
TimeInterpolateAction%updatew
w

Module Procedures

private subroutine assign_fptr_r4_rank1(x, fptr, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: x
real(kind=ESMF_KIND_R4), intent(out), pointer :: fptr(:)
integer, intent(out), optional :: rc

private subroutine assign_fptr_r8_rank1(x, fptr, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: x
real(kind=ESMF_KIND_R8), intent(out), pointer :: fptr(:)
integer, intent(out), optional :: rc

private subroutine assign_fptr_r4_rank2(x, fp_shape, fptr, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: x
integer(kind=ESMF_KIND_I8), intent(in) :: fp_shape(:)
real(kind=ESMF_KIND_R4), intent(out), pointer :: fptr(:,:)
integer, intent(out), optional :: rc

private subroutine assign_fptr_r8_rank2(x, fp_shape, fptr, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: x
integer(kind=ESMF_KIND_I8), intent(in) :: fp_shape(:)
real(kind=ESMF_KIND_R8), intent(out), pointer :: fptr(:,:)
integer, intent(out), optional :: rc

private subroutine assign_fptr_r4_rank3(x, fp_shape, fptr, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: x
integer(kind=ESMF_KIND_I8), intent(in) :: fp_shape(:)
real(kind=ESMF_KIND_R4), intent(out), pointer :: fptr(:,:,:)
integer, intent(out), optional :: rc

private subroutine assign_fptr_r8_rank3(x, fp_shape, fptr, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: x
integer(kind=ESMF_KIND_I8), intent(in) :: fp_shape(:)
real(kind=ESMF_KIND_R8), intent(out), pointer :: fptr(:,:,:)
integer, intent(out), optional :: rc

private subroutine assign_fptr_i4_rank1(x, fptr, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: x
integer(kind=ESMF_KIND_I4), intent(out), pointer :: fptr(:)
integer, intent(out), optional :: rc

private subroutine assign_fptr_i8_rank1(x, fptr, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: x
integer(kind=ESMF_KIND_I8), intent(out), pointer :: fptr(:)
integer, intent(out), optional :: rc