save_2d_array_to_hdf5 Interface

public interface save_2d_array_to_hdf5

Calls

interface~~save_2d_array_to_hdf5~~CallsGraph interface~save_2d_array_to_hdf5 save_2d_array_to_hdf5 proc~rsave_2d_array_to_hdf5 rsave_2d_array_to_hdf5 interface~save_2d_array_to_hdf5->proc~rsave_2d_array_to_hdf5 h5screate_simple_f h5screate_simple_f proc~rsave_2d_array_to_hdf5->h5screate_simple_f h5sclose_f h5sclose_f proc~rsave_2d_array_to_hdf5->h5sclose_f h5dwrite_f h5dwrite_f proc~rsave_2d_array_to_hdf5->h5dwrite_f h5dclose_f h5dclose_f proc~rsave_2d_array_to_hdf5->h5dclose_f

Contents


Module Procedures

private subroutine rsave_2d_array_to_hdf5(h5file_id, dset, rdata, attr)

Arguments

Type IntentOptional AttributesName
integer(kind=HID_T), intent(in) :: h5file_id
character(len=MAX_STRING_LENGTH), intent(in) :: dset
real(kind=rp), intent(in), DIMENSION(:,:):: rdata
character(len=MAX_STRING_LENGTH), intent(in), optional DIMENSION(:), ALLOCATABLE:: attr