intake / intake-esm

An intake plugin for parsing an Earth System Model (ESM) catalog and loading assets into xarray datasets.
https://intake-esm.readthedocs.io
Apache License 2.0
135 stars 46 forks source link

FIX: Ensure storage options passed properly #609

Closed mgrover1 closed 1 year ago

mgrover1 commented 1 year ago

Change Summary

As of now, storage options are passed correctly to engines other than the zarr backend (ex. netcdf4). This ensures they are passed correctly + fixes this bug.

Related issue number

Checklist