ESMFL_BundleGetPointerToData Interface

public interface ESMFL_BundleGetPointerToData

Module Procedures

private subroutine ESMFL_BundleGetPointerByIndex2(BUNDLE, INDEX, PTR, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_FieldBundle), intent(inout) :: BUNDLE
integer, intent(in) :: INDEX
real, pointer :: PTR(:,:)
integer, intent(out), optional :: RC

private subroutine ESMFL_BundleGetPointerByIndex3(BUNDLE, INDEX, PTR, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_FieldBundle), intent(inout) :: BUNDLE
integer, intent(in) :: INDEX
real, pointer :: PTR(:,:,:)
integer, intent(out), optional :: RC

private subroutine ESMFL_BundleGetPointerByName2(BUNDLE, NAME, PTR, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_FieldBundle), intent(inout) :: BUNDLE
character(len=*), intent(in) :: NAME
real, pointer :: PTR(:,:)
integer, intent(out), optional :: RC

private subroutine ESMFL_BundleGetPointerByName3(BUNDLE, NAME, PTR, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_FieldBundle), intent(inout) :: BUNDLE
character(len=*), intent(in) :: NAME
real, pointer :: PTR(:,:,:)
integer, intent(out), optional :: RC