Published December 20, 2021
| Version v4.4.1
Software
Open
h5fortran
Creators
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
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
Related works
- Is supplement to
- https://github.com/geospace-code/h5fortran/tree/v4.4.1 (URL)