openmodels / META-2021

The Model for Economic Tipping (point) Analysis
GNU General Public License v3.0
14 stars 11 forks source link

Add SAF switch to runsim() in montecarlo.jl #16

Closed pwaidelich closed 10 months ago

pwaidelich commented 11 months ago

This adds a switch called saf_used (similar to the existing switches for other tipping points) to runsim() to make it possible to run the model in Monte Carlo mode when the SAF component is deactivated when calling full_model()

Also includes corresponding updates of README.md and the two unit tests affected (which both use the SAF component)

jrising commented 10 months ago

Thanks for this improvement! I've resolved the conflict from the other recent change to runsim and I'm going to merge.