From 88b27ab923335fe3ccb039d540a202c305a6ba57 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 15 Sep 2025 12:04:54 -0400 Subject: [PATCH 1/2] v11: Fix for gcm_regress.j for MAPL 2.60 --- gcm_regress.j | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gcm_regress.j b/gcm_regress.j index 26cec61f..f0b19d93 100755 --- a/gcm_regress.j +++ b/gcm_regress.j @@ -220,12 +220,23 @@ cat << _EOF_ > $FILE EXPID: ${EXPID} EXPDSC: ${EXPID}_Regression_Test +GRID_LABELS: PC180x91-DC +:: + +PC180x91-DC.GRID_TYPE: LatLon +PC180x91-DC.IM_WORLD: 180 +PC180x91-DC.JM_WORLD: 91 +PC180x91-DC.POLE: PC +PC180x91-DC.DATELINE: DC +PC180x91-DC.LM: 181 + COLLECTIONS: test_collection :: test_collection.template: '%y4%m2%d2_%h2%n2z.nc4' , test_collection.archive: '%c/Y%y4' , test_collection.format: 'CFIO' , + test_collection.grid_label: PC180x91-DC , test_collection.deflate: 1 , test_collection.frequency: 060000 , @DATAOCEAN test_collection.fields: 'PHIS', 'AGCM' , From c36038d0ee3dbd7c518ac8384207bd6fc33d3361 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 15 Sep 2025 12:06:30 -0400 Subject: [PATCH 2/2] Add VERSION --- gcm_regress.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcm_regress.j b/gcm_regress.j index f0b19d93..28e07cba 100755 --- a/gcm_regress.j +++ b/gcm_regress.j @@ -216,7 +216,7 @@ endif set FILE = HISTORY.rc0 /bin/rm -f $FILE cat << _EOF_ > $FILE - +VERSION: 1 EXPID: ${EXPID} EXPDSC: ${EXPID}_Regression_Test