Skip to content

Commit

Permalink
Fixed interval values. Set type to double for grid variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Dec 14, 2018
1 parent eeeecdf commit 173b1b8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Tables/CMIP6_AERhr.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"missing_value": "1e20",
"int_missing_value": "-999",
"product": "model-output",
"approx_interval": "1.0",
"generic_levels": "0.017361",
"approx_interval": "0.041667",
"generic_levels": "alevel alevhalf",
"mip_era": "CMIP6",
"Conventions": "CF-1.7 CMIP-6.2"
},
Expand Down
2 changes: 2 additions & 0 deletions Tables/CMIP6_CFsubhr.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"int_missing_value": "-999",
"product": "model-output",
"approx_interval": "0.017361",
"approx_interval_error": "0.90",
"approx_interval_warning": "0.5",
"generic_levels": "alevel alevhalf",
"mip_era": "CMIP6",
"Conventions": "CF-1.7 CMIP-6.2"
Expand Down
2 changes: 1 addition & 1 deletion Tables/CMIP6_E1hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"missing_value": "1e20",
"int_missing_value": "-999",
"product": "model-output",
"approx_interval": "0.017361",
"approx_interval": "0.041667",
"generic_levels": "",
"mip_era": "CMIP6",
"Conventions": "CF-1.7 CMIP-6.2"
Expand Down
2 changes: 1 addition & 1 deletion Tables/CMIP6_E1hrClimMon.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"missing_value": "1e20",
"int_missing_value": "-999",
"product": "model-output",
"approx_interval": "0.017361",
"approx_interval": "0.041667",
"generic_levels": "",
"mip_era": "CMIP6",
"Conventions": "CF-1.7 CMIP-6.2"
Expand Down
2 changes: 2 additions & 0 deletions Tables/CMIP6_Esubhr.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"int_missing_value": "-999",
"product": "model-output",
"approx_interval": "0.017361",
"approx_interval_error": "0.90",
"approx_interval_warning": "0.5",
"generic_levels": "alevel alevhalf",
"mip_era": "CMIP6",
"Conventions": "CF-1.7 CMIP-6.2"
Expand Down
12 changes: 6 additions & 6 deletions Tables/CMIP6_grids.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"standard_name": "grid_latitude",
"out_name": "rlat",
"units": "degrees",
"type": "",
"type": "double",
"axis": "Y"
},
"y_deg": {
"long_name": "y coordinate of projection",
"standard_name": "projection_y_coordinate",
"out_name": "y",
"units": "degrees",
"type": "",
"type": "double",
"axis": "Y"
},
"l_index": {
Expand All @@ -45,7 +45,7 @@
"standard_name": "grid_longitude",
"out_name": "rlon",
"units": "degrees",
"type": "",
"type": "double",
"axis": "X"
},
"k_index": {
Expand All @@ -69,7 +69,7 @@
"standard_name": "projection_x_coordinate",
"out_name": "x",
"units": "degrees",
"type": "",
"type": "double",
"axis": "X"
},
"i_index": {
Expand All @@ -93,15 +93,15 @@
"standard_name": "projection_y_coordinate",
"out_name": "",
"units": "m",
"type": "",
"type": "double",
"axis": "Y"
},
"x": {
"long_name": "x coordinate of projection",
"standard_name": "projection_x_coordinate",
"out_name": "",
"units": "m",
"type": "",
"type": "double",
"axis": "X"
},
"m_index": {
Expand Down

0 comments on commit 173b1b8

Please sign in to comment.