rl-institut / multi-vector-simulator

Multi-vector Simulation Tool assessing and optimizing Local Energy Systems (LES) for the E-LAND project
GNU General Public License v2.0
21 stars 10 forks source link

Divide emission KPI by sector #708

Open SabineHaas opened 3 years ago

SabineHaas commented 3 years ago

The total emissions of the energy system are currently added as KPI to scalars. It would be nice to divide them by sectors as well and add them to "KPI individual sectors".

Example, also see #703 :

"kpi": {
        "KPI individual sectors": {
            "internal c02": {
                "Electricity": 0.3000000000420336,
        "Heat": 03432,
            },
            ....
            },
smartie2076 commented 3 years ago

To be able to show all interesting data, we should display the emissions as following:

Optionally, a emissions per energy carrier unit would be nice, but just using the total emissions of each sector would be confusing: If H2 is only supplied though electricity, H2 would have 0 emissions and electricity increased emissions per unit. There, we might want to use the energy carrier weighting scheme again.