You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently openscm-twolayermodel can run arrays of scenarios (of different emissions) given the same two-layer model parameters. This is quick. It would be great to do the opposite - run one emissions scenario with different two-layer parameters, without using a for loop and then appending the results, which is slow. Option could be either to allow runner.du, runner.dl etc be arrays, or allow parameters to be passed in a twolayer-model ScmRun instance along with the emissions to drive the model.
The text was updated successfully, but these errors were encountered:
Currently openscm-twolayermodel can run arrays of scenarios (of different emissions) given the same two-layer model parameters. This is quick. It would be great to do the opposite - run one emissions scenario with different two-layer parameters, without using a for loop and then appending the results, which is slow. Option could be either to allow
runner.du
,runner.dl
etc be arrays, or allow parameters to be passed in a twolayer-modelScmRun
instance along with the emissions to drive the model.The text was updated successfully, but these errors were encountered: