openmodels / MimiPAGE2020.jl

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

Fix regional weights-bug #35

Closed pwaidelich closed 5 years ago

pwaidelich commented 5 years ago

This fixes the current bug that heterogenous regional damage weights for SLR and discontinuity end up being used for market and non-market damages as well, in contradiction to the PAGE-ICE excel file. To avoid that the weights are passed on between components, I named them separately following the PAGE-ICE excel where three different weights parameters are defined in the "Library Data" sheet.

As the weights for market and non-market damages are defined as Triangular(1, 1, 1) in the excel file, I did not include them into the mcs.jl file.

pwaidelich commented 5 years ago

Like this?