Added by Emanuel Dutra about 13 years ago
Hi,
I'm trying to use cdo to interpolate a GRIB2 file (in att) in a Lambert Azimuthal Equal Area projection, but
"cdo griddes" returns "gridtype = generic".
The GRIB2 file was created with grip_api, and I'm using cdo version 1.5.4 with PROJ.4.
Any ideas are welcome.
Many thanks in advance
europe_laea.grib2 (921 KB) europe_laea.grib2 |
Found a solution: created a grid description file, and now I can use cdo for interpolation using "-setgrid,file.txt"
gridtype = curvilinear
gridsize = 550800
xsize = 680
ysize = 810
xvals = ....
yvals = ...
Emanuel