.TH GRIB_CONVERT "1" "April 2009" "grib_convert" "User Commands" .SH NAME grib_convert - converts grib messages applying the rules from a conversion_rules file. .SH 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; } .SH USAGE grib_convert [options] conversion_rules grib_file grib_file ... output_grib_file .SH OPTIONS .TP \fB\-f\fR Force. Force the execution not to fail on error. .TP \fB\-M\fR Multi-grib support off. Turn off support for multiple fields in single grib message .TP \fB\-g\fR Copy GTS header. .TP \fB\-G\fR GRIBEX compatibility mode. .TP \fB\-V\fR Version. .TP \fB\-7\fR Does not fail when the message has wrong length .TP \fB\-v\fR Verbose. .SH AUTHOR This manpage has been autogenerated by Enrico Zini from the command line help of grib_convert.