dump_arrays Subroutine

public subroutine dump_arrays(filename, arrays, header)

Dump numerical arrays to an output file.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename
real(kind=real64), intent(in), dimension(:) :: arrays
character(len=*), intent(in), dimension(:) :: header