Marine Modeling and Analysis Branch > Regional Ocean > ROFS Output > ROFS GRIB
The Regional Ocean Forecast System (ROFS) output is packed and archived in the World Meteorological Organization standard GRIB (GRIdded Binary) format. Specifically, it is an international standard for the identification, storage and transmission of large gridded data files in a binary format. It uses its own, hardwire-independent binary representation of floating-point data which allows for a more efficient storage.
Back to ROFS main page | Back to top
/
WGRIB is a portable program to read grib files that were created by the NCEP/NCAR Reanalysis Project. This program is not meant to be a general purpose decoder. It was developed by Wesley Ebisuzaki (click here for more details).
Back to ROFS main page | Back to top
/
At the prompt do: wgrib -V gribfilename
Example: If you have a gribfile called 'current.igb' then do: wgrib -V current.igb
and this would give the complete description of the records in the file and a brief information of the fields that are packed in GRIB format. For more information on this and more on wgrib usage, click here
Back to ROFS main page | Back to top
/
At the prompt do:
wgrib gribfilename | grep ":FIELDNAME:" | wgrib -i -text gribfilename -o
outputfilename
Example: For the gribfile 'current.igb' do
wgrib current.igb | grep ":SALTY:" | wgrib -i -text current.igb
-o salinity
and you will get something like:
1:0:d=97013100:DSLM:sfc:24hr fcst:NAve=0
2:26602:d=97013100:UOGRD::24hr fcst:NAve=0
3:50954:d=97013100:VOGRD::24hr fcst:NAve=0
4:75226:d=97013100:WTMP::24hr fcst:NAve=0
5:107886:d=97013100:SALTY::24hr fcst:NAve=0
6:138526:d=97013100:TKE::24hr fcst:NAve=0
and so on.......
From the first line:
Back to ROFS main page | Back to top
/
The different versions of 'wgrib' (SGI, SUN,CRAY, MS-DOS etc.) have been tested on the corresponding machines successfully.
Back to ROFS main page | Back to top
/
DOS version to decode from GRIB format can be found here.
Back to ROFS main page | Back to top
/
The comprehensive archive of "wgrib"-related information is here. Particularly check "some tricks" link.
Back to ROFS main page | Back to top
/
Currently, we store only today ROFS results locally. The archive of digital fields is available by anonimous ftp from NOAA's National Oceanographic Data Center) in Silver Spring, MD. To access these fields, please contact Darrel Knoll (Darrel.Knoll@noaa.gov ).
Back to ROFS main page | Back to top
/
The Grid Analysis and Display System (GrADS) is an interactive desktop tool for the analysis and display of earth science data.
For more info on GRIB and how to display GRIB in graphics directly using GrADS, contact GrADS WWW Site.
NOTE: The maps on our ROFS www site are created not by GrADS but by using Interactive Data Language (IDL).
Back to ROFS main page | Back to top
/
NOAA | NWS | NCEP | MMAB | ROFS