Skip to content

Commit 95cacb5

Browse files
committed
Add dbug_flag namelist setting
Previously this could only be set via a code change
1 parent 058e4e3 commit 95cacb5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

cime_config/namelist_definition_drv.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,30 @@
879879
</values>
880880
</entry>
881881

882+
<entry id="dbug_flag">
883+
<type>integer</type>
884+
<category>expdef</category>
885+
<group>MED_attributes</group>
886+
<desc>
887+
Level of debug output; higher values give progressively more output
888+
889+
Some example values (other values are also accepted)
890+
- 0: no extra debug output
891+
- 1: a bit of debug output
892+
- 2: a bit more debug output
893+
- 6: a moderate amount of debug output
894+
- 11: a lot of debug output
895+
- 21: a huge amount of debug output
896+
897+
Note that setting this to moderate - high values can lead to overwhelming amounts of output.
898+
899+
(Default: 0)
900+
</desc>
901+
<values>
902+
<value>0</value>
903+
</values>
904+
</entry>
905+
882906
<entry id="flux_albav" modify_via_xml="CPL_ALBAV">
883907
<type>logical</type>
884908
<category>control</category>

0 commit comments

Comments
 (0)