* Original Data Source: https://www.aviso.altimetry.fr/en/data/products/ocean-indicators-products/ocean-heat-content-and-earth-energy-imbalance/atlantic-ocean-heat-content-change.html
* Reference: https://www.aviso.altimetry.fr/fileadmin/documents/data/tools/OHC-EEI/OHCATL-DT-035-MAG_EDD_V3.0.pdf
* OSC entry: https://opensciencedata.esa.int/products/4d-atlantic-ohc-global/collection
* License: AVISO
* Cube Ready: YESimport xarray as xrdata_href = 'https://s3.waw4-1.cloudferro.com/EarthCODE/OSCAssets/ocean_datasets/ocean_heat.zarr/'ds = xr.open_zarr(data_href, chunks={})
dsLoading...
ds.ohc.isel(time=3).plot()