Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion gcm_regress.j
Original file line number Diff line number Diff line change
Expand Up @@ -216,16 +216,27 @@ endif
set FILE = HISTORY.rc0
/bin/rm -f $FILE
cat << _EOF_ > $FILE

VERSION: 1
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' ,
Expand Down