NOAA logo-Select to go to the NOAA homepage
NOAA / NWS's Meteorological Development Laboratory   
  Select to go to the NWS homepage
GRIB1 logo Degrib (NDFD GRIB2 Decoder) GRIB2 logo
 
Local forecast by
"City, St"
 
 
 
 
 
 
 

Degrib: How to Install

Step 1: Get the program.

Click here to register and then download the program.  You can download the files without registering; however, registration is necessary to receive e-mail alerts about bug fixes, new releases, and NDFD related events.

Step 2: Expand the downloaded file.

MS-Windows: You can download either the ".exe" file or the ".tar.gz" files.  I would recommend the "degrib-install.exe" program as it has a decent installer.

  • If you downloaded a ".exe" file, you can run it by double clicking on it, and then following the dialog boxes.

  • If you downloaded the ".tar.gz" file, you will need to un-tar it.  The simplest method is to use Winzip (http://www.winzip.com).

    However if you downloaded the ".tar.gz" file, and are planning on compiling the source code, then I would recommend using a combination of cygwin (http://cygwin.com) and mingw (http://www.mingw.org/)Cygwin emulates a UNIX system on top of MS-Windows, and provides Gnu C, and FORTRAN compilers as well as the ability to un-tar files.  The catch is that executables created using cygwin "typically" are dependent on the "cygwin1.dll" file.  There are ways around that, but the safest way is to use mingw which only uses MS-Windows libraries.

    An alternative solution is to use msys (http://www.mingw.org/) msys which is based on programs compiled using mingw.  The catch here is that cygwin has a lot more features than msys.

UNIX / Linux:

  1. ~taylor> cp /download/degrib-unix.tar.gz .
  2. ~taylor> gunzip -c degrib-unix.tar.gz | tar -xf -
  3. ~taylor> ls -F
    degrib/     degrib-unix.tar.gz

Step 3: Make the executable.

MS-Windows: You can skip this step, however if you want to compile the code, see Compiling in Windows.  The reason you can skip this step is that all of the MS-Windows packages come with the following programs in "degrib/bin":

  1. degrib.exe (Command line program.)
  2. tkdegrib.exe (GUI program.)

UNIX / Linux: See Compiling in UNIX.  You need to create:

  1. ./degrib/bin/degrib (Command line program.)
  2. ./degrib/bin/tkdegrib (GUI Program. (optional))

Step 4: Testing.

If you are interested in a test suite, some tests and instructions for performing them are available here: Test Suites

Where do I go from here?


    Page last Modified: October 03, 2006.
    US Dept of Commerce
    National Oceanic and Atmospheric Administration
    National Weather Service
    Meteorological Development Laboratory
1325 East West Highway
Silver Spring, MD 20910
Degrib Questions? Arthur Taylor
NDFD Questions? nws.ndfd@noaa.gov
Disclaimer
Privacy Policy