Versions Compared

Key

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

...

Code Block
titleWorkaround if CDO does not understand GRIB2
grib_set -s editionNumber=1 <input grib2 file> <output grib1 file>
Warningnote

Note this will only work if you are using less than 128 model levels and it does not actually convert the message to GRIB1 if there are any GRIB2 specific elements in the messages.

...