to_csv Interface

public interface to_csv

export array to csv file.


Module Procedures

public subroutine to_csv_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_csv_real_array3(name, a)

Arguments

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

public subroutine to_csv_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