Control File Format on Eos

Format

"Option","fullOption","OptionName","OptionProperties","OptionNumber","argIndex","argName","argType","InitialValue",...

Item Expression

Option
fullOption
If OptionNumber is equal to zero, fullOption will be defined as flagName in program.
OptionName
OptionProperties
Refer to the below predefined word table.
OptionNumber
argIndex
argName
argType
Refer to the below predefined word table.
InitialValue
This is an intial value of this argument. It is used in the code of init.c.

Predefined Words

In columns of option properties and argument types, predefined words are used as below.

Table of Predefined Words
Option Properties Argument Type
Essential
essential argument
Optional
optional argument
Variable
only one.
Integer
Real
inFile
input filename
outFile
output filename
appendFile
output filename (append)
inFileList
a list of filenames to be inputted
outFileList
a list of filenames to be outputted
appendFileList
a list of filenames to be outputted (append)
Character
String

Examples