Skip to content

Commit

Permalink
Merge pull request #200 from ESMCI/fix_ww3_default_grid
Browse files Browse the repository at this point in the history
fix the default grid name for wav components
  • Loading branch information
jedwards4b authored Jan 6, 2025
2 parents 26aacc1 + f3b0f21 commit a712a92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modelgrid_aliases_nuopc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<grid name="glc" compset="DGLC" >gris4</grid>
<grid name="glc" compset="XGLC" >gris4</grid>
<grid name="wav" compset="SWAV" >null</grid>
<grid name="wav" compset="DWAV" >wg37</grid>
<grid name="wav" compset="WW3" >wg37</grid>
<grid name="wav" compset="XWAV" >wg37</grid>
<grid name="wav" compset="DWAV" >wgx3v7</grid>
<grid name="wav" compset="WW3" >wgx3v7</grid>
<grid name="wav" compset="XWAV" >wgx3v7</grid>
<grid name="iac" compset="SIAC" >null</grid>
</model_grid_defaults>

Expand Down

0 comments on commit a712a92

Please sign in to comment.