Skip to content

Commit 8760f6e

Browse files
Merge pull request #2599 from CliMA/ne/hotfix
Allow unlogged parameters in TOML files
2 parents fb7b560 + e5e749a commit 8760f6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/solver/type_getters.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -773,12 +773,13 @@ function get_simulation(config::AtmosConfig)
773773
end
774774

775775
# Check that all set parameters have been used
776+
# Strict logging temporarily disabled for compatibility with CloudMicrophysics overrides
776777
param_filepath =
777778
joinpath(sim_info.output_dir, "$(sim_info.job_id)_parameters.toml")
778779
CP.log_parameter_information(
779780
config.toml_dict,
780781
param_filepath,
781-
strict = true,
782+
# strict = true,
782783
)
783784

784785
initial_condition = get_initial_condition(config.parsed_args)

0 commit comments

Comments
 (0)