Re: How to read NARR output AWIPS GRIB file

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Thu Nov 19 2009 - 20:19:42 MST

Not sure what a "NARR output AWIPS GRIB fixed fields file" is.
However,

  f = addfile("narrmon-a_221_20090701_0000_000.grb", "r")
  print(f)

or

%> ncl_filedump narrmon-a_221_20090701_0000_000.grb

or

%> ncl_filedump -itime narrmon-a_221_20090701_0000_000.grb

all work fine.

lei.zhao@yale.edu wrote:
> Dear everyone,
>
> I need to read "NARR output AWIPS GRIB fixed fields file" which is ".grb" file
> by using NCL. And I tried "addfile" command, but it doesn't work. Could anybody
> who knows how to read this file help me? Thank you so much!
>
> Best,
> Lei
> _______________________________________________
> 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 Nov 19 20:20:18 2009

This archive was generated by hypermail 2.1.8 : Mon Nov 23 2009 - 12:24:02 MST