Skip to content

Commit

Permalink
remove 'two' way coupling option from wav_ic_coup
Browse files Browse the repository at this point in the history
  • Loading branch information
erinethomas committed Nov 12, 2024
1 parent 6cfad97 commit eb0e69d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion driver-mct/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _create_drv_namelists(case, infile, confdir, nmlgen, files):
config['WAV_OCN_COUP'] = 'one'
#if case.get_value("DOCN_MODE") == 'som'
if case.get_value('COMP_ICE') == 'mpassi':
config['WAV_ICE_COUP'] = 'two'
config['WAV_ICE_COUP'] = 'one'
elif case.get_value('COMP_WAV') == 'dwav':
config['WAVSPEC'] = 'sp36x36'
else:
Expand Down
1 change: 0 additions & 1 deletion driver-mct/cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@
<values>
<value>none</value>
<value WAV_ICE_COUP="one">one</value>
<value WAV_ICE_COUP="two">two</value>
</values>
</entry>

Expand Down

0 comments on commit eb0e69d

Please sign in to comment.