HDF5 utilities
my own Fortran high level interface for HDF5
|
Generic interface to write a vector to dataset. More...
Generic interface to write a vector to dataset.
The vector is is written out in along the fast dimension (column oriented in FORTRAN, row oriented in the HDF5 file). So the vector should have the same length as the first dimension of the dataset, and the offset should agree with dims(2:rank) of of the dataset.
Supported types
[in] | loc_id | local id in file, e.g. file_id, group_id |
[in] | dset_name | name of dataset |
[in] | offset | position within the dataset |
[in] | vector | data array to be written |