Grid type >generic< unsupported!
Added by Francis Rayder over 10 years ago
I am trying to remap a data file to a grid type used by NOAA (National Oceanic & Atmospheric Administration). I am attaching a file with the grid type I am trying to remap my data to. It is a 144 long x 73 lat grid.
I use the command:
cdo remapbil,uwnd.mon.ltm.nc input.nc output.nc
I get the error message:
Error (gridToCurvilinear) : Grid type >generic< unsupported!
Is there any way I can get CDO to remap my data to this grid, or is it simply not supported and I will have to look for a different program? Thank you for the information.
uwnd.mon.ltm.nc (12.3 MB) uwnd.mon.ltm.nc |
Replies (2)
RE: Grid type >generic< unsupported! - Added by Uwe Schulzweida over 10 years ago
The error message refers to the input file. The grid information of this file is not supported by CDO.
RE: Grid type >generic< unsupported! - Added by Francis Rayder over 10 years ago
Thank you for the info. Can you recommend a program that supports this type of grid and can do the conversion I am looking for? Unfortunately, I am not very well-versed in the field of programs that manipulate netcdf files.