Deborah.DeborahEstherMiriam.MiriamExistenceManager

Deborah.DeborahEstherMiriam.MiriamExistenceManager.ensure_multi_ensemble_existsFunction
ensure_multi_ensemble_exists(
    toml_path::String, 
    jobid::Union{Nothing, String}=nothing
) -> Nothing

Check whether all required output files exist for the multi-ensemble configuration. If any file is missing, this function automatically triggers both Deborah.DeborahEstherMiriam.MiriamDependencyManager.ensure_ensemble_exists and Deborah.Miriam.MiriamRunner.run_Miriam to regenerate the necessary outputs.

Arguments

  • toml_path::String: Path to the configuration TOML file.
  • jobid::Union{Nothing, String}: Optional job ID for logging purposes.

Returns

  • Nothing: Performs I/O operations and computations, but does not return a value.
source