Read Lagrangian/1D data fom a hdf5 file with h5hut If no offset is provided, use default h5hut file view. Otherwise, set file view manually.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(h5hut_obj), | intent(inout) | :: | this |
A H5hut object |
||
character(len=*), | intent(in) | :: | name |
Variable name |
||
class(*), | intent(out) | :: | array(:) |
1-D data array |
||
integer, | intent(in), | optional | :: | offset |