Project

General

Profile

GRIB2 in Lambert Azimuthal Equal Area projection

Added by Emanuel Dutra about 12 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


Replies (1)

RE: GRIB2 in Lambert Azimuthal Equal Area projection - Added by Emanuel Dutra about 12 years ago

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
    (1-1/1)