write_dat Abstract Interface

abstract interface
private subroutine write_dat(this, file_id, group_name, error)

Arguments

Type IntentOptional AttributesName
class(glacier), intent(in) :: this
integer(kind=hid_t), intent(in) :: file_id

The identifier for the HDF5 file/group in which this data is meant to be written.

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

The name to give the group in the HDF5 file storing the glacier's data.

integer, intent(out) :: error

Flag indicating whether routine ran without error. If no error occurs then has value 0.