Read Eulerian/3D data from a hdf5 file with h5hut
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(:,:,:) |
3-D data array |
||
integer, | intent(in) | :: | lo(3) |
Low bounds |
||
integer, | intent(in) | :: | hi(3) |
High bounds |