Skip to content

Commit

Permalink
renames ww3dev to ww3
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed May 16, 2024
1 parent 3b1e50b commit 7715f0b
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 7715f0b

Please sign in to comment.