to_tsv Interface

public interface to_tsv

export array to tsv file.


Module Procedures

public subroutine to_tsv_real_array2(name, a, no_header)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name
real(kind=real64), intent(in) :: a(:,:)
logical, intent(in), optional :: no_header

public subroutine to_tsv_real_array3(name, a)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name
real(kind=real64), intent(in) :: a(:,:,:)

public subroutine to_tsv_real_vector(name, a, no_header)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name
real(kind=real64), intent(in) :: a(:)
logical, intent(in), optional :: no_header