Skip to content

Commit 1cb7d7f

Browse files
authored
Merge pull request #765 from GEOS-ESM/bugfix/v11-fix-gcm-regress
v11: Fix for gcm_regress.j for MAPL 2.60
2 parents 1a8ef17 + c36038d commit 1cb7d7f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

gcm_regress.j

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,27 @@ endif
216216
set FILE = HISTORY.rc0
217217
/bin/rm -f $FILE
218218
cat << _EOF_ > $FILE
219-
219+
VERSION: 1
220220
EXPID: ${EXPID}
221221
EXPDSC: ${EXPID}_Regression_Test
222222
223+
GRID_LABELS: PC180x91-DC
224+
::
225+
226+
PC180x91-DC.GRID_TYPE: LatLon
227+
PC180x91-DC.IM_WORLD: 180
228+
PC180x91-DC.JM_WORLD: 91
229+
PC180x91-DC.POLE: PC
230+
PC180x91-DC.DATELINE: DC
231+
PC180x91-DC.LM: 181
232+
223233
COLLECTIONS: test_collection
224234
::
225235
226236
test_collection.template: '%y4%m2%d2_%h2%n2z.nc4' ,
227237
test_collection.archive: '%c/Y%y4' ,
228238
test_collection.format: 'CFIO' ,
239+
test_collection.grid_label: PC180x91-DC ,
229240
test_collection.deflate: 1 ,
230241
test_collection.frequency: 060000 ,
231242
@DATAOCEAN test_collection.fields: 'PHIS', 'AGCM' ,

0 commit comments

Comments
 (0)