This is the command grib_convert that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
grib_convert - converts grib messages applying the rules from a conversion_rules file.
DESCRIPTION
It converts grib messages applying the rules from a conversion_rules file. The rules are
of the type "keyname = value;" and if blocks are allowed as if ( keyname1 == value1 ||
keyname2 != value2 && keyname3 == value3 ) { keyname4 = value4; }
USAGE
grib_convert [options] conversion_rules grib_file grib_file ... output_grib_file
OPTIONS
-f Force. Force the execution not to fail on error.
-M Multi-grib support off. Turn off support for multiple fields in single grib message
-g Copy GTS header.
-G GRIBEX compatibility mode.
-V Version.
-7 Does not fail when the message has wrong length
-v Verbose.
Use grib_convert online using onworks.net services