Skip to content

Commit

Permalink
Merge pull request #21 from mvertens/feature/add_tnx2v1
Browse files Browse the repository at this point in the history
added tnx2v1 for ocean
  • Loading branch information
mvertens authored Aug 29, 2023
2 parents 9697201 + b44aa29 commit dfebc30
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions component_grids_nuopc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@
<desc>tnx1v4 is tripole v4 1-deg BLOM grid:</desc>
<support>Experimental for BLOM experiments</support>
</domain>
<domain name="tnx2v1">
<nx>180</nx> <ny>192</ny>
<mesh>$DIN_LOC_ROOT/share/meshes/tnx2v1_20230815_cdf5_ESMFmesh.nc</mesh>
<desc>tnx2v1 is tripole v1 2-deg BLOM grid:</desc>
<support>Experimental for BLOM experiments</support>
</domain>

<!-- ======================================================== -->
<!-- ROF domains -->
Expand Down
12 changes: 12 additions & 0 deletions modelgrid_aliases_nuopc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@
<grid name="rof">JRA025</grid>
<grid name="ocnice">tnx1v4</grid>
</model_grid>
<model_grid alias="TL319_tn21" not_compset="_CAM">
<grid name="atm">TL319</grid>
<grid name="lnd">TL319</grid>
<grid name="rof">JRA025</grid>
<grid name="ocnice">tnx2v1</grid>
</model_grid>
<model_grid alias="TL639_tn14" not_compset="_CAM">
<grid name="atm">TL639</grid>
<grid name="lnd">TL639</grid>
Expand All @@ -201,6 +207,12 @@
<grid name="ocnice">tnx1v4</grid>
<mask>tnx1v4</mask>
</model_grid>
<model_grid alias="T62_tn21" not_compset="_CAM">
<grid name="atm">T62</grid>
<grid name="lnd">T62</grid>
<grid name="ocnice">tnx2v1</grid>
<mask>tnx1v4</mask>
</model_grid>
<model_grid alias="T62_g17" not_compset="_CAM">
<grid name="atm">T62</grid>
<grid name="lnd">T62</grid>
Expand Down

0 comments on commit dfebc30

Please sign in to comment.