Skip to content

Commit 7bb9348

Browse files
committed
Fix line len
1 parent 15fc49d commit 7bb9348

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/loca-model.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"endpoint_url": os.environ['S3_ENDPOINT_URL']
1616
})
1717

18-
catalog_subset = catalog.search(variable="tasmax", model="ACCESS-CM2", scheme="historical")
18+
catalog_subset = catalog.search(variable="tasmax",
19+
model="ACCESS-CM2",
20+
scheme="historical")
1921
dsets = catalog_subset.to_dataset_dict(
2022
xarray_open_kwargs={"use_cftime": True, "engine": 'zarr'},
2123
storage_options={"anon": True, "endpoint_url": os.environ['S3_ENDPOINT_URL']}

0 commit comments

Comments
 (0)