openscm / openscm-twolayermodel

Implementations of two-layer models by Held et al. and Geoffroy et al.
https://openscm-two-layer-model.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Run arrays of two-layer model parameters #19

Closed chrisroadmap closed 4 years ago

chrisroadmap commented 4 years ago

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.

znicholls commented 4 years ago

Given all the parallel infrastructure in https://github.com/openscm/openscm-runner, it might be best to put this functionality there?

chrisroadmap commented 4 years ago

Sure - let's add to that wishlist and close this.