Project

General

Profile

remapbil problem

Added by Luke H almost 8 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


Replies (2)

RE: remapbil problem - Added by Luke H almost 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 almost 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

    (1-2/2)