I have a NetCDF file, let's say only a portion of South America as shown below.
I want to use a cdo
operation remapnn
to remap the NetCDF file from 0.25x0.25 to 0.05x0.05 resolution. For that I use the code mentioned below, but the results are not what I expect it to be. Can someone provide some clarity to this?
#cdo version 1.9.3
export REMAP_EXTRAPOLATE='off'
cdo remapnn,r7200x3600 test.nc test2.nc
I always seem to have this problem when remapping
a subset of a global map but works fine for the complete global map. It seems like cdo
operation assumes that I am always working with a complete global map.
Link to the data is added here.