| cube:dimensions |
{
"lat": {
"axis": "y",
"description": "latitude",
"extent": [
25.066666666666666,
49.400000000000006
],
"reference_system": "{\"$schema\":\"https://proj.org/schemas/v0.7/projjson.schema.json\",\"type\":\"GeographicCRS\",\"name\":\"WGS 84\",\"datum_ensemble\":{\"name\":\"World Geodetic System 1984 ensemble\",\"members\":[{\"name\":\"World Geodetic System 1984 (Transit)\"},{\"name\":\"World Geodetic System 1984 (G730)\"},{\"name\":\"World Geodetic System 1984 (G873)\"},{\"name\":\"World Geodetic System 1984 (G1150)\"},{\"name\":\"World Geodetic System 1984 (G1674)\"},{\"name\":\"World Geodetic System 1984 (G1762)\"},{\"name\":\"World Geodetic System 1984 (G2139)\"},{\"name\":\"World Geodetic System 1984 (G2296)\"}],\"ellipsoid\":{\"name\":\"WGS 84\",\"semi_major_axis\":6378137,\"inverse_flattening\":298.257223563},\"accuracy\":\"2.0\"},\"coordinate_system\":{\"subtype\":\"ellipsoidal\",\"axis\":[{\"name\":\"Geodetic latitude\",\"abbreviation\":\"Lat\",\"direction\":\"north\",\"unit\":\"degree\"},{\"name\":\"Geodetic longitude\",\"abbreviation\":\"Lon\",\"direction\":\"east\",\"unit\":\"degree\"}]},\"scope\":\"Horizontal component of 3D system.\",\"area\":\"World.\",\"bbox\":{\"south_latitude\":-90,\"west_longitude\":-180,\"north_latitude\":90,\"east_longitude\":180},\"id\":{\"authority\":\"EPSG\",\"code\":4326}}",
"step": -0.0416666666667,
"type": "spatial"
},
"lon": {
"axis": "x",
"description": "longitude",
"extent": [
-124.76666663333334,
-67.05833330000002
],
"reference_system": "{\"$schema\":\"https://proj.org/schemas/v0.7/projjson.schema.json\",\"type\":\"GeographicCRS\",\"name\":\"WGS 84\",\"datum_ensemble\":{\"name\":\"World Geodetic System 1984 ensemble\",\"members\":[{\"name\":\"World Geodetic System 1984 (Transit)\"},{\"name\":\"World Geodetic System 1984 (G730)\"},{\"name\":\"World Geodetic System 1984 (G873)\"},{\"name\":\"World Geodetic System 1984 (G1150)\"},{\"name\":\"World Geodetic System 1984 (G1674)\"},{\"name\":\"World Geodetic System 1984 (G1762)\"},{\"name\":\"World Geodetic System 1984 (G2139)\"},{\"name\":\"World Geodetic System 1984 (G2296)\"}],\"ellipsoid\":{\"name\":\"WGS 84\",\"semi_major_axis\":6378137,\"inverse_flattening\":298.257223563},\"accuracy\":\"2.0\"},\"coordinate_system\":{\"subtype\":\"ellipsoidal\",\"axis\":[{\"name\":\"Geodetic latitude\",\"abbreviation\":\"Lat\",\"direction\":\"north\",\"unit\":\"degree\"},{\"name\":\"Geodetic longitude\",\"abbreviation\":\"Lon\",\"direction\":\"east\",\"unit\":\"degree\"}]},\"scope\":\"Horizontal component of 3D system.\",\"area\":\"World.\",\"bbox\":{\"south_latitude\":-90,\"west_longitude\":-180,\"north_latitude\":90,\"east_longitude\":180},\"id\":{\"authority\":\"EPSG\",\"code\":4326}}",
"step": 0.0416666666667,
"type": "spatial"
},
"time": {
"description": "time",
"extent": [
"1979-01-01T00:00:00Z",
"2022-06-04T00:00:00Z"
],
"step": "P1DT0H0M0S",
"type": "temporal"
}
}
|
| cube:variables |
{
"crs": {
"description": null,
"dimensions": [],
"type": "auxiliary",
"unit": null
},
"max_air_temperature": {
"description": "tmmx",
"dimensions": [
"time",
"lat",
"lon"
],
"type": "data",
"unit": "K"
},
"max_relative_humidity": {
"description": "rmax",
"dimensions": [
"time",
"lat",
"lon"
],
"type": "data",
"unit": "%"
},
"min_air_temperature": {
"description": "tmmn",
"dimensions": [
"time",
"lat",
"lon"
],
"type": "data",
"unit": "K"
},
"min_relative_humidity": {
"description": "rmin",
"dimensions": [
"time",
"lat",
"lon"
],
"type": "data",
"unit": "%"
},
"precipitation_amount": {
"description": "pr",
"dimensions": [
"time",
"lat",
"lon"
],
"type": "data",
"unit": "mm"
},
"specific_humidity": {
"description": "sph",
"dimensions": [
"time",
"lat",
"lon"
],
"type": "data",
"unit": "kg/kg"
},
"surface_downwelling_shortwave_flux_in_air": {
"description": "srad",
"dimensions": [
"time",
"lat",
"lon"
],
"type": "data",
"unit": "W m-2"
},
"wind_speed": {
"description": "vs",
"dimensions": [
"time",
"lat",
"lon"
],
"type": "data",
"unit": "m/s"
}
}
|