We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fc49d commit 7bb9348Copy full SHA for 7bb9348
examples/loca-model.py
@@ -15,7 +15,9 @@
15
"endpoint_url": os.environ['S3_ENDPOINT_URL']
16
})
17
18
-catalog_subset = catalog.search(variable="tasmax", model="ACCESS-CM2", scheme="historical")
+catalog_subset = catalog.search(variable="tasmax",
19
+ model="ACCESS-CM2",
20
+ scheme="historical")
21
dsets = catalog_subset.to_dataset_dict(
22
xarray_open_kwargs={"use_cftime": True, "engine": 'zarr'},
23
storage_options={"anon": True, "endpoint_url": os.environ['S3_ENDPOINT_URL']}
0 commit comments