worlddynamics / WorldDynamics.jl

An open-source framework written in Julia for global integrated assessment models.
https://worlddynamics.github.io/WorldDynamics.jl/dev/
MIT License
66 stars 6 forks source link

Reorganization of scenarios #191

Open aurorarossi opened 1 year ago

aurorarossi commented 1 year ago

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.