public interface load_array_from_hdf5
Note
Fortran interface to subroutines loading 2-D and 3-D arrays
of real values from HDF5 files.
Module Procedures
Arguments
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 | |
Arguments
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 | |
Arguments
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 | |