Re: Chart Plotting from GRIB-2

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Sun Apr 01 2012 - 08:07:39 MDT

All netCDF, all GRIB, all HDF are read via the same function: addfile
   http://www.ncl.ucar.edu/Document/Functions/Built-in/addfile.shtml

   f = addfile("FOO.grb", "r")
   print(f) ; examine file contents

Also, ncl_filedump can be used from the command line

%> ncl_filedump FOO.grb | less

Find something on the Examples page and modify as necessary
   http://www.ncl.ucar.edu/Applications/

If you are new to NCL, please see the Mini-Language manual at:
   http://www.ncl.ucar.edu/Document/Manuals/

Please respond only to ncl-talk@ucr.edu
Do not include my email address.

Good luck

On 3/31/12 11:48 AM, Syed Hassan Gilani wrote:
> Hi,
>
> Is there any example on using GRIB-2 data for plotting wind or temp chart?
>
> Any advice or link reference will be helpful, tks
>
> Best Regards,
> Hassan
>
> Sent from my iPhone
> _______________________________________________
> 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 Sun Apr 1 08:07:47 2012

This archive was generated by hypermail 2.1.8 : Mon Apr 09 2012 - 13:43:03 MDT