summaryrefslogtreecommitdiff
path: root/example-era5.py
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-11-20 08:48:13 +0100
committerGard Spreemann <gspr@nonempty.org>2020-11-20 08:48:13 +0100
commitc4a66d68b3bf98371d3de3328558d3e89f63db61 (patch)
treea6344a5cebdcf354aaa5dc8a89a28888ecba8080 /example-era5.py
parent4174479e682897af6d917831e2ca460d889536f7 (diff)
Upstream 0.4.0 tarball as released on PyPI.upstream/0.4.0upstream/latest-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",
},
)