write_fixed_2d Subroutine

public subroutine write_fixed_2d(grp_id, dsetname, data, nrows, ncols)

Write a fixed-size 2D dataset (1 x ncols) for snapshot files

Arguments

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