I want to change the resolution in my netcdf file using bilinear interpolation from (1°x1°) ---> (0.1°x0.1°)
. I use remapbil
but it doesn't work. It returns: Unsupported grid type: generic
.
I upload file1 and file2
The command I use: cdo remapbil,infile1 infile2 ofile
The command should be cdo remapbil,infile1 infile2 ofile
where infile1 is the target grid you want to map to and infile2 is the data you want to regrid.