dm_hdf5_group_exists Function

public function dm_hdf5_group_exists(id, name, error) result(exists)

Returns .true. if group of given name name exists in file or group id. The function returns the following error codes in error:

  • E_INVALID if the given HDF5 id type (file, group) is invalid.
  • E_HDF5 if the HDF5 library call failed.

Arguments

Type IntentOptional Attributes Name
class(hdf5_id_type), intent(inout) :: id

HDF5 file or group type.

character(len=*), intent(in) :: name

Group name.

integer, intent(out), optional :: error

Error code.

Return Value logical


Calls

proc~~dm_hdf5_group_exists~~CallsGraph proc~dm_hdf5_group_exists dm_hdf5_group_exists h5lexists_f h5lexists_f proc~dm_hdf5_group_exists->h5lexists_f