Load data ``` import xarray as xr dataset = xr.open_dataset( "gcs://nmfs_odp_nwfsc/CB/mind_the_chl_gap/cnn_tutorial", engine="zarr", backend_kwargs={"storage_options": {"token": "anon"}}, consolidated=True ) dataset ```