Skip to content

Commit d2a08f0

Browse files
authored
Merge pull request #424 from jedwards4b/gust_on_for_camdev
turn add_gusts on by default for camdev
2 parents ce6c935 + 46bf811 commit d2a08f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cime_config/buildnml

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ def _create_drv_namelists(case, infile, confdir, nmlgen, files):
106106
config["COMP_OCN"] = case.get_value("COMP_OCN")
107107
config["COMP_ROF"] = case.get_value("COMP_ROF")
108108
config["COMP_WAV"] = case.get_value("COMP_WAV")
109-
109+
config["CAMDEV"] = "True" if "CAM%DEV" in case.get_value("COMPSET") else "False"
110+
110111
if (
111112
(
112113
case.get_value("COMP_ROF") == "mosart"

cime_config/namelist_definition_drv.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,8 @@
954954
add a wind gustiness factor
955955
</desc>
956956
<values>
957-
<value>.false.</value>
957+
<value CAMDEV="True">.true.</value>
958+
<value CAMDEV="False">.false.</value>
958959
</values>
959960
</entry>
960961

0 commit comments

Comments
 (0)