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.| Type | Intent | Optional | 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. |