openmodels / MimiPAGE2020.jl

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

add MimiPAGE09 compute_scc() function #37

Closed pwaidelich closed 5 years ago

pwaidelich commented 5 years ago

I copied the code from the MimiPAGE09's compute_scc() function, changed the page_year variables to the PAGE-ICE years. In addition, I added the option to set the pulse_size variable when running compute_scc() but it defaults to the current size used in the MimiPAGE2009 repo, which is 100000. For our master branch, this gives an SCC of $184 which looks much more reasonable than the values I got.

pwaidelich commented 5 years ago

compute_scc_mm() now also returns a SCC disaggregation by region and year of impact as a 10x8 array.

jrising commented 5 years ago

Merging. Thanks.