Project

General

Profile

cdo remapbil (Abort): Variable Rainf has an unsupported generic grid!

Added by Tanmoyee Bhattacharya over 5 years ago

I am trying to remap my nc file by the following command
cdo remapbil,myGridDef out.nc out2.nc
but error coming is:cdo remapbil (Abort): Variable Rainf has an unsupported generic grid!
I have tried to add coordinate by the ncatted -a coordinates,Rainf,c,c,"lon lat" sst_data.nc
but the error still is coming.Can anybody help me?


Replies (4)

RE: cdo remapbil (Abort): Variable Rainf has an unsupported generic grid! - Added by Tanmoyee Bhattacharya over 5 years ago

I have also used
cdo -L remapcon,myGridDef -selname,Rainf -setgrid,myGridDef1 out.nc regridded_precip.nc
But the error is coming
Error (gridDefine) : Inconsistent grid declaration: xsize*ysize!=gridsize (xsize=0 ysize=0 gridsize=1)

RE: cdo remapbil (Abort): Variable Rainf has an unsupported generic grid! - Added by Tanmoyee Bhattacharya over 5 years ago

I have solved it
I have done
cdo griddes in.nc > grid.txt
cdo setgrid,grid.txt file_old newfile

RE: cdo remapbil (Abort): Variable Rainf has an unsupported generic grid! - Added by Tanmoyee Bhattacharya over 5 years ago

But when I do again cdo remapbil,myGridDef in2.nc out3.nc
The eror is same: cdo remapbil (Abort): Variable Rainf has an unsupported generic grid!

RE: cdo remapbil (Abort): Variable Rainf has an unsupported generic grid! - Added by Karin Meier-Fleischer over 5 years ago

Hi Tanmoyee,

without your data its not possible to say what is going wrong. Can you upload the target gridfile and the input data file.

-Karin

    (1-4/4)