Fortran interface to subroutines loading 2-D and 3-D arrays of real values from HDF5 files.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=HID_T), | intent(in) | :: | h5file_id | |||
character(len=MAX_STRING_LENGTH), | intent(in) | :: | dset | |||
real(kind=rp), | intent(inout), | DIMENSION(:), ALLOCATABLE | :: | rdata | ||
character(len=MAX_STRING_LENGTH), | intent(out), | optional | DIMENSION(:), ALLOCATABLE | :: | attr |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=HID_T), | intent(in) | :: | h5file_id | |||
character(len=MAX_STRING_LENGTH), | intent(in) | :: | dset | |||
real(kind=rp), | intent(inout), | DIMENSION(:,:,:), ALLOCATABLE | :: | rdata | ||
character(len=MAX_STRING_LENGTH), | intent(in), | optional | DIMENSION(:), ALLOCATABLE | :: | attr |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=HID_T), | intent(in) | :: | h5file_id | |||
character(len=MAX_STRING_LENGTH), | intent(in) | :: | dset | |||
real(kind=rp), | intent(inout), | DIMENSION(:,:), ALLOCATABLE | :: | rdata | ||
character(len=MAX_STRING_LENGTH), | intent(in), | optional | DIMENSION(:), ALLOCATABLE | :: | attr |