attached attributes of type char, integer or real to a file/dataset/group More...
Public Member Functions | |
subroutine | hdf5_addattribute_str (loc_id, attrLabel, attrValue, path) |
adds a string attribute to the path given relative to the location More... | |
subroutine | hdf5_addattribute_int (loc_id, attrLabel, attrValue, path) |
adds a integer attribute to the path given relative to the location More... | |
subroutine | hdf5_addattribute_real (loc_id, attrLabel, attrValue, path) |
adds a integer attribute to the path given relative to the location More... | |
subroutine | hdf5_addattribute_int_array (loc_id, attrLabel, attrValue, path) |
adds a integer attribute to the path given relative to the location More... | |
subroutine | hdf5_addattribute_real_array (loc_id, attrLabel, attrValue, path) |
adds a real attribute to the path given relative to the location More... | |
attached attributes of type char, integer or real to a file/dataset/group
Definition at line 6930 of file DAMASK_marc.f90.
subroutine hdf5_utilities::hdf5_addattribute::hdf5_addattribute_int | ( | integer(hid_t), intent(in) | loc_id, |
character(len=*), intent(in) | attrLabel, | ||
integer, intent(in) | attrValue, | ||
character(len=*), intent(in), optional | path | ||
) |
adds a integer attribute to the path given relative to the location
Definition at line 7193 of file DAMASK_marc.f90.
subroutine hdf5_utilities::hdf5_addattribute::hdf5_addattribute_int_array | ( | integer(hid_t), intent(in) | loc_id, |
character(len=*), intent(in) | attrLabel, | ||
integer, dimension(:), intent(in) | attrValue, | ||
character(len=*), intent(in), optional | path | ||
) |
adds a integer attribute to the path given relative to the location
Definition at line 7275 of file DAMASK_marc.f90.
subroutine hdf5_utilities::hdf5_addattribute::hdf5_addattribute_real | ( | integer(hid_t), intent(in) | loc_id, |
character(len=*), intent(in) | attrLabel, | ||
real(preal), intent(in) | attrValue, | ||
character(len=*), intent(in), optional | path | ||
) |
adds a integer attribute to the path given relative to the location
Definition at line 7234 of file DAMASK_marc.f90.
subroutine hdf5_utilities::hdf5_addattribute::hdf5_addattribute_real_array | ( | integer(hid_t), intent(in) | loc_id, |
character(len=*), intent(in) | attrLabel, | ||
real(preal), dimension(:), intent(in) | attrValue, | ||
character(len=*), intent(in), optional | path | ||
) |
adds a real attribute to the path given relative to the location
Definition at line 7319 of file DAMASK_marc.f90.
subroutine hdf5_utilities::hdf5_addattribute::hdf5_addattribute_str | ( | integer(hid_t), intent(in) | loc_id, |
character(len=*), intent(in) | attrLabel, | ||
character(len=*), intent(in) | attrValue, | ||
character(len=*), intent(in), optional | path | ||
) |
adds a string attribute to the path given relative to the location
Definition at line 7147 of file DAMASK_marc.f90.