Is there a simple Fortran90 instruction on reading a hdf5 dataset that uses compound and where the dataset consists of 3 groups (x, y, z) in a 2D array as shown in the figure. It should be easy to load this data into my array(s), but I am stuck here.
! file, dset, space, dims3 and ndims3 are initialised as hdf5 variables CALL h5dopen_f (file, "RESQML/xyz", dset, ierr) !call h5tget_nmembers_f(dset, members, ierr) !why does this call not work? ! ! Get dataspace. ! CALL h5dget_space_f(dset, space, ierr) CALL h5sget_simple_extent_dims_f(space, dims3, ndims3, nrank) ! code to insert after here to load the data? [cid:[email protected]]
_______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org Twitter: https://twitter.com/hdf5
