I forwarded the question to wrfhelp_at_ucar.edu
---
That said, NCL handles netCDF and GRIB the same.
It returns variables from both formats into the
same 'variable model'.
f = addfile("foo.nc", "r")
or
f = addfile ("foo.grb", "r")
x = f->Whatever
This is one of the most important features of NCL.
You can always examine the contents of a grb, nc, hdf, hdfeos
file via
ncl_filedump foo.grb
http://www.ncl.ucar.edu/Document/Tools/ncl_filedump.shtml
---
I am not a WRF expert ... but any of the examples
off the Applications page should work.
Good luck
Patrick Reuter wrote:
> Hi,
>
> does anybody have an idea how to deal with WRF NMM files in NCL ?
> Before, when working
> with WRF ARW, I could directly load the object.
>
> With NMM though, I have Grib files from the WPP postprocessor (from
> copygb) that is run
> after WRF NMM.
>
> Does anybody have an NCL code snippet that visualizes these grib files
> with NCL ?
>
> Thanks in advance
>
> Patrick
> _______________________________________________
> 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 Thu Feb 19 2009 - 10:44:01 MST
This archive was generated by hypermail 2.2.0 : Mon Mar 02 2009 - 16:45:42 MST