| Fortran decoder |
This code contains Fortran subroutines for decoding GRIB versions -1, 0, and 1. These routines have been tested on Sun, IBM RS6000, and Cray sytems, and a PC running Microsoft Fortran. |
| Multi-platform program
|
This standalone program will decode GRIB grids on Sun and SGI systems, and HP and DEC Alpha systems with minor modifications, which are documented in the program. |
| Cray Fortran batch program |
This Cray Fortran batch program will read and process a COS-blocked GRIB file. |
| IBM RS6000 program |
This program is for decoding GRIB grids on an IBM RS6000 system. You will also need the Fortran decode routines above, as well as a version of GBYTES to complete the program. |
| Microsoft Fortran program |
This is a Microsoft Fortran program for decoding GRIB grids. You will also need the Fortran decoder routines above, as well as a version of GBYTES to complete the program. |