How to change the bits per value in a GRIB message?
This can be done by using the grib_set command.
You can use the "setBitsPerValue" key as in:
% grib_set -s setBitsPerValue=17 in.grib out.grib |
or use the "repack" option:
% grib_set -r -s bitsPerValue=17 in.grib out.grib |
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
|