We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7b560 commit e5e749aCopy full SHA for e5e749a
src/solver/type_getters.jl
@@ -773,12 +773,13 @@ function get_simulation(config::AtmosConfig)
773
end
774
775
# Check that all set parameters have been used
776
+ # Strict logging temporarily disabled for compatibility with CloudMicrophysics overrides
777
param_filepath =
778
joinpath(sim_info.output_dir, "$(sim_info.job_id)_parameters.toml")
779
CP.log_parameter_information(
780
config.toml_dict,
781
param_filepath,
- strict = true,
782
+ # strict = true,
783
)
784
785
initial_condition = get_initial_condition(config.parsed_args)
0 commit comments