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:
tThe N vectorlist of times, in yr, pairs of which bracket times during with the corresponding element ofdtmaxprovides a bound on the time step. By default,tisc(0,10^((-1):7)).dtmaxThe N-1 vectorlist of maximum time-step sizes, in yr. For times betweent[n]andt[n+1], the time step chosen bylongtermwill be less than or equal todtmax[n]. By default,dtmaxis10^((-2):6).