Skip to content

Commit a5f4aad

Browse files
authored
Merge pull request #355 from Katetc/katetc/dglc_gris4_update
DGLC grid updates for new gris4 mesh ### Description of changes Updates to the DGLC namelist to point to the new grid files for the gris4 grid. ### Specific notes Are there dependencies on other component PRs (if so list): This fulfills a dependency from ccs_config_cesm1.0.63 Are changes expected to change answers (bfb, different to roundoff, more substantial): They will change answers in any compset using the gris4 grid and DGLC Any User Interface Changes (namelist or namelist defaults changes): These are namelist defaults changes for gris4 grids Testing performed (e.g. aux_cdeps, CESM prealpha, etc): Ran the test Chris was having trouble with. Before: SMS_Ld2.ne30pg3_t232.B1850C_LTso.derecho_intel.allactive-defaultio (Overall: FAIL) After: SMS_Ld2.ne30pg3_t232.B1850C_LTso.derecho_intel.allactive-defaultio (Overall: PASS)
2 parents 95e0bac + d55ac35 commit a5f4aad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dglc/cime_config/namelist_definition_dglc.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<input_pathname>abs</input_pathname>
4242
<group>dglc_nml</group>
4343
<values>
44-
<value glc_grid="ais8:gris4">$DIN_LOC_ROOT/glc/cism/Antarctica/ISMIP6_Antarctica_8km.init.c210908.nc:$DIN_LOC_ROOT/glc/cism/Greenland/greenland_4km_epsg3413_c171126.nc</value>
45-
<value glc_grid="gris4" >$DIN_LOC_ROOT/glc/cism/Greenland/greenland_4km_epsg3413_c171126.nc</value>
44+
<value glc_grid="ais8:gris4">$DIN_LOC_ROOT/glc/cism/Antarctica/ISMIP6_Antarctica_8km.init.c210908.nc:$DIN_LOC_ROOT/glc/cism/Greenland/greenland_4km_epsg3413_c251001.nc</value>
45+
<value glc_grid="gris4" >$DIN_LOC_ROOT/glc/cism/Greenland/greenland_4km_epsg3413_c251001.nc</value>
4646
<value glc_grid="ais8" >$DIN_LOC_ROOT/glc/cism/Antarctica/ISMIP6_Antarctica_8km.init.c210908.nc</value>
4747
</values>
4848
<desc>
@@ -85,9 +85,9 @@
8585
<category>streams</category>
8686
<group>dglc_nml</group>
8787
<values>
88-
<value glc_grid="ais8:gris4">704,416</value>
88+
<value glc_grid="ais8:gris4">704,421</value>
8989
<value glc_grid="ais8">704</value>
90-
<value glc_grid="gris4">416</value>
90+
<value glc_grid="gris4">421</value>
9191
<value glc_grid="gris20">76</value>
9292
</values>
9393
<desc>
@@ -101,9 +101,9 @@
101101
<category>streams</category>
102102
<group>dglc_nml</group>
103103
<values>
104-
<value glc_grid="ais8:gris4">576,704</value>
104+
<value glc_grid="ais8:gris4">576,721</value>
105105
<value glc_grid="ais8">576</value>
106-
<value glc_grid="gris4">704</value>
106+
<value glc_grid="gris4">721</value>
107107
<value glc_grid="gris20">141</value>
108108
</values>
109109
<desc>

0 commit comments

Comments
 (0)