Set data values after GRIB metadata
In _v8
of the DestinE output, the data values in the GRIB messages are corrupted. The reason is that the data values are set after the encoding settings (16 bit, CCSDS/AEC compression). This MR changes the order of these operations which, hopefully, should make the encoding settings effective during data writes.