Timesteps
Optional
timesteps
listdictionaryThe optional timesteps
parameter is a listdictionary comprising a numericfloat vectorlist t
with N monotonically increasing values and a numericfloat vectorlist dtmax
with N-1 positive values. This tells longterm
to pick time steps that are bounded above by dtmax
for times between the corresponding pairs of elements of t
. The values that can be set within the timesteps
listdictionary are:
t
The N vectorlist of times, in yr, pairs of which bracket times during with the corresponding element ofdtmax
provides a bound on the time step. By default,t
isc(0,10^((-1):7))
.dtmax
The N-1 vectorlist of maximum time-step sizes, in yr. For times betweent[n]
andt[n+1]
, the time step chosen bylongterm
will be less than or equal todtmax[n]
. By default,dtmax
is10^((-2):6)
.