m_readline Module

module~~m_readline~~UsesGraph module~m_readline m_readline module~m_strings m_strings module~m_strings->module~m_readline module~variablekind variableKind module~variablekind->module~m_readline module~variablekind->module~m_strings module~m_errors m_errors module~variablekind->module~m_errors module~m_parameters m_parameters module~variablekind->module~m_parameters module~m_errors->module~m_readline module~m_errors->module~m_strings module~m_parameters->module~m_strings iso_fortran_env iso_fortran_env iso_fortran_env->module~m_strings iso_fortran_env->module~variablekind iso_fortran_env->module~m_errors
Help

Contains core routines to read different combinations of scalars and 1D arrays from a file

Used By

module~~m_readline~~UsedByGraph module~m_readline m_readline module~m_fileio m_fileIO module~m_readline->module~m_fileio program~scaletest_coretran scaleTest_coretran module~m_readline->program~scaletest_coretran module~m_fileio->program~scaletest_coretran module~m_tests m_tests module~m_fileio->module~m_tests program~test_coretran test_coretran module~m_tests->program~test_coretran
Help


Interfaces

public interface readline

Read in multiple items from a line

  • private subroutine readLine_a(a, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_ab(a, b, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b

    Number

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_abc(a, b, c, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b

    Number

    real(kind=r64), intent(out) :: c

    Number

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_abcd(a, b, c, d, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b

    Number

    real(kind=r64), intent(out) :: c

    Number

    real(kind=r64), intent(out) :: d

    Number

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_abcde(a, b, c, d, e, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b

    Number

    real(kind=r64), intent(out) :: c

    Number

    real(kind=r64), intent(out) :: d

    Number

    real(kind=r64), intent(out) :: e

    Number

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_av(a, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a(:)

    Vector

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_avbv(a, b, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a(:)

    Vector

    real(kind=r64), intent(out) :: b(:)

    Vector

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_avbvcv(a, b, c, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a(:)

    Vector

    real(kind=r64), intent(out) :: b(:)

    Vector

    real(kind=r64), intent(out) :: c(:)

    Vector

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_abv(a, b, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b(:)

    Vector

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_abvcv(a, b, c, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b(:)

    Vector

    real(kind=r64), intent(out) :: c(:)

    Vector

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_abcdev(a, b, c, d, e, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b

    Number

    real(kind=r64), intent(out) :: c

    Number

    real(kind=r64), intent(out) :: d

    Number

    real(kind=r64), intent(out) :: e(:)

    Vector

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_abcdv(a, b, c, d, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b

    Number

    real(kind=r64), intent(out) :: c

    Number

    real(kind=r64), intent(out) :: d(:)

    Vector

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_abcdvev(a, b, c, d, e, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b

    Number

    real(kind=r64), intent(out) :: c

    Number

    real(kind=r64), intent(out) :: d(:)

    Vector

    real(kind=r64), intent(out) :: e(:)

    Vector

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_abcv(a, b, c, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b

    Number

    real(kind=r64), intent(out) :: c(:)

    Vector

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_abcvdv(a, b, c, d, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b

    Number

    real(kind=r64), intent(out) :: c(:)

    Vector

    real(kind=r64), intent(out) :: d(:)

    Vector

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_abcdefv(a, b, c, d, e, f, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b

    Number

    real(kind=r64), intent(out) :: c

    Number

    real(kind=r64), intent(out) :: d

    Number

    real(kind=r64), intent(out) :: e

    Number

    real(kind=r64), intent(out) :: f(:)

    Vector

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file

  • private subroutine readLine_abcdefvgv(a, b, c, d, e, f, g, fname, iunit, buf)

    Interfaced with readLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64), intent(out) :: a

    Number

    real(kind=r64), intent(out) :: b

    Number

    real(kind=r64), intent(out) :: c

    Number

    real(kind=r64), intent(out) :: d

    Number

    real(kind=r64), intent(out) :: e

    Number

    real(kind=r64), intent(out) :: f(:)

    Vector

    real(kind=r64), intent(out) :: g(:)

    Vector

    character(len=*), intent(in) :: fname

    File name

    integer(kind=i32), intent(in) :: iunit

    File id number to read from

    character(len=*), intent(in), optional :: buf

    Character string to read from instead of the line in the file