Added by Adrian Tompkins over 8 years ago
I have a netcdf file with a timeseries (containing N timesteps) of rainfall.
Does anyone know how to calculate the Cumulative Distribution Function (CDF) in CDO easily? I could shift and add the series to itself N times in a loop, but that would probably be terribly slow, however I can't find a obvious built in function to do it.
thanks!