Skip to content

Commit

Permalink
Bring back grids that are mentioned in outside doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdebolskiy committed Sep 11, 2023
1 parent 3452361 commit c6ceee3
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions modelgrid_aliases_nuopc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,12 @@

<!-- f09 finite volume atm grid -->

<!-- <model_grid alias="f09_g17"> -->
<!-- <grid name="atm">0.9x1.25</grid> -->
<!-- <grid name="lnd">0.9x1.25</grid> -->
<!-- <grid name="ocnice">gx1v7</grid> -->
<!-- <mask>gx1v7</mask> -->
<!-- </model_grid> -->
<model_grid alias="f09_g17" compset="DATM">
<grid name="atm">0.9x1.25</grid>
<grid name="lnd">0.9x1.25</grid>
<grid name="ocnice">gx1v7</grid>
<mask>gx1v7</mask>
</model_grid>

<model_grid alias="f09_f09_mtn14" not_compset="_POP|_MOM" >
<grid name="atm">0.9x1.25</grid>
Expand Down Expand Up @@ -310,12 +310,13 @@

<!-- f19 finite volume atm grid -->

<!-- <model_grid alias="f19_g17"> -->
<!-- <grid name="atm">1.9x2.5</grid> -->
<!-- <grid name="lnd">1.9x2.5</grid> -->
<!-- <grid name="ocnice">gx1v7</grid> -->
<!-- <mask>gx1v7</mask> -->
<!-- </model_grid> -->
<model_grid alias="f19_g17">
<grid name="atm">1.9x2.5</grid>
<grid name="lnd">1.9x2.5</grid>
<grid name="ocnice">gx1v7</grid>
<mask>gx1v7</mask>
</model_grid>

<model_grid alias="f19_tn14" not_compset="_POP|_MOM">
<grid name="atm">1.9x2.5</grid>
<grid name="lnd">1.9x2.5</grid>
Expand All @@ -342,6 +343,14 @@
<grid name="ocnice">1.9x2.5</grid>
<mask>tnx1v4</mask>
</model_grid>

<model_grid alias="f19_f19" compset="DATM">
<grid name="atm">1.9x2.5</grid>
<grid name="lnd">1.9x2.5</grid>
<grid name="ocnice">1.9x2.5</grid>
<mask>gx1v6</mask>
</model_grid>

<model_grid alias="f19_f19_mnull" compset="_DOCN%SAQUAP|DOCN%DAQUAP" >
<grid name="atm">1.9x2.5</grid>
<grid name="lnd">1.9x2.5</grid>
Expand Down

0 comments on commit c6ceee3

Please sign in to comment.