Project

General

Profile

Apply multi-year monthly mean to a netcdf file that does not start at January

Added by David Wang almost 10 years ago

I have a monthly QuikSCAT wind data file that spans 1999/11-2009/10. When I applied "cdo ymonmean" to this data, the output file is a monthly climatology that starts from November through October. However, I'd like to obtain a climatology defined on the Jan-Dec calendar months, using all the months in the original data. I wonder if there is an one-liner for that (I could extract individual calendar months, compute their multiyear means, and concatenate the means. But I'm looking for a more efficient solution).


Replies (1)

RE: Apply multi-year monthly mean to a netcdf file that does not start at January - Added by Uwe Schulzweida almost 10 years ago

The next CDO release sorts the output by month of year (Jan-Dec) when all months are available. A prerelease will be available during the next week.

    (1-1/1)