Skip to content

Commit 69546dc

Browse files
authored
Merge branch 'mahf708/eamxx/save-fm-content' (PR #6953)
fixes a mismatch between the namelist defaults and the code to save the field manager dictionary to file. Fixes #6952
2 parents 430c72a + ea4d0fe commit 69546dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/eamxx/cime_config/namelist_defaults_scream.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,10 @@ be lost if SCREAM_HACK_XML is not enabled.
726726
<!-- driver_options options for scream -->
727727
<driver_options>
728728
<atmosphere_dag_verbosity_level>0</atmosphere_dag_verbosity_level>
729-
<save_field_manager_dictionary type="logical">false</save_field_manager_dictionary>
729+
<save_field_manager_content type="logical"
730+
doc="Saves a dictionary of the FM fields to file">
731+
false
732+
</save_field_manager_content>
730733
<atm_log_level type="string"
731734
valid_values="trace,debug,info,warn,error"
732735
doc="Verbosity level for the atm logger">

0 commit comments

Comments
 (0)