You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »


MARS

Specifies how to pad GRIB or BUFR messages.

padding=<value>

For historical reasons, each GRIB message retrieved is padded to a multiple of 120 bytes, and each BUFR message to a multiple of 8 bytes. e.g. padding=0 can be specified for no padding.

Example:

padding=0    # to switch padding off

Dissemination

Specifies how to pad GRIB or BUFR messages.

padding=<value>


ValueNote
AUTO

The meaning of AUTO is120 bytes for GRIB data and 8 bytes for BUFR data

current default
NONEno padding
n

number of bytes to which multiple the binary message is padded to with NULL bytes;

120 bytes for GRIB data and 8 bytes for BUFR data are the only values supported




  • No labels