Project

General

Profile

remapdis failing with missing values in dimensions

Added by Paolo Giani 12 days ago

Hi all,

I'm trying to interpolate sea ice CMIP6 data from the original grid (ocean, curvilinear) to r360x180. It looks like some models have missing values in the dimensions (lat/lon) and remapbil throws this warning:

cdo remapdis,r360x180 siconc_SImon_CESM2_piControl_r1i1p1f1_gn_000101-009912.nc outfile.nc

Source grid cell center longitudes out of range (min=0.0147/max=9.97e+36)

This seems to create some weird effects in the output file (e.g. sea ice in the middle of land, weird looking patterns close to Antarctica):

Original was this one:

Any advice on how to overcome this issue? I thought about trying to set the right values for lat/lon everywhere but haven't had much luck with it yet. Thank you so much in advance!
Paolo


Replies (1)

RE: remapdis failing with missing values in dimensions - Added by Uwe Schulzweida 4 days ago

Hi Paolo,

You can try to reduce the search radius to e.g. 1deg (default 180deg):

cdo --gridsearchradius 1 remapdis,r360x180 infile outfile
Cheers,
Uwe

    (1-1/1)