remap untructured data to a regular grid
Added by joao ferreira over 3 years ago
Hi,
I'm doing:
cdo remapnn,grid_regular.txt untructured.nc out.nc
It does not give errors,
but
out.nc does not seem to be a regular grid like the one defined in grid_regular.txt
and
despite having all the 9 grid point values equal to 1, like it should,
I cannot map as a grid on any map viewer..
What should I do?
Regards
Joao
unstructured.nc (30.8 KB) unstructured.nc | |||
out.nc (30.9 KB) out.nc | |||
grid_regular.txt (72 Bytes) grid_regular.txt |
Replies (1)
RE: remap untructured data to a regular grid - Added by joao ferreira over 3 years ago
answering me own question...
The unstructured.nc file has a feature that cdo doesn't remove when interpolating.
I have to remove it with:
ncatted -a featuretype,global,d,, unstructured.nc