Added by Alex Cebulski over 6 years ago
I have a .nc data set that contains monthly river discharge data from 1980-2014.
I have been experimenting with CDO to calculate monthly average discharge for each individual grid cell. I have tried ymonavg however this seems to only give a summary of Jan-Dec monthly average discharge averaged over the whole study region and does not preserve the gridded data set.
Is it possible to calculate a .nc data set that has monthly averages as the third dimension with 12 bands as the monthly Jan - Dec monthly averages. The end goal would be to have a table that has each cell as a row and will have an additional 12 columns of monthly averages from Jan - Dec.
Thanks for your time!