replace missing value
Added by izidine pinto about 7 years ago
Dear all,
I want to fill missing values in each timestep by the long term average values. And I was wondering if there a module in cdo to replace missing values in grid points from ifile1 with values from grid points from another ifile2? Both files have the same dimensions.
Thanks in advance
Pinto
Replies (2)
RE: replace missing value - Added by Uwe Schulzweida about 7 years ago
Dear Pinto,
There is no CDO module for this tasks, yet. But I think this is a very useful feature. I have implemented a new CDO operator. It will be available in the next release. A prerelease for testing is available in the download area.
The preliminary name for this operator is setmiss:
cdo setmiss infile1 infile2 outfile
Cheers,
Uwe
RE: replace missing value - Added by izidine pinto about 7 years ago
Dear Uwe,
Thank you very much for this new operator.
Cheers
Pinto