dump_arrays Subroutine

public impure subroutine dump_arrays(filename, arrays, header)

This subroutine is used to dump numerical arrays to an output file.

Arguments

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

Contents

None