Added by joao ferreira about 3 years ago
Hi,
I have a netcdf file with precipitation observations each 10 minutes,
However, some of these timesteps (at some gridpoints) have missing values.
I want to get the daily precipitation...
I use:
cdo -daysum ....
However -daysum does not care about missing values and if I have a single good value at only one of the 144 10 min timesteps during the day, I will have a non missing value for the daily precipitation equal to the precipitation at that timestep which I'm sure it's wrong...
Is there a way to force missing value in daysum if one of the timesteps is miisng value?
Thanks
Joao