append_row_2d Subroutine

public subroutine append_row_2d(grp_id, dsetname, row)

Append a 1D array as a new row in an extendable 2D dataset (nt x ns)

Arguments

Type IntentOptional Attributes Name
integer(kind=HID_T), intent(in) :: grp_id
character(len=*), intent(in) :: dsetname
real(kind=dp), intent(in), dimension(:) :: row