Deborah.DeborahCore.PathConfigBuilderDeborah

Deborah.DeborahCore.PathConfigBuilderDeborah.DeborahPathConfigType
struct DeborahPathConfig

Holds constructed path-related strings used in the Deborah.DeborahCore workflow.

Fields

  • path::String : Base path to the ensemble directory.
  • overall_name::String : Unique identifier string combining ensemble, inputs, and model tag.
  • analysis_dir::String : Full path to the analysis output directory.
  • info_file::String : Path to the .toml file used to store run metadata.
source
Deborah.DeborahCore.PathConfigBuilderDeborah.build_path_config_DeborahFunction
build_path_config_Deborah(
    data::TOMLConfigDeborah.TraceDataConfig,
    abbrev::StringTranscoder.AbbreviationConfig,
    X_list::Vector{String},
    jobid::Union{Nothing, String}=nothing
) -> DeborahPathConfig

Constructs path components used by the Deborah.DeborahCore pipeline, including the overall analysis name, result directory, and metadata file location. Encodes input-output identifiers either in full or using abbreviation.

Arguments

Returns

source