Versions Compared

Key

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

...

Code Block
languagebash
% bufr_set -s section2Present=1 ininput.bufr out.bufr


The following example will remove a local section:

Code Block
languagebash
% bufr_set -s section2Present=0 ininput.bufr out.bufr


It is important to mention that the local section does not have a prescribed structure and its structure depends on the originating centre. Moreover the values in the newly added local section will be all zeros and correct values must be set after creating the section.

...