extrapolate ocean data over land
Added by Klaus Wyser about 2 months ago
I have ocean data on an eORCA1 grid with "missing values" over land. Now I'd like to extrapolate the data over land. Many years ago there was a cdo operatore `extrap` or `extrap2` but none of these seem to exist any longer.
I tried `remapdis,<griddes_file>` but this leaves the land areas as missing values.
Any suggestions?
A typical input file is attached.
| PI03_2140_level20.nc (11.9 MB) PI03_2140_level20.nc |
Replies (2)
RE: extrapolate ocean data over land - Added by Uwe Schulzweida about 2 months ago
Hello Klaus,
Try it with setmisstonn or setmisstodis (https://code.mpimet.mpg.de/projects/cdo/embedded/index.html#x1-3610002.6.15).
Cheers,
Uwe
RE: extrapolate ocean data over land - Added by Klaus Wyser about 2 months ago
Thanks a lot Uwe, that's exactly what I need.
Have a nice day.