Skip to content

Commit

Permalink
turn add_gusts on by default for camdev
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 21, 2023
1 parent ce6c935 commit 46bf811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def _create_drv_namelists(case, infile, confdir, nmlgen, files):
config["COMP_OCN"] = case.get_value("COMP_OCN")
config["COMP_ROF"] = case.get_value("COMP_ROF")
config["COMP_WAV"] = case.get_value("COMP_WAV")

config["CAMDEV"] = "True" if "CAM%DEV" in case.get_value("COMPSET") else "False"

if (
(
case.get_value("COMP_ROF") == "mosart"
Expand Down
3 changes: 2 additions & 1 deletion cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,8 @@
add a wind gustiness factor
</desc>
<values>
<value>.false.</value>
<value CAMDEV="True">.true.</value>
<value CAMDEV="False">.false.</value>
</values>
</entry>

Expand Down

0 comments on commit 46bf811

Please sign in to comment.