Max, min, and median of 19 netcdf files
Added by nazanin tavakoli almost 4 years ago
Hello,
I have a NetCDF file that contains 19 years of cloudiness value (my data is monthly from 2001 t0 2019). I want to calculate the max, min, and median of this value during these months. I mean that finally I want a unique value for max, min, and median for all my data. Could anybody help me?
I have sent my data here.
Thank you
cloudiness.nc (29.8 MB) cloudiness.nc |
Replies (1)
RE: Max, min, and median of 19 netcdf files - Added by Brendan DeTracey almost 4 years ago
Have you read the documentation on statistical operators? (https://code.mpimet.mpg.de/projects/cdo/embedded/index.html#x1-3630002.8) There are many combinations such as monthly climatological averaging, monmean
. Are you looking for the statistics per grid cell or statistics over the entire domain?