summaryrefslogtreecommitdiff
path: root/example-era5.py
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-11-20 08:50:11 +0100
committerGard Spreemann <gspr@nonempty.org>2020-11-20 08:50:11 +0100
commit91efa9aec225b2871936a0ff12b7292862270299 (patch)
treead41b622dd12e5b903076c2c32edc3c659de5749 /example-era5.py
parentcd5c24d86e8205dd180871c2365eaf4b6823bd5c (diff)
parentc4a66d68b3bf98371d3de3328558d3e89f63db61 (diff)
Merge tag 'upstream/0.4.0' into debian/sid
Upstream 0.4.0 tarball as released on PyPI.
Diffstat (limited to 'example-era5.py')
-rwxr-xr-xexample-era5.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/example-era5.py b/example-era5.py
index 979c352..db42268 100755
--- a/example-era5.py
+++ b/example-era5.py
@@ -15,11 +15,11 @@ c = cdsapi.Client()
r = c.retrieve(
"reanalysis-era5-single-levels",
{
- "variable": "2t",
- "product_type": "reanalysis",
- "date": "2012-12-01",
- "time": "14:00",
- "format": "netcdf",
+ "variable": "2t",
+ "product_type": "reanalysis",
+ "date": "2012-12-01",
+ "time": "14:00",
+ "format": "netcdf",
},
)