read_dat Abstract Interface

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

Arguments

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

The identifier for the HDF5 file/group from which the data will be read.

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

The name of the group in the HDF5 file from which to read basal surface's data.

integer, intent(out) :: error

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