mapl3g_HistoryGridComp_private Module


Uses

  • module~~mapl3g_historygridcomp_private~~UsesGraph module~mapl3g_historygridcomp_private mapl3g_HistoryGridComp_private ESMF ESMF module~mapl3g_historygridcomp_private->ESMF module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl3g_historygridcomp_private->module~mapl_errorhandlingmod module~mapl_keywordenforcermod mapl_KeywordEnforcerMod module~mapl3g_historygridcomp_private->module~mapl_keywordenforcermod module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_keywordenforcer mapl_KeywordEnforcer module~mapl_keywordenforcermod->module~mapl_keywordenforcer module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling->module~mapl_throwmod mpi mpi module~mapl_errorhandling->mpi

Used by

  • module~~mapl3g_historygridcomp_private~~UsedByGraph module~mapl3g_historygridcomp_private mapl3g_HistoryGridComp_private module~mapl3g_historygridcomp mapl3g_HistoryGridComp module~mapl3g_historygridcomp->module~mapl3g_historygridcomp_private module~test_historygridcomp Test_HistoryGridComp module~test_historygridcomp->module~mapl3g_historygridcomp_private proc~setservices~13 setServices proc~setservices~13->module~mapl3g_historygridcomp

Functions

public function make_child_name(collection_name, rc) result(child_name)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: collection_name
integer, intent(out), optional :: rc

Return Value character(len=:), allocatable

public function get_subconfig(hconfig, keystring, rc) result(subconfig)

Arguments

Type IntentOptional Attributes Name
type(ESMF_HConfig), intent(in) :: hconfig
character(len=*), intent(in) :: keystring
integer, intent(out), optional :: rc

Return Value type(ESMF_HConfig)

public function make_child_hconfig(hconfig, collection_name, rc) result(child_hconfig)

Arguments

Type IntentOptional Attributes Name
type(ESMF_HConfig), intent(in) :: hconfig
character(len=*), intent(in) :: collection_name
integer, intent(out), optional :: rc

Return Value type(ESMF_HConfig)