Skip to content

Commit 52c7ee1

Browse files
authored
Merge pull request #52 from PCMDI/issue40_durack1_UpdateDemoToDealWithNewTables
Update demo for CMOR 3.2.5; ODS-v2.0.0
2 parents 2a66a56 + 87c95ff commit 52c7ee1

36 files changed

+7541
-1238
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
CMIP6_Amon.json
21
~$.xlsx
32
*.json~
43
*.sh~
54
*.py~
65
*.swp
7-
demo/obs4MIPs
6+
demo/demo

Tables/obs4MIPs_Aday.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"product":"observations",
1111
"realm":"atmos",
1212
"table_date":"17 July 2017",
13-
"table_id":"Table obs4MIPs_Aday"
13+
"table_id":"Aday"
1414
},
1515
"variable_entry":{
1616
"clt":{

Tables/obs4MIPs_Amon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"product":"observations",
1111
"realm":"atmos",
1212
"table_date":"17 July 2017",
13-
"table_id":"Table obs4MIPs_Amon"
13+
"table_id":"Amon"
1414
},
1515
"variable_entry":{
1616
"ccb":{

Tables/obs4MIPs_Lmon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"product":"observations",
1111
"realm":"land",
1212
"table_date":"17 July 2017",
13-
"table_id":"Table obs4MIPs_Lmon"
13+
"table_id":"Lmon"
1414
},
1515
"variable_entry":{
1616
"baresoilFrac":{

Tables/obs4MIPs_Omon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"product":"observations",
1111
"realm":"ocean",
1212
"table_date":"17 July 2017",
13-
"table_id":"Table obs4MIPs_Omon"
13+
"table_id":"Omon"
1414
},
1515
"variable_entry":{
1616
"agessc":{

Tables/obs4MIPs_SImon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"product":"observations",
1111
"realm":"seaIce",
1212
"table_date":"17 July 2017",
13-
"table_id":"Table obs4MIPs_SImon"
13+
"table_id":"SImon"
1414
},
1515
"variable_entry":{
1616
"siage":{

Tables/obs4MIPs_fx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"product":"observations",
1111
"realm":"fx",
1212
"table_date":"17 July 2017",
13-
"table_id":"Table obs4MIPs_fx"
13+
"table_id":"fx"
1414
},
1515
"variable_entry":{
1616
"areacella":{

0 commit comments

Comments
 (0)