Skip to content

Commit

Permalink
Merge pull request #2599 from CliMA/ne/hotfix
Browse files Browse the repository at this point in the history
Allow unlogged parameters in TOML files
  • Loading branch information
nefrathenrici authored Jan 29, 2024
2 parents fb7b560 + e5e749a commit 8760f6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/solver/type_getters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -773,12 +773,13 @@ function get_simulation(config::AtmosConfig)
end

# Check that all set parameters have been used
# Strict logging temporarily disabled for compatibility with CloudMicrophysics overrides
param_filepath =
joinpath(sim_info.output_dir, "$(sim_info.job_id)_parameters.toml")
CP.log_parameter_information(
config.toml_dict,
param_filepath,
strict = true,
# strict = true,
)

initial_condition = get_initial_condition(config.parsed_args)
Expand Down

0 comments on commit 8760f6e

Please sign in to comment.