Versions Compared

Key

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

...

Excerpt
hiddentrue

his can be done by setting the key "deletePV" as shown:

% grib_set -s deletePV=1 in.grib out.grib

How can I remove the PV array (list of vertical coordinates)?

Step-by-step guide

This can be done by setting the key "deletePV" as shown:

Code Block

...

$ grib_set -s deletePV=1 in.grib out.grib

Which is in fact equivalent to setting the number of coordinate values to 0 and clearing the "pv" array:

Code Block

...

$ grib_set -s PVPresent=0,NV=0 in.grib out.grib


Content by Label
showLabelsfalse
max5
spaces~usa
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "UDOC"
labelskb-how-to-article

...