Added by Sarah Roffe about 4 years ago
Good day,
I ran the following code on my dataset: cdo timsum -selmon,4/9 input.nc output.nc. The hope was that this code would calculate the rainfall sum for April-September individually for each year of my dataset. However, the result was aggregated with only one layer in my output netcdf file. How could I adjust this code for the output I require?
Kind regards,
Sarah
Try:
cdo yearsum -selmon,4/9 input.nc output.nc
Hi Brendan,
Thanks for this help. It worked perfectly
Sarah