TIMES
TIMES (optional) permits the user to obtain printout at specified times. This printout will occur in addition to printout specified in record PARAM.1.
Record TIMES.1
Free format for 4 parameters, or Format (2I5,2E10.4)
ITI, ITE, DELAF, TINTER
ITI number of times provided on records TIMES.2, TIMES.3, etc.
ITE total number of times desired (ITI ≤ ITE; default is ITE = ITI).
DELAF maximum time step size after any of the prescribed times have been reached (default is infinite).
TINTER time increment for times with index ITI, ITI +1, ..., ITE.
Record TIMES.2, TIMES.3, etc.
Free format for as more as 20 parameters, or Format (20E10.4)
(TIS(I), I = l, ITI)
TIS(I) list of times (in ascending order) at which printout is desired.
TIS (I) Input with multiple lines is allowed. The maximum number of input data for each line must be no more than 20. The maximum ITE is 100.
Used in: All EOS modules
Example
TIMES
3 // printout at 3 times
2.592e6, 31.5576e6, 63.1152e6 // list of the 3 times at which printout is desired.