I keep seeing this pattern at NCAR ``` MOC.groupby('time.year').mean('time').rename({'year':'time'}) ``` This is really a `MOC.resample(time="A").mean()` but with a more desirable time coordinate. So there's some value in detecting group patterns