Versions Compared

Key

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

...

To test the local parameter we added earlier, you can take a GRIB2 sample file and change its paramId to 87:

Code Block
% grib_set -s centre=ecmf,paramId=129003 samples/GRIB2.tmpl out.grib2

Now dump the check the parameter info in the output file:

Code Block
% grib_ls -jn parameter out.grib2

...


(smile)


Also please study the slides here:  Training course presentation.
And the How-To Article GRIB: Converting edition 1 to 2 (The "Local configuration" section)

...