mapl3g_get_hconfig Module


Uses

  • module~~mapl3g_get_hconfig~~UsesGraph module~mapl3g_get_hconfig mapl3g_get_hconfig ESMF ESMF module~mapl3g_get_hconfig->ESMF module~mapl3g_hconfig_params mapl3g_hconfig_params module~mapl3g_get_hconfig->module~mapl3g_hconfig_params module~mapl_errorhandling mapl_ErrorHandling module~mapl3g_get_hconfig->module~mapl_errorhandling module~mapl3g_hconfig_params->ESMF module~mapl3g_hconfig_params->module~mapl_errorhandling module~pflogger pflogger module~mapl3g_hconfig_params->module~pflogger module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling->module~mapl_throwmod mpi mpi module~mapl_errorhandling->mpi module~pfl_keywordenforcermod PFL_KeywordEnforcerMod module~pflogger->module~pfl_keywordenforcermod module~pfl_logger PFL_Logger module~pflogger->module~pfl_logger module~pfl_loggermanager PFL_LoggerManager module~pflogger->module~pfl_loggermanager module~pfl_severitylevels PFL_SeverityLevels module~pflogger->module~pfl_severitylevels module~pfl_wraparray PFL_WrapArray module~pflogger->module~pfl_wraparray module~pfl_logger->module~pfl_keywordenforcermod module~pfl_logger->module~pfl_severitylevels gFTL_StringUnlimitedMap gFTL_StringUnlimitedMap module~pfl_logger->gFTL_StringUnlimitedMap module~pfl_loggermanager->module~pfl_logger

Used by

  • module~~mapl3g_get_hconfig~~UsedByGraph module~mapl3g_get_hconfig mapl3g_get_hconfig module~mapl3g_hconfig_get_private mapl3g_hconfig_get_private module~mapl3g_hconfig_get_private->module~mapl3g_get_hconfig module~mapl3g_hconfig_get mapl3g_hconfig_get module~mapl3g_hconfig_get->module~mapl3g_hconfig_get_private module~test_hconfig_get_private Test_hconfig_get_private module~test_hconfig_get_private->module~mapl3g_hconfig_get_private module~hconfig3g hconfig3g module~hconfig3g->module~mapl3g_hconfig_get module~mapl3g_generic mapl3g_Generic module~mapl3g_generic->module~mapl3g_hconfig_get module~generic3g Generic3g module~generic3g->module~mapl3g_generic module~mapl3g_deprecated mapl3g_Deprecated module~mapl3g_deprecated->module~mapl3g_generic module~protoextdatagc ProtoExtDataGC module~protoextdatagc->module~mapl3g_generic module~simpleparentgridcomp SimpleParentGridComp module~simpleparentgridcomp->module~mapl3g_generic module~test_runchild Test_RunChild module~test_runchild->module~mapl3g_generic module~test_scenarios Test_Scenarios module~test_scenarios->module~mapl3g_generic module~test_simpleleafgridcomp Test_SimpleLeafGridComp module~test_simpleleafgridcomp->module~mapl3g_generic module~test_simpleparentgridcomp Test_SimpleParentGridComp module~test_simpleparentgridcomp->module~mapl3g_generic proc~setservices setservices proc~setservices->module~mapl3g_generic proc~setservices~4 setservices proc~setservices~4->module~mapl3g_generic proc~setservices~5 setservices proc~setservices~5->module~mapl3g_generic

Interfaces

public interface get_hconfig

  • private subroutine get_hconfig_as_i4(value, params, rc)

    Arguments

    Type IntentOptional Attributes Name
    integer(kind=ESMF_KIND_I4), intent(out) :: value
    class(HConfigParams), intent(in) :: params
    integer, intent(out), optional :: rc
  • private subroutine get_hconfig_as_i8(value, params, rc)

    Arguments

    Type IntentOptional Attributes Name
    integer(kind=ESMF_KIND_I8), intent(out) :: value
    class(HConfigParams), intent(in) :: params
    integer, intent(out), optional :: rc
  • private subroutine get_hconfig_as_r4(value, params, rc)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=ESMF_KIND_R4), intent(out) :: value
    class(HConfigParams), intent(in) :: params
    integer, intent(out), optional :: rc
  • private subroutine get_hconfig_as_r8(value, params, rc)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=ESMF_KIND_R8), intent(out) :: value
    class(HConfigParams), intent(in) :: params
    integer, intent(out), optional :: rc
  • private subroutine get_hconfig_as_logical(value, params, rc)

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(out) :: value
    class(HConfigParams), intent(in) :: params
    integer, intent(out), optional :: rc
  • private subroutine get_hconfig_as_i4seq(value, params, rc)

    Arguments

    Type IntentOptional Attributes Name
    integer(kind=ESMF_KIND_I4), intent(out), dimension(:), allocatable :: value
    class(HConfigParams), intent(in) :: params
    integer, intent(out), optional :: rc
  • private subroutine get_hconfig_as_i8seq(value, params, rc)

    Arguments

    Type IntentOptional Attributes Name
    integer(kind=ESMF_KIND_I8), intent(out), dimension(:), allocatable :: value
    class(HConfigParams), intent(in) :: params
    integer, intent(out), optional :: rc
  • private subroutine get_hconfig_as_r4seq(value, params, rc)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=ESMF_KIND_R4), intent(out), dimension(:), allocatable :: value
    class(HConfigParams), intent(in) :: params
    integer, intent(out), optional :: rc
  • private subroutine get_hconfig_as_r8seq(value, params, rc)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=ESMF_KIND_R8), intent(out), dimension(:), allocatable :: value
    class(HConfigParams), intent(in) :: params
    integer, intent(out), optional :: rc
  • private subroutine get_hconfig_as_logical_seq(value, params, rc)

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(out), dimension(:), allocatable :: value
    class(HConfigParams), intent(in) :: params
    integer, intent(out), optional :: rc
  • private subroutine get_hconfig_as_string(value, params, rc)

    Arguments

    Type IntentOptional Attributes Name
    character(len=:), intent(out), allocatable :: value
    class(HConfigParams), intent(in) :: params
    integer, intent(out), optional :: rc