mapl_CapOptionsMod Module


Uses

  • module~~mapl_capoptionsmod~~UsesGraph module~mapl_capoptionsmod mapl_CapOptionsMod ESMF ESMF module~mapl_capoptionsmod->ESMF module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_capoptionsmod->module~mapl_exceptionhandling module~mapl_keywordenforcermod mapl_KeywordEnforcerMod module~mapl_capoptionsmod->module~mapl_keywordenforcermod module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl_exceptionhandling->module~mapl_errorhandlingmod module~mapl_throwmod MAPL_ThrowMod module~mapl_exceptionhandling->module~mapl_throwmod module~mapl_keywordenforcer mapl_KeywordEnforcer module~mapl_keywordenforcermod->module~mapl_keywordenforcer module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_errorhandling->module~mapl_throwmod mpi mpi module~mapl_errorhandling->mpi

Used by

  • module~~mapl_capoptionsmod~~UsedByGraph module~mapl_capoptionsmod mapl_CapOptionsMod module~mapl_capmod MAPL_CapMod module~mapl_capmod->module~mapl_capoptionsmod module~mapl_fargparseclimod MAPL_FargparseCLIMod module~mapl_fargparseclimod->module~mapl_capoptionsmod module~mapl_gridcompsmod MAPL_GridCompsMod module~mapl_gridcompsmod->module~mapl_capoptionsmod module~mapl_gridcompsmod->module~mapl_capmod module~mapl_nuopcwrappermod MAPL_NUOPCWrapperMod module~mapl_nuopcwrappermod->module~mapl_capoptionsmod module~mapl_nuopcwrappermod->module~mapl_capmod module~mapl MAPL module~mapl->module~mapl_gridcompsmod module~extdata_drivergridcompmod ExtData_DriverGridCompMod module~extdata_drivergridcompmod->module~mapl module~extdatadrivermod ExtDataDriverMod module~extdatadrivermod->module~mapl module~extdatadrivermod->module~extdata_drivergridcompmod module~extdatautroot_gridcompmod ExtDataUtRoot_GridCompMod module~extdatadrivermod->module~extdatautroot_gridcompmod module~extdatautroot_gridcompmod->module~mapl module~varspecdescriptionmod VarspecDescriptionMod module~extdatautroot_gridcompmod->module~varspecdescriptionmod module~main_mod main_mod module~main_mod->module~mapl module~mapl_mod MAPL_Mod module~mapl_mod->module~mapl module~regrid_util_support_mod regrid_util_support_mod module~regrid_util_support_mod->module~mapl module~varspecdescriptionmod->module~mapl program~capdriver_main CapDriver_Main program~capdriver_main->module~mapl program~capdriver_main->module~extdatautroot_gridcompmod program~comp_testing_driver comp_testing_driver program~comp_testing_driver->module~mapl program~extdata_driver ExtData_Driver program~extdata_driver->module~mapl program~extdata_driver->module~extdata_drivergridcompmod program~extdata_driver->module~extdatadrivermod program~extdata_driver->module~extdatautroot_gridcompmod program~main~7 main program~main~7->module~mapl program~time_ave time_ave program~time_ave->module~mapl module~varspecdescriptionvectormod VarspecDescriptionVectorMod module~varspecdescriptionvectormod->module~varspecdescriptionmod program~main main program~main->module~main_mod program~regrid_util Regrid_Util program~regrid_util->module~regrid_util_support_mod

Interfaces

public interface MAPL_CapOptions

  • private function new_CapOptions(unusable, cap_rc_file, egress_file, ensemble_subdir_prefix, esmf_logging_mode, enable_global_timeprof, enable_global_memprof, rc) result(cap_options)

    Arguments

    Type IntentOptional Attributes Name
    class(KeywordEnforcer), intent(in), optional :: unusable
    character(len=*), intent(in), optional :: cap_rc_file
    character(len=*), intent(in), optional :: egress_file
    character(len=*), intent(in), optional :: ensemble_subdir_prefix
    type(ESMF_LogKind_Flag), intent(in), optional :: esmf_logging_mode
    logical, intent(in), optional :: enable_global_timeprof
    logical, intent(in), optional :: enable_global_memprof
    integer, intent(out), optional :: rc

    Return Value type(MAPL_CapOptions)


Derived Types

type, public ::  MAPL_CapOptions

Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: cap_rc_file
character(len=:), public, allocatable :: egress_file
character(len=:), public, allocatable :: ensemble_subdir_prefix
character(len=:), public, allocatable :: logging_config
character(len=:), public, allocatable :: oserver_type
character(len=:), public, allocatable :: root_dso
integer, public :: comm
integer, public :: n_iserver_group = 1
integer, public :: n_members = 1
integer, public :: n_oserver_group = 1
integer, public, allocatable :: nodes_input_server(:)
integer, public, allocatable :: nodes_output_server(:)
integer, public :: npes_backend_pernode = 0
integer, public, allocatable :: npes_input_server(:)
integer, public :: npes_model = -1
integer, public, allocatable :: npes_output_server(:)
logical, public :: enable_global_memprof = .false.
logical, public :: enable_global_timeprof = .false.
logical, public :: fast_oclient = .false.
logical, public :: isolate_nodes = .true.
logical, public :: use_comm_world = .true.
logical, public :: with_esmf_moab = .false.
logical, public :: with_io_profiler = .false.
type(ESMF_LogKind_Flag), public :: esmf_logging_mode = ESMF_LOGKIND_NONE

Constructor

private function new_CapOptions (unusable, cap_rc_file, egress_file, ensemble_subdir_prefix, esmf_logging_mode, enable_global_timeprof, enable_global_memprof, rc)