Added by Giovanni Liguori about 13 years ago
I have a SST field which is not completely filled of data. There are some regions with missing value which I would like to fill doing an interpolation.
Is it possible to do with CDO?
There is an undocumented CDO function called fillmiss to fill regions with missing values. A bilinear interpolation is used to fill a missing value. fillmiss is implemented only for regular rectangular grids.