Added by Dror Paz over 9 years ago
Hi,
Most of the data in my work is refereed to hydrological year (August-July. Is there a way to make CDO calculate yearly sum, mean, etc. on hydrological year, rather than regular year?
Thanks
Dror
You could use the shiftime operator. If your data starts from 1.1. you can shift it to next august with
cdo -shifttime,7monthsor with
cdo -shifttime,-5monthsto the previous august.