Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0.f39b228
API Reference
Fortran High Level Optimized Interface

Detailed Description

See also
HDF5 Optimizations APIs (H5DO), C-HL API
The HDF5 High Level Optimizations, User Guide

Functions/Subroutines

subroutine h5doappend_f (dset_id, dxpl_id, axis, extension, memtype, buf, errcode)
 Appends data to a dataset along a specified dimension. More...
 

Function/Subroutine Documentation

◆ h5doappend_f()

subroutine h5do::h5doappend_f ( integer(hid_t), intent(in)  dset_id,
integer(hid_t), intent(in)  dxpl_id,
integer, intent(in)  axis,
integer(size_t), intent(in)  extension,
integer(hid_t), intent(in)  memtype,
type(c_ptr)  buf,
integer, intent(out)  errcode 
)

Appends data to a dataset along a specified dimension.

Parameters
dset_idDataset identifier
dxpl_idDataset transfer property list identifier
axisDataset Dimension (0-based) for the append
extensionNumber of elements to append for the axis-th dimension
memtypeThe memory datatype identifier
bufBuffer with data for the append
errcodeReturns 0 if successful and -1 if it fails.

See C API: H5DOappend()