I am changing my daily data Netcdf file to decade data with CDO in matlab with command like this
cdo timselavg,10 -seldate,2005-05-21,2005-05-31 sst_indonesia_80_18v2.nc 20050503.nc
but I get an error like this
Assertion failed: offset >= 0, file posixio.c, line 414
Any suggestion to solve this problem?