Re: Ploting grib2 (grib1)

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri, 23 Jan 2009 07:10:39 -0700

 From the NCL perspective, there is no need
to convert to another format. NCL can read
grib1 or grib2 directly.

You should be able to plot using NCL

     f = addfile ("foo.grb", "r") ; grb1 or grb2
     print(f) ; overview of file contents
     x = f->Whatever ; read variable

Off the Application page

http://www.ncl.ucar.edu/Applications/index.shtml

Click on, say, NARR ... it should be more or less
the same approach.

Good luck

Goran Gasparac wrote:
> Dear all,
>
> I'm trying to plot NCEP GFS (0.5 degree grib2) - gfs.*.mastergrb2f*
> What graphical tool should I use?
> Is it possible to do it with NCL?
> Should I convert grib2 (or grib1) format to some else, and then plot it?
>
> Thanks
> BR
> Goran Gasparac
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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 Fri Jan 23 2009 - 07:10:39 MST

This archive was generated by hypermail 2.2.0 : Wed Jan 28 2009 - 09:24:27 MST