NCEPLIBS-g2 4.0.0
|
Create new GRIB2 file with fields from an existing GRIB2 file, with a TOC Flag Field separator block and WMO header. More...
Go to the source code of this file.
Functions/Subroutines | |
program | tocgrib2 |
Program reads selected GRIB2 fields from a file, adds a TOC Flag Field separator block and WMO Header in front of each GRIB2 field, and writes them out to a new file. | |
Create new GRIB2 file with fields from an existing GRIB2 file, with a TOC Flag Field separator block and WMO header.
Definition in file tocgrib2.F90.
program tocgrib2 |
Program reads selected GRIB2 fields from a file, 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 39 of file tocgrib2.F90.
References getgb2p2(), makwmo(), and mkfldsep().