Skip to content

Commit

Permalink
Merge pull request #424 from jedwards4b/gust_on_for_camdev
Browse files Browse the repository at this point in the history
turn add_gusts on by default for camdev
  • Loading branch information
jedwards4b authored Dec 22, 2023
2 parents ce6c935 + 46bf811 commit d2a08f0
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 d2a08f0

Please sign in to comment.