Versions Compared

Key

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

...

Excerpt
hiddentrue

There is an environment variable called ECCODES_DEBUG: If set to -1, it will enable brief debug-level logging messages to be displayed by the library. If set to 1, you will get very verbose output.For example let's say we want to change the grid type of a GRIB message to be "Lambert Conformal":

Step-by-step guide

There is an environment variable called ECCODES_DEBUG: If set to -1, it will enable brief debug-level logging messages to be displayed by the library. If set to 1, you will get very verbose output.

For example let's say we want to change the grid type of a GRIB message to be "Lambert Conformal":

...

Now you can see the cascading effect of setting a key which causes others other keys to be set. (Have a look here to see how the parameter "2t" is coded in GRIB 2)

Try it when you convert from GRIB1 to GRIB2 to see how much happens behind the scenes!

...