import xarray as xr store = 'gs://gcp-public-data-arco-era5/ar/full_37-1h-0p25deg-chunk-1.zarr-v3'ds = xr.open_dataset(store, engine='zarr', chunks={})
import xarray as xr store = 'gs://gcp-public-data-arco-era5/ar/model-level-1h-0p25deg.zarr-v1'ds = xr.open_dataset(store, engine='zarr', chunks={})