summaryrefslogtreecommitdiff
path: root/example-era5.py
diff options
context:
space:
mode:
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",
},
)