Antarctic ice shelf basal melt¶
Results from Adumusulli et al. (2020), which can be found and downloaded here https://library.ucsd.edu/dc/object/bb0448974g
These load in the Adumusulli et al. (2020) data, stored as a zarr on the pangeo-glaciology Google bucket, using open_catalog
method.
[1]:
import numpy as np
import xarray as xr
import matplotlib.pyplot as plt
from intake import open_catalog
import hvplot.xarray