Skip to content
Prev 281 / 696 Next

[R-sig-dyn-mod] Time steps of integration

Hi,

the solver interpolates *during* the integration. Saving all
intermediate steps would be much too inefficient and memory consuming.

Sometimes, considerable work is needed to identify a good automatic
stepping and sometimes, steps are discarded and the solver goes a little
bit back.

In case of events, time steps are calculated this way, that events are
matched. If no events are present, integration is allowed to overrun the
external steps.

If you have external forcings, step size should be limited with hmax.


Thomas