The GRIB_MULTI_APPEND procedure appends a single-field GRIB message to a multi-field GRIB message.

Examples


See GRIB_SET for a general example using the GRIB routines.

Syntax


GRIB_MULTI_APPEND, Ghandle, Gmhandle, Start_section  

Arguments


Ghandle

The GRIB handle from which the sections are copied.

Gmhandle

The handle to the multi-field message to which the sections will be appended.

Start_section

The section number from which to start copying. All sections from this section to the end of the message will be copied.

Version History


8.1

Introduced

See Also


GRIB_MULTI_WRITE