remapbil problem
Added by Luke H almost 9 years ago
Hello,
I'm trying to use CDO to regrid data, however I'm getting the following error:
cdo remapbil (Abort): Unsupported grid type: generic
I've attached my grid file and the info for the netCDF file.
Any help would be appreciated,
-L
myD2grid (355 Bytes) myD2grid | |||
ncdump_out.txt (6 KB) ncdump_out.txt |
Replies (2)
RE: remapbil problem - Added by Luke H over 8 years ago
Hello,
Does anyone have any advice regarding the problem with remapbil?
Any help would be appreciated!
-L
RE: remapbil problem - Added by Jaison-Thomas Ambadan over 8 years ago
there are many 1D variables in your file (with dimensions such as slon, slat, soil1 etc ) which CDO don't support. You could try extracting the 2D variable that you want, for example, using NCO operator ncks:
ncks -v PLCOV_MX ifile.nc ofile.nc
then CDO remap may work on ofile.nc