There is a newer version of the record available.

Published December 20, 2021 | Version v4.4.1
Software Open

h5fortran

Description

h5fortran can now query data "%class" e.g. integer, float, string as well as the native datatype "%dtype%"

Dataset "dname" data class (i.e. integer, float, string, ...)

integer :: class
!! H5T_INTEGER_F, H5T_FLOAT_F, H5T_STRING_F
class = h%class(dname)
character(*), intent(in) :: dname

Dataset "dname" datatype

integer(HID_T) :: dtype
!! H5T_NATIVE_REAL, H5T_NATIVE_DOUBLE, H5T_NATIVE_INTEGER, H5T_NATIVE_CHARACTER, H5T_STD_I64LE
dtype = h%dtype(dname)
character(*), intent(in) :: dname

Notes

If you use this software, please cite it as below.

Files

geospace-code/h5fortran-v4.4.1.zip

Files (116.2 kB)

Name Size Download all
md5:1db58f76658c1e5510657e37d02bce6f
116.2 kB Preview Download

Additional details