MAPL_InfoGet Interface

public interface MAPL_InfoGet

Called by

interface~~mapl_infoget~~CalledByGraph interface~mapl_infoget MAPL_InfoGet proc~make_ungriddeddim make_ungriddedDim proc~make_ungriddeddim->interface~mapl_infoget proc~make_ungriddeddims make_ungriddedDims proc~make_ungriddeddims->interface~mapl_infoget proc~make_ungriddeddims->proc~make_ungriddeddim proc~test_make_ungridded_dim test_make_ungridded_dim proc~test_make_ungridded_dim->proc~make_ungriddeddim proc~test_make_ungridded_dims test_make_ungridded_dims proc~test_make_ungridded_dims->proc~make_ungriddeddims

Module Procedures

private subroutine info_get_string(info, key, value, unusable, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Info), intent(in) :: info
character(len=*), intent(in) :: key
character(len=:), intent(out), allocatable :: value
class(KeywordEnforcer), intent(in), optional :: unusable
integer, intent(out), optional :: rc

private subroutine info_get_logical(info, key, value, unusable, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Info), intent(in) :: info
character(len=*), intent(in) :: key
logical, intent(out) :: value
class(KeywordEnforcer), intent(in), optional :: unusable
integer, intent(out), optional :: rc

private subroutine info_get_i4(info, key, value, unusable, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Info), intent(in) :: info
character(len=*), intent(in) :: key
integer(kind=ESMF_KIND_I4), intent(out) :: value
class(KeywordEnforcer), intent(in), optional :: unusable
integer, intent(out), optional :: rc

private subroutine info_get_r4(info, key, value, unusable, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Info), intent(in) :: info
character(len=*), intent(in) :: key
real(kind=ESMF_KIND_R4), intent(out) :: value
class(KeywordEnforcer), intent(in), optional :: unusable
integer, intent(out), optional :: rc

private subroutine info_get_r8(info, key, value, unusable, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Info), intent(in) :: info
character(len=*), intent(in) :: key
real(kind=ESMF_KIND_R8), intent(out) :: value
class(KeywordEnforcer), intent(in), optional :: unusable
integer, intent(out), optional :: rc

private subroutine info_get_r4_1d(info, key, values, unusable, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Info), intent(in) :: info
character(len=*), intent(in) :: key
real(kind=ESMF_KIND_R4), intent(out), allocatable :: values(:)
class(KeywordEnforcer), intent(in), optional :: unusable
integer, intent(out), optional :: rc