Extracts the string at the left of the =, which corresponds to
the keyword for an input value.
Extracts the string within the quotes in an input file
"Read" the "value" of an real number declared
after an = sign in an inputLine
"Read" the "value" of an real array declared
after an = sign in an inputLine, e.g. rArray(1:2) = [3.0,4.0]
"Read" the "value" of an integer number declared
after an = sign in an inputLine
"Read" the "value" of an integer array declared
after an = sign in an inputLine, e.g. iArray(1:2) = [3,4]
Extracts the string within the quotes in an input file
"Read" the "value" of an logical declared
after an = sign in an inputLine
Functions
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*)
|
|
|
|
:: |
inputLine |
|
Return Value
character(len=line_length)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*)
|
|
|
|
:: |
inputLine |
|
Return Value
character(len=line_length)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
inputLine |
|
Return Value
real(kind=RP)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*)
|
|
|
|
:: |
inputLine |
|
Return Value
real(kind=RP), DIMENSION(2)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*)
|
|
|
|
:: |
inputLine |
|
Return Value
integer
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*)
|
|
|
|
:: |
inputLine |
|
Return Value
integer, DIMENSION(2)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*)
|
|
|
|
:: |
inputLine |
|
Return Value
character(len=line_length)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*)
|
|
|
|
:: |
inputLine |
|
Return Value
logical
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*)
|
|
|
|
:: |
inputLine |
|
Return Value
character(len=line_length)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*)
|
|
|
|
:: |
inputLine |
|
Return Value
character(len=line_length)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*)
|
|
|
|
:: |
inputLine |
|
Return Value
character(len=line_length)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*)
|
|
|
|
:: |
inputLine |
|
Return Value
character(len=line_length)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
line |
|
Return Value
integer, allocatable, (:)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
line |
|
Return Value
real(kind=RP), allocatable, (:)
Subroutines
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(inout) |
|
|
:: |
line |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
line |
|
integer
|
|
|
|
:: |
linelength |
|
character(len=linelength),
|
|
|
allocatable
|
:: |
array(:) |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=4096),
|
intent(in) |
|
|
:: |
line |
|
real(kind=RP),
|
|
|
allocatable
|
:: |
array(:) |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=1024),
|
intent(in) |
|
|
:: |
line |
|
real(kind=RP),
|
|
|
allocatable
|
:: |
array(:) |
|