Skip to content

Commit

Permalink
Merge pull request #457 from jedwards4b/ww3dev2ww3
Browse files Browse the repository at this point in the history
renames ww3dev to ww3
  • Loading branch information
jedwards4b authored May 22, 2024
2 parents f1fa80d + 7715f0b commit 95d6f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def _create_drv_namelists(case, infile, confdir, nmlgen, files):
elif case.get_value("RUN_TYPE") == "branch":
config["run_type"] = "branch"

config['wav_ice_coupling'] = config['COMP_WAV'] == 'ww3dev' and config['COMP_ICE'] == 'cice'
config['wav_ice_coupling'] = 'ww3' in config['COMP_WAV'] and config['COMP_ICE'] == 'cice'

# ----------------------------------------------------
# Initialize namelist defaults
Expand Down

0 comments on commit 95d6f69

Please sign in to comment.