I am trying to execute the command
cdo subc,SCM5_His_mean.nc ob_MAMJ_mean.nc SCM5_His_mb.nc
but I'm getting this error:
cdo subc (Abort): Float parameter >SCM5_His_MAMJ_mean.nc< contains invalid character at position 1!
The SCM5_His_MAMJ_mean.nc
file was originally in curvillinear grid format and was interpolated to regular grid using remapbil in cdo
. Where could be the problem as the interpolation returned satisfactory results?