HDF5 utilities
my own Fortran high level interface for HDF5
|
Generic interface to read a vector from a dataset. More...
Generic interface to read a vector from a dataset.
The vector is is read 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_d | local id in file |
[in] | dset_name | name of dataset |
[in] | offset | position within the dataset |
[out] | vector | data array to be written |