Skip to content

Commit

Permalink
Merge pull request #158 from adamrher/ccs_config_cesm.polarcap
Browse files Browse the repository at this point in the history
add polarcap grid, fix mpasa15-3 naming issues
  • Loading branch information
jedwards4b authored Apr 9, 2024
2 parents 4b93d50 + ed817ff commit f705b34
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions component_grids_nuopc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@
<desc>ne0np4.ARCTICGRIS.ne30x8 is a Spectral Elem 1-deg grid with a 1/8 deg refined region over Greenland:</desc>
<support>Test support only</support>
</domain>
<domain name="ne0np4.POLARCAP.ne30x4">
<nx>186194</nx> <ny>1</ny>
<mesh>/glade/work/aherring/grids/var-res/ne0np4.POLARRES.ne30x4/grids/polarcap/POLARCAP_ne30x4_np4_MESH_cdf5.nc</mesh>
<desc>ne0np4.POLARCAP.ne30x4 is a Spectral Elem 1-deg grid with a 1/4 deg refined region over the Arctic and Antarctica:</desc>
<support>Test support only</support>
</domain>

<!-- CAM/MPAS meshes -->
<domain name="mpasa480">
Expand Down
8 changes: 4 additions & 4 deletions modelgrid_aliases_mct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1137,10 +1137,10 @@
<mask>gx1v7</mask>
</model_grid>

<model_grid alias="mpasa15-3_mpasa15-3" not_compset="_POP">
<grid name="atm">mpasa15-3</grid>
<grid name="lnd">mpasa15-3</grid>
<grid name="ocnice">mpasa15-3</grid>
<model_grid alias="mpasa15-3conus_mpasa15-3conus" not_compset="_POP">
<grid name="atm">mpasa15-3conus</grid>
<grid name="lnd">mpasa15-3conus</grid>
<grid name="ocnice">mpasa15-3conus</grid>
<mask>gx1v7</mask>
</model_grid>

Expand Down
24 changes: 12 additions & 12 deletions modelgrid_aliases_nuopc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,13 @@
<mask>tx0.1v2</mask>
</model_grid>

<model_grid alias="ne0POLARCAPne30x4_ne0POLARCAPne30x4_mt12" not_compset="_POP">
<grid name="atm">ne0np4.POLARCAP.ne30x4</grid>
<grid name="lnd">ne0np4.POLARCAP.ne30x4</grid>
<grid name="ocnice">ne0np4.POLARCAP.ne30x4</grid>
<mask>tx0.1v2</mask>
</model_grid>

<!-- MPAS-A grids -->

<model_grid alias="mpasa480_mpasa480" not_compset="_POP">
Expand Down Expand Up @@ -1304,18 +1311,11 @@
<mask>gx1v7</mask>
</model_grid>

<model_grid alias="mpasa15-3_mpasa15-3" not_compset="_POP">
<grid name="atm">mpasa15-3</grid>
<grid name="lnd">mpasa15-3</grid>
<grid name="ocnice">mpasa15-3</grid>
<mask>gx1v7</mask>
</model_grid>

<model_grid alias="mpasa15-3-conus_mpasa15-3-conus" not_compset="_POP">
<grid name="atm">mpasa15-3</grid>
<grid name="lnd">mpasa15-3</grid>
<grid name="ocnice">mpasa15-3</grid>
<mask>gx1v7</mask>
<model_grid alias="mpasa15-3-conus_mpasa15-3-conus_mt13" not_compset="_POP">
<grid name="atm">mpasa15-3conus</grid>
<grid name="lnd">mpasa15-3conus</grid>
<grid name="ocnice">mpasa15-3conus</grid>
<mask>tx0.1v3</mask>
</model_grid>

<model_grid alias="mpasa7p5_mpasa7p5_mg17" not_compset="_POP">
Expand Down

0 comments on commit f705b34

Please sign in to comment.