Skip to content

Commit 173b1b8

Browse files
committed
Fixed interval values. Set type to double for grid variable.
1 parent eeeecdf commit 173b1b8

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

Tables/CMIP6_AERhr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"missing_value": "1e20",
99
"int_missing_value": "-999",
1010
"product": "model-output",
11-
"approx_interval": "1.0",
12-
"generic_levels": "0.017361",
11+
"approx_interval": "0.041667",
12+
"generic_levels": "alevel alevhalf",
1313
"mip_era": "CMIP6",
1414
"Conventions": "CF-1.7 CMIP-6.2"
1515
},

Tables/CMIP6_CFsubhr.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"int_missing_value": "-999",
1010
"product": "model-output",
1111
"approx_interval": "0.017361",
12+
"approx_interval_error": "0.90",
13+
"approx_interval_warning": "0.5",
1214
"generic_levels": "alevel alevhalf",
1315
"mip_era": "CMIP6",
1416
"Conventions": "CF-1.7 CMIP-6.2"

Tables/CMIP6_E1hr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"missing_value": "1e20",
99
"int_missing_value": "-999",
1010
"product": "model-output",
11-
"approx_interval": "0.017361",
11+
"approx_interval": "0.041667",
1212
"generic_levels": "",
1313
"mip_era": "CMIP6",
1414
"Conventions": "CF-1.7 CMIP-6.2"

Tables/CMIP6_E1hrClimMon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"missing_value": "1e20",
99
"int_missing_value": "-999",
1010
"product": "model-output",
11-
"approx_interval": "0.017361",
11+
"approx_interval": "0.041667",
1212
"generic_levels": "",
1313
"mip_era": "CMIP6",
1414
"Conventions": "CF-1.7 CMIP-6.2"

Tables/CMIP6_Esubhr.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"int_missing_value": "-999",
1010
"product": "model-output",
1111
"approx_interval": "0.017361",
12+
"approx_interval_error": "0.90",
13+
"approx_interval_warning": "0.5",
1214
"generic_levels": "alevel alevhalf",
1315
"mip_era": "CMIP6",
1416
"Conventions": "CF-1.7 CMIP-6.2"

Tables/CMIP6_grids.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"standard_name": "grid_latitude",
2222
"out_name": "rlat",
2323
"units": "degrees",
24-
"type": "",
24+
"type": "double",
2525
"axis": "Y"
2626
},
2727
"y_deg": {
2828
"long_name": "y coordinate of projection",
2929
"standard_name": "projection_y_coordinate",
3030
"out_name": "y",
3131
"units": "degrees",
32-
"type": "",
32+
"type": "double",
3333
"axis": "Y"
3434
},
3535
"l_index": {
@@ -45,7 +45,7 @@
4545
"standard_name": "grid_longitude",
4646
"out_name": "rlon",
4747
"units": "degrees",
48-
"type": "",
48+
"type": "double",
4949
"axis": "X"
5050
},
5151
"k_index": {
@@ -69,7 +69,7 @@
6969
"standard_name": "projection_x_coordinate",
7070
"out_name": "x",
7171
"units": "degrees",
72-
"type": "",
72+
"type": "double",
7373
"axis": "X"
7474
},
7575
"i_index": {
@@ -93,15 +93,15 @@
9393
"standard_name": "projection_y_coordinate",
9494
"out_name": "",
9595
"units": "m",
96-
"type": "",
96+
"type": "double",
9797
"axis": "Y"
9898
},
9999
"x": {
100100
"long_name": "x coordinate of projection",
101101
"standard_name": "projection_x_coordinate",
102102
"out_name": "",
103103
"units": "m",
104-
"type": "",
104+
"type": "double",
105105
"axis": "X"
106106
},
107107
"m_index": {

0 commit comments

Comments
 (0)