time_table#

View page source

The Time Table#

time_id#

This column has type integer and is the primary key for the this table. Its initial value is zero, and it increments by one for each row.

time#

This column has type real and is a set of time values. The values in the time column must be unique; i.e., none of the values may be repeated. The values can be in any specific order; e.g., they do not need to be increasing or decreasing.

Ode Grid#

Note that the maximum minus the minimum time divided by the ode_step_size will determine the time spacing between solutions of the Ordinary Differential Equation along cohort lines.

Example#

The file time_table.py contains an example time table.