NCEPLIBS-g2 4.0.0
|
Read fields from a GRIB2 file and write them to a new file with WMO super header. More...
Go to the source code of this file.
Functions/Subroutines | |
program | tocgrib2super |
This program reads selected GRIB2 fields from a file, adds a flag Field separator block and the size in bytes of the grib file, and the WMO super header and the time stamp, adds a TOC Flag Field separator block and WMO Header in front of each GRIB2 field, and writes them out to a new file. | |
Read fields from a GRIB2 file and write them to a new file with WMO super header.
Definition in file tocgrib2super.F90.
program tocgrib2super |
This program reads selected GRIB2 fields from a file, adds a flag Field separator block and the size in bytes of the grib file, and the WMO super header and the time stamp, adds a TOC Flag Field separator block and WMO Header in front of each GRIB2 field, and writes them out to a new file.
The output file is in the format required for TOC's FTP Input Service, which can be used to disseminate the GRIB2 bulletins. See [File Transfer Input Service Guide - Input examples and how to FTP files to the Gateway] (https://www.weather.gov/tg/ftpingest).
Definition at line 41 of file tocgrib2super.F90.
References getgb2p2(), makwmo(), and mkfldsep().