GQL Statement
IF(
GRAPH().future?,
-> {
SUM(
V(INTERSECTION(G(final_demand_group),USE(energetic)), input_of_bio_kerosene),
V(INTERSECTION(G(final_demand_group),USE(energetic)), input_of_bio_lng),
V(INTERSECTION(G(final_demand_group),USE(energetic)), input_of_bio_ethanol),
V(INTERSECTION(G(final_demand_group),USE(energetic)), input_of_biodiesel),
V(INTERSECTION(G(final_demand_group),USE(energetic)), input_of_wood_pellets),
V(INTERSECTION(G(final_demand_group),USE(energetic)), input_of_network_gas).sum * DIVIDE(INPUT_VALUE(green_gas_total_share),100.0)
) / BILLIONS
},
-> { 0 }
)
Result
2019
0.69
ms
|
0
|
PJ |
2050
6.02
ms
|
59.78984304523464
|
PJ |
Description
Sum of final demand liquid, solid and gaseous biofuels (green gas)
Characteristics
Groups |
|
Unit |
PJ |
File path |
/app/tmp/etsource/gqueries/output_elements/dashboard/dashboard_biomass_final_demand.gql
|
References