ESMFL_FieldGetPointerToData Interface

public interface ESMFL_FieldGetPointerToData

Called by

interface~~esmfl_fieldgetpointertodata~~CalledByGraph interface~esmfl_fieldgetpointertodata ESMFL_FieldGetPointerToData none~regridscalar MAPL_GriddedIO%regridScalar none~regridscalar->interface~esmfl_fieldgetpointertodata none~regridvector MAPL_GriddedIO%regridVector none~regridvector->interface~esmfl_fieldgetpointertodata none~swap_undef_value MAPL_GriddedIO%swap_undef_value none~swap_undef_value->interface~esmfl_fieldgetpointertodata none~bundlepost MAPL_GriddedIO%bundlePost none~bundlepost->none~regridscalar none~bundlepost->none~regridvector none~process_data_from_file MAPL_GriddedIO%process_data_from_file none~process_data_from_file->none~regridscalar none~process_data_from_file->none~regridvector none~process_data_from_file->none~swap_undef_value none~write_to_file FieldBundleWriter%write_to_file none~write_to_file->none~bundlepost proc~mapl_read_bundle MAPL_read_bundle proc~mapl_read_bundle->none~process_data_from_file proc~main main proc~main->none~write_to_file proc~main->proc~mapl_read_bundle program~time_ave time_ave program~time_ave->none~write_to_file program~time_ave->proc~mapl_read_bundle program~ut_regridding ut_ReGridding program~ut_regridding->none~write_to_file program~ut_regridding->proc~mapl_read_bundle

Module Procedures

private subroutine ESMFL_FieldGetPtrToDataR4_1(Field, PTR, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: Field
real(kind=ESMF_KIND_R4), pointer :: PTR(:)
integer, intent(out), optional :: RC

private subroutine ESMFL_FieldGetPtrToDataR4_2(Field, PTR, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: Field
real(kind=ESMF_KIND_R4), pointer :: PTR(:,:)
integer, intent(out), optional :: RC

private subroutine ESMFL_FieldGetPtrToDataR4_3(Field, PTR, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: Field
real(kind=ESMF_KIND_R4), pointer :: PTR(:,:,:)
integer, intent(out), optional :: RC

private subroutine ESMFL_FieldGetPtrToDataR4_4(Field, PTR, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: Field
real(kind=ESMF_KIND_R4), pointer :: PTR(:,:,:,:)
integer, intent(out), optional :: RC

private subroutine ESMFL_FieldGetPtrToDataR8_1(Field, PTR, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: Field
real(kind=ESMF_KIND_R8), pointer :: PTR(:)
integer, intent(out), optional :: RC

private subroutine ESMFL_FieldGetPtrToDataR8_2(Field, PTR, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: Field
real(kind=ESMF_KIND_R8), pointer :: PTR(:,:)
integer, intent(out), optional :: RC

private subroutine ESMFL_FieldGetPtrToDataR8_3(Field, PTR, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: Field
real(kind=ESMF_KIND_R8), pointer :: PTR(:,:,:)
integer, intent(out), optional :: RC

private subroutine ESMFL_FieldGetPtrToDataR8_4(Field, PTR, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: Field
real(kind=ESMF_KIND_R8), pointer :: PTR(:,:,:,:)
integer, intent(out), optional :: RC