https://pangeo-forge.org/dashboard/feedstock/43 just got merged and now provides us with the obs dataset used in the plot.
This is used in several different forms:
a. timeseries
b. trend during observational period
c. time mean over the historical period
c would be a nice demonstration of .mean() on the datatree. Is is possible to chain methods and do something like
dt.sel(time=slice('1995','2014')).mean('time')
?
That would be really cool to show!
https://pangeo-forge.org/dashboard/feedstock/43 just got merged and now provides us with the obs dataset used in the plot.
This is used in several different forms:
a. timeseries
b. trend during observational period
c. time mean over the historical period
c would be a nice demonstration of
.mean()on the datatree. Is is possible to chain methods and do something like?
That would be really cool to show!