Skip to content

Commit

Permalink
remove wav_ice_coup (to go in later PR for wave-ice coupling)
Browse files Browse the repository at this point in the history
  • Loading branch information
erinethomas committed Nov 6, 2024
1 parent 1d22ac1 commit d6eb466
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions driver-mct/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ def _create_drv_namelists(case, infile, confdir, nmlgen, files):
config['WAV_OCN_COUP'] = 'two'
elif case.get_value('COMP_OCN') == 'docn':
config['WAV_OCN_COUP'] = 'one'
#if case.get_value("DOCN_MODE") == 'som'
if case.get_value('COMP_ICE') == 'mpassi':
config['WAV_ICE_COUP'] = 'two'
elif case.get_value('COMP_WAV') == 'dwav':
config['WAVSPEC'] = 'sp36x36'
else:
Expand Down
12 changes: 0 additions & 12 deletions driver-mct/cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,18 +217,6 @@
</values>
</entry>

<entry id="wav_ice_coup">
<type>char</type>
<category>seq_flds</category>
<group>seq_cplflds_inparm</group>
<desc>One- or Two-way coupling between Wave and Sea Ice.</desc>
<values>
<value>none</value>
<value WAV_ICE_COUP="one">one</value>
<value WAV_ICE_COUP="two">two</value>
</values>
</entry>

<entry id="ice_ncat" modify_via_xml="ICE_NCAT">
<type>integer</type>
<category>seq_flds</category>
Expand Down

0 comments on commit d6eb466

Please sign in to comment.