Modify parameters or data from a GRIB message
Gmod.Rd
Modifies parameter entries and/or data in a GRIBhandle.
Arguments
- gribhandle
An object of class
GRIBhandle
.- IntPar, DblPar, StrPar
Lists (or character vectors) giving the names of integer, character (string) and numeric (double) parameters to be modified in the message(s), and the new values.
- data
Data vector to be encoded in x.
- precision
Integer value for decimal precision of the GRIB packing. Alternatively, one may fix the number of bits per value.
- nbits
Bits per value in the GRIB packing. If it is not precisied, GRIB\_API defaults to 24 bits.