Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Access Atlantic Ocean Heat Content

ESA
* 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: YES
import xarray as xr
data_href = 'https://s3.waw4-1.cloudferro.com/EarthCODE/OSCAssets/ocean_datasets/ocean_heat.zarr/'
ds = xr.open_zarr(data_href, chunks={})
ds
Loading...
ds.ohc.isel(time=3).plot()
<Figure size 640x480 with 2 Axes>