Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
% grib_set -s setBitsPerValue=17 in.grib out.grib

or use the "repack" (-r) option with the "bitsPerValue" key:

Code Block
% grib_set -r -s bitsPerValue=17 in.grib out.grib

...