> For the complete documentation index, see [llms.txt](https://lbl-2.gitbook.io/tough4-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lbl-2.gitbook.io/tough4-user-manual/preparation-of-model-input/keywords-and-input-data/times.md).

# 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.

&#x20;Record **TIMES.1**

&#x20;                       Free format for 4 parameters, or Format (2I5,2E10.4)

&#x20;                       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.

&#x20;                       Free format for as more as 20 parameters, or Format (20E10.4)

&#x20;                       (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.&#x20;

**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.
