This submodule is for reading HDF5 via submodules
get the dataset variable type the "type" and "native_type" are just IDs, the final native type is composed from: * enddianness * generic type we think endianness is handled by HDF5 ... ? compose datatype inferred
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=hid_t), | intent(in) | :: | ds_id | |||
| character(len=*), | intent(in) | :: | dname | |||
| character(len=*), | intent(in) | :: | filename |
get rank or "ndims"
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(hdf5_file), | intent(in) | :: | self | |||
| character(len=*), | intent(in) | :: | dname |
must get dims before info, as "dims" must be allocated or segfault occurs.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(hdf5_file), | intent(in) | :: | self | |||
| character(len=*), | intent(in) | :: | dname | |||
| integer(kind=HSIZE_T), | intent(out), | allocatable | :: | dims(:) | ||
| integer, | intent(out), | optional | :: | ierr |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(hdf5_file), | intent(in) | :: | self | |||
| character(len=*), | intent(in) | :: | dname | |||
| integer(kind=hsize_t), | intent(out) | :: | chunk_size(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(hdf5_file), | intent(in) | :: | self | |||
| character(len=*), | intent(in) | :: | dname |
h5lexists_f can false error with groups--just use h5ltpath_valid
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(hdf5_file), | intent(in) | :: | self | |||
| character(len=*), | intent(in) | :: | dname |