Skip to content

Commit

Permalink
Merge pull request #511 from jedwards4b/fix/ocn2wav_smap_issue
Browse files Browse the repository at this point in the history
variable name mismatch
  • Loading branch information
jedwards4b authored Oct 2, 2024
2 parents f4f64c3 + d6b8a21 commit deedc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,7 @@
ocn to wav state mapping file for states
</desc>
<values>
<value samegrid_ocn_wav="true">idmap</value>
<value samegrid_wav_ocn="true">idmap</value>
<value>$OCN2WAV_SMAPNAME</value>
</values>
</entry>
Expand All @@ -2322,7 +2322,7 @@
wav to ocn state mapping file for states
</desc>
<values>
<value samegrid_ocn_wav="true">idmap</value>
<value samegrid_wav_ocn="true">idmap</value>
<value>$WAV2OCN_SMAPNAME</value>
</values>
</entry>
Expand Down

0 comments on commit deedc25

Please sign in to comment.