I need to calculate 5 year averaged data (not rolling average, but a calendar year one) from monthly mean or yearly mean time series data. After searching xarray documentation I cannot see a simple way to do it. Does anyone have a method for doing this type of averages?
thank you!