grib0.c An experimental program to convert grib0 to grib1. This program is to be used at your own risk. Suggested usage: (1) KEEP your grib0 files (2) convert these files to grib1 (current version) whenever needed The conversion from grib0 to grib1 is NOT complete. Some grib0 files may use options that are not converted. Warning: This is an experimental program. It has not been well tested. I don't use this program regularly. This program was written because Mike Fiorino sent me his modifications of wgrib. One of Mike's modification was to read grib0 files. I didn't feel that this set of modifications was robust enough. Rather than try to maintain wgrib with grib0 capabilities, I decided to isolate the grib0 routines in a simple grib0->grib1 converter. Compilation: cc -o grib0 grib0.c Usage: grib0 grib1_file If you have problems/comments, let me know (wd51we@sun1.wwb.noaa.gov). Wesley Ebisuzaki 1/4/96