openmodels / MimiPAGE2020.jl

PAGE-2020 - a Julia implementation of the PAGE Integrated Assessment Model
MIT License
8 stars 10 forks source link

fix distau in mcs.jl #40

Closed pwaidelich closed 5 years ago

pwaidelich commented 5 years ago

The distau parameter still uses the old PAGE09 distribution values for MC (although the default value for the deterministic run has already been set to the new PAGE-ICE value).

For a quick MC run with 1000 simulations, fixing the bug reduces the median SCC from $204 to $199.

jrising commented 5 years ago

Good catch. Thanks.