After the implementation of the variable_connections function, it would be nice to be able to use it also in cases where scenarios are modified by adding subsystems, as happens for example in Worl3 plots.jl files. So we suggest a re-organization where you first have the subsystem array involved, then compute the connections between them using variable_connections , and then solve the system.
After the implementation of the
variable_connections
function, it would be nice to be able to use it also in cases where scenarios are modified by adding subsystems, as happens for example in Worl3plots.jl
files. So we suggest a re-organization where you first have the subsystem array involved, then compute the connections between them usingvariable_connections
, and then solve the system.