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_biomethanol),
      V(INTERSECTION(G(final_demand_group),USE(energetic)), input_of_bionaphtha),
      V(INTERSECTION(G(final_demand_group),USE(energetic)), input_of_bio_oil),
      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 
 | 
PJ | 
| 
2050
 | 
61.03528568707763 
 | 
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