import xarray as xr
ds = xr.open_dataset("bar.nc")
ds.to_zarr("bar.zarr")
