This basically allows efficient storage of model outputs (compression, chunked data) in memory or on disk or on a distributed file system or could storage systems... and get back these simulation data as a lazily loaded xarray.Dataset (optionally dask arrays). The xarray/dask/zarr combo is amazing! :-)
[x] Tests added
[x] Passes black . && flake8
[x] Fully documented, including whats-new.rst for all changes and api.rst for new API
This basically allows efficient storage of model outputs (compression, chunked data) in memory or on disk or on a distributed file system or could storage systems... and get back these simulation data as a lazily loaded xarray.Dataset (optionally dask arrays). The xarray/dask/zarr combo is amazing! :-)
black . && flake8
whats-new.rst
for all changes andapi.rst
for new API