mapl_DSO_Utilities Module


Uses

  • module~~mapl_dso_utilities~~UsesGraph module~mapl_dso_utilities mapl_DSO_Utilities module~mapl_filesystemutilities mapl_FileSystemUtilities module~mapl_dso_utilities->module~mapl_filesystemutilities

Used by

  • module~~mapl_dso_utilities~~UsedByGraph module~mapl_dso_utilities mapl_DSO_Utilities module~maplshared MaplShared module~maplshared->module~mapl_dso_utilities module~test_dso_utilities test_DSO_Utilities module~test_dso_utilities->module~mapl_dso_utilities module~extdatautroot_gridcompmod ExtDataUtRoot_GridCompMod module~extdatautroot_gridcompmod->module~maplshared module~mapl3g_componentdriver mapl3g_ComponentDriver module~mapl3g_componentdriver->module~maplshared module~mapl_fieldunits mapl_FieldUnits module~mapl_fieldunits->module~maplshared module~mapl_genericmod MAPL_GenericMod module~mapl_genericmod->module~maplshared module~extdatadrivermod ExtDataDriverMod module~extdatadrivermod->module~extdatautroot_gridcompmod module~generic3g Generic3g module~generic3g->module~mapl3g_componentdriver module~historytrajectorymod HistoryTrajectoryMod module~historytrajectorymod->module~mapl_genericmod module~mapl MAPL module~mapl->module~mapl_genericmod module~mapl3g_componentdriverptrvector mapl3g_ComponentDriverPtrVector module~mapl3g_componentdriverptrvector->module~mapl3g_componentdriver module~mapl3g_componentdrivervector mapl3g_ComponentDriverVector module~mapl3g_componentdrivervector->module~mapl3g_componentdriver module~mapl3g_couplermetacomponent mapl3g_CouplerMetaComponent module~mapl3g_couplermetacomponent->module~mapl3g_componentdriver module~mapl3g_griddedcomponentdriver mapl3g_GriddedComponentDriver module~mapl3g_griddedcomponentdriver->module~mapl3g_componentdriver module~mapl3g_outermetacomponent mapl3g_OuterMetaComponent module~mapl3g_outermetacomponent->module~mapl3g_componentdriver module~mapl3g_stateitemextension mapl3g_StateItemExtension module~mapl3g_stateitemextension->module~mapl3g_componentdriver module~mapl3g_stateregistry mapl3g_StateRegistry module~mapl3g_stateregistry->module~mapl3g_componentdriver module~mapl_capgridcompmod MAPL_CapGridCompMod module~mapl_capgridcompmod->module~mapl_genericmod module~mapl_extdatagridcomp2g MAPL_ExtDataGridComp2G module~mapl_extdatagridcomp2g->module~mapl_genericmod module~mapl_extdatagridcompmod MAPL_ExtDataGridCompMod module~mapl_extdatagridcompmod->module~mapl_genericmod module~mapl_historygridcompmod MAPL_HistoryGridCompMod module~mapl_historygridcompmod->module~mapl_genericmod module~mapl_orbgridcompmod MAPL_OrbGridCompMod module~mapl_orbgridcompmod->module~mapl_genericmod module~masksamplergeosatmod MaskSamplerGeosatMod module~masksamplergeosatmod->module~mapl_genericmod module~stationsamplermod StationSamplerMod module~stationsamplermod->module~mapl_genericmod module~test_modelverticalgrid Test_ModelVerticalGrid module~test_modelverticalgrid->module~mapl3g_componentdriver program~capdriver_main CapDriver_Main program~capdriver_main->module~extdatautroot_gridcompmod program~comp_testing_driver comp_testing_driver program~comp_testing_driver->module~mapl_genericmod program~extdata_driver ExtData_Driver program~extdata_driver->module~extdatautroot_gridcompmod

Variables

Type Visibility Attributes Name Initial
character(len=*), public, parameter :: SYSTEM_DSO_EXTENSION = SYSTEM_DSO_SUFFIX

Functions

public pure function adjust_dso_name(guess)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: guess

Return Value character(len=:), allocatable

public pure function is_supported_dso_extension(extension)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: extension

Return Value logical

public pure function is_supported_dso_name(name)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name

Return Value logical

public pure function is_valid_dso_extension(extension)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: extension

Return Value logical

public pure function is_valid_dso_name(name)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name

Return Value logical