calculating hourly climatology from 10 years daily data.
Added by Venugopal Reddy about 9 years ago
Hi,
I have 3 hourly data file from 2000-2009. I want to calculate 3 hourly average like, average of first 3 hours of 1 day of all Jan,next 3 hours of all Jan etc. I am little confused with the operator to be used.
Replies (2)
RE: calculating hourly climatology from 10 years daily data. - Added by Uwe Schulzweida about 9 years ago
The CDO operator yhouravg calculates the hourly mean over all years: https://code.zmaw.de/projects/cdo/embedded/index.html#x1-4460002.8.27
RE: calculating hourly climatology from 10 years daily data. - Added by Venugopal Reddy about 9 years ago
Hi,
Thanks for the help. I have solved the issue.
Right now I want to calculate the time step average in a season. I have a 3 hourly data for a season. I want to compute average of each time step in the entire season, from which I would left with 8 values in the end. let me know the right operator I should use for this purpose.