Re: Reading ECHAM grib files

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed May 29 2013 - 08:02:08 MDT

These are warning messages.

NCL has multiple GRIB tables built into it. This allows
NCL to assign the appropriate meta data (long_name, units, etc).

NCL unpacks these variables correctly. It just does not
have the meta data available. You must access
the appropriate GRIB table.

If you have a sample file and the appropriate GRIB table (or
point us toward the table), it will be added to the next release
of NCL.

ftp ftp.cgd.ucar.edu
anonymous
email
cd incoming
put ....grb
put table
quit

On 5/29/13 5:41 AM, Marston Johnston wrote:
> Hi,
>
> I'm trying to extract data from several ECHAM6 grib files using ncl.
> Already when I try
> and open the file and read the variable names I get warnings. I don't think
> the issue with the name is a big deal. Do I need worry about the others? If
> so I'm unsure how to solve the problems.
>
> warning:NclGRIB: Unknown grib parameter number detected (24, center 98,
> table version 128 grib record 28), using default variable name (VAR_24)
> warning:NclGRIB: Unknown grib parameter number detected (25, center 98,
> table version 128 grib record 37), using default variable name (VAR_25)
>
> warning:GdsGAGrid: Possible error generating Gaussian latitude coordinates:
> continuing anyway
> warning:GdsGAGrid: Gaussian latitude coordinate array is partially or
> wholly undefined
>
> Sincerely,
> /Marston
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed May 29 08:11:02 2013

This archive was generated by hypermail 2.1.8 : Thu May 30 2013 - 11:38:10 MDT