Skip to content

Commit

Permalink
Merge pull request #165 from adamrher/ccs_config_cesm.pathfix
Browse files Browse the repository at this point in the history
redo polarcap/mpas grid fix PR
  • Loading branch information
jedwards4b authored Apr 13, 2024
2 parents ad7170e + a61edd7 commit 4ab94fc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 17 deletions.
7 changes: 7 additions & 0 deletions component_grids_nuopc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,13 @@
<support>Test support only</support>
</domain>

<domain name="ne0np4.POLARCAP.ne30x4">
<nx>186194</nx> <ny>1</ny>
<mesh>$DIN_LOC_ROOT/share/meshes/POLARCAP_ne30x4_np4_ESMFmesh_cdf5_c20240222.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">
<nx>2562</nx> <ny>1</ny>
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
25 changes: 12 additions & 13 deletions modelgrid_aliases_nuopc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,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 @@ -1350,19 +1357,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>
<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 alias="mpasa7p5_mpasa7p5_mg17" not_compset="_POP">
<grid name="atm">mpasa7p5</grid>
Expand Down

0 comments on commit 4ab94fc

Please sign in to comment.