Model_method__numeric_ANY_numeric: general constructor for class Model
Description
This method tries to create a Model object from any combination of arguments
that can be converted into the required set of building blocks for a model
for n arbitrarily connected pools.
Arguments
t
A vector containing the points in time where the solution is sought.
A
something that can be converted to any of the available DecompOp classes
ivList
A vector containing the initial amount of carbon for the n pools. The length of this vector is equal to the number of pools and thus equal to the length of k. This is checked by an internal function.
inputFluxes
something that can be converted to any of the available InFlux classes
solverfunc
The function used by to actually solve the ODE system. This can be deSolve.lsoda.wrapper or any other user provided function with the same interface.
pass
Forces the constructor to create the model even if it is invalid