Skip to content

Commit

Permalink
Merge branch 'mahf708/eamxx/save-fm-content' (PR #6953)
Browse files Browse the repository at this point in the history
fixes a mismatch between the namelist defaults and the code to save the field manager dictionary to file.

Fixes #6952
  • Loading branch information
bartgol authored Jan 29, 2025
2 parents 430c72a + ea4d0fe commit 69546dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/eamxx/cime_config/namelist_defaults_scream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,10 @@ be lost if SCREAM_HACK_XML is not enabled.
<!-- driver_options options for scream -->
<driver_options>
<atmosphere_dag_verbosity_level>0</atmosphere_dag_verbosity_level>
<save_field_manager_dictionary type="logical">false</save_field_manager_dictionary>
<save_field_manager_content type="logical"
doc="Saves a dictionary of the FM fields to file">
false
</save_field_manager_content>
<atm_log_level type="string"
valid_values="trace,debug,info,warn,error"
doc="Verbosity level for the atm logger">
Expand Down

0 comments on commit 69546dc

Please sign in to comment.