cast the dataset read from disk to the variable type presented by user h5f%read("/my_dataset", x) We only cast when needed to save memory. select case doesn't allow H5T_*
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hdf5_file), | intent(in) | :: | self | |||
character(len=*), | intent(in) | :: | dname | |||
class(*), | intent(inout) | :: | value | intent(inout) for character |
||
integer, | intent(out), | optional | :: | ierr |