Runs rsim.run
and appends the output to a previous Rsim.output
.
Currently only works with the Adams-Bashforth numerical integration method (AB).
Arguments
- Rsim.scenario
Scenario object that contains all of the rsim rates and forcing functions generated by
rsim.scenario()
.- Rsim.output
R object containing the output from
rsim.run
.- method
Numerical integration method. Either 'AB' for Adams-Bashforth or 'RK4' for 4th order Runge-Kutta.
- year.end
The final year for the step interval
See also
Other Rsim functions:
extract.node()
,
rsim.params()
,
rsim.plot()
,
rsim.run()
,
rsim.scenario()
,
write.Rsim()