Grib2Encode

From Wiki

Contents


1 Description

This encoder will convert RPN records to their GRIB2 equivalent. Grib2_encode is a script that sets the different dictionary paths and names before calling the current encoder gencode. These predefined dictionary paths can be override by command line arguments.

2 Syntax calling

Usage: grib2_encode [<options>]: where options are
-i <file> Name of input RPN standard file Defaut is stdin.
-o <file> Name of output GRIB file. Defaut is <input file>.grib2. If <input file> is stdin then output file is stdin.grib2
-append
Append to output GRIB file.
-bitmap <file> Name of the file containing the bitmap to use for missing data
-tmp <path> Directory for temporary file when input is from stdin (Default is /tmp)
-log <file> Name of log file
-g2dic <file> Name of parameter GRIB2 dictionary file. Default is content of environment variable GRIB2_DICTIONARY. If it is not defined its value is ./dictionary.grib2
-g2proc <file> Name of generating process dictionary GRIB2 file. Default is content of environment variable GRIB2_PROCESS. If it is not defined its value is ./process.grib2
-config <file> Default values of parameters are read from Grib2Config file.
-c <value> Generating center ID. Default is 54 (CMC).
-sc <value> Generating sub-center ID. Default is 0 (CMC).
-nbits <value> Number of bits to use for data compression. Default is to use the same number as in the RPN standard file
-dscal <value> The power-of-ten (D) scaling number
-datev <value> Only RPN records valid at this data/time are encoded. Format for value is YYYYMMDDHH. Default is not to test the date/time.
-ip1 <value> Only RPN records with this IP1 value are encoded. Default is not to test the IP1 value.
-ip2 <value> Only RPN records with this IP2 value are encoded. Default is not to test the IP2 value.
-ip3 <value> Only RPN records with this IP3 value are encoded. Default is not to test the IP3 value.
-drt <value> Delta reference time
-membr <value> Ensemble member number
-tper_membr <value> type of ensemble forecast (code 4.6)
-pd_tpl <value> Product definition template num to use for this grib file (code table 4.0). Default is 0.
-prod_sta <value> Production status of processed data (code table 1.3) in GRIB2 message. This value is used instead of any other one
-proc_dat <value> Type of processed data in GRIB2 message (code table 1.4). This value is used instead of any other one.
-proc_type <value> Type of generating process (code table 4.3) in GRIB2 message. This value is used instead of any other one.
-proc_gen <value> Generating process identifier in GRIB2 message. This value is used instead of any other one.
-proc_bkg <value> Background generating process identifier in GRIB2 message. This value is used instead of any other one.
-client <string> Use NCEP missing value standad instead of WMO standard. Default is WMO standard.
-vartype <string> Only RPN records with variable of this type are encoded. Major types are P and A. Default is not to test the variable type.
-varname <string> Only RPN records with variable of this name are encoded. Default is not to test the variable name.
-label <label> Only RPN records with this label are encoded. Default is not to test the label.
-elabel <label> Name of environment label name for RPN record label Default is not to test the elabel.
-sigma
The 2000-12000 RPN level values are interpreted as sigma levels instead of eta levels.
-tr_cfg
Display the configuration parameters.
-std_silent
Do not display normal trace from RPN standard file operations
-tr_dic
Display dictionary entry used to convert record to GRIB
-tr_sect1
Display the section1 of each grib record
-tr_sect2
Display the section2 of each grib record
-tr_sect3
Display the section3 of each grib record
-tr_sect4
Display the section4 of each grib record
-tr_sect5
Display the section5 of each grib record
-tr_sect6
Display the section6 of each grib record
-tr_sect7
Display the section7 of each grib record
-tr_pds
Display product definition section of each grib record
-tr_gds
Display grid definition section of each grib record
-tr_bds
Display binary data section of each grib record
-tr_bms
Display bit map section of each grib record
-tr_std
Display content of each RPN record
-tr_all
Display RPN records, dictionary entry, and PDS, GDS, BMS and BDS of each GRIB record.
-hour
flag to round foracst time to the nearest hour
-cmcop
Display CMC operational message for start and end of execution
-v
Verbose. Display progress messages
-shyb
Set hybrid IP1 into section2 (local usage only)
-help
Displays this usage
-h
Displays this usage

3 Example

The usual and most simple way to use the encoder is to call it with only the input and output file names as arguments.

Command line:
grib_encode -i 19980730012_024.stdf -o 19980730012_024.grib