renewability debug
GQL Statement
DIVIDE(
SUM(
V(INTERSECTION(G(final_demand_group),USE(energetic))," demand * sustainability_share"),
Q(ambient_heat_pumped_by_heat_pumps),
Q(geothermal_own_use_in_sectors),
),
SUM(
V(INTERSECTION(G(final_demand_group),USE(energetic)), demand),
Q(ambient_heat_pumped_by_heat_pumps),
Q(geothermal_own_use_in_sectors)
)
)
Result
2019 22.98 ms |
0.08774393428044468
|
factor |
2050 19.69 ms |
0.07759327139828652
|
factor |
Description
The final demand that is filled by sustainable sources is divided over the total final energy demand.
This is only calculated over the energetic final demand.
Also, the ambient heat that is used is added to the final demand.
Here, it is important to notice that the ambient heat that is used should be calculated only 'left' of the final demand,
otherwise the ambient heat is counted double. This is not possible yet, but should be fixed when it is.
Characteristics
Groups | |
Unit | factor |
File path |
/app/tmp/etsource/gqueries/general/shares/renewability.gql
|