GQL Statement

DIVIDE(
  SUM(
    V(
      Q(biofuels_producers), G(industry_transformation),
      "bio_kerosene_output_conversion / (1 - loss_output_conversion) * input_of_diesel"
    ),
    V(
      Q(biofuels_producers), G(industry_transformation),
      "bio_ethanol_output_conversion / (1 - loss_output_conversion) * input_of_diesel"
    ),
    V(
      Q(biofuels_producers), G(industry_transformation),
      "biodiesel_output_conversion / (1 - loss_output_conversion) * input_of_diesel"
    ),
    V(
      Q(biofuels_producers), G(industry_transformation),
      "bionaphtha_output_conversion / (1 - loss_output_conversion) * input_of_diesel"
    ),
    V(
      Q(biofuels_producers), G(industry_transformation),
      "biomethanol_output_conversion / (1 - loss_output_conversion) * input_of_diesel"
    ),
    V(
      Q(biofuels_producers), G(industry_transformation),
      "bio_pyrolysis_oil_output_conversion / (1 - loss_output_conversion) * input_of_diesel"
    ),
    V(
      Q(biofuels_producers), G(industry_transformation),
      "wood_pellets_output_conversion / (1 - loss_output_conversion) * input_of_diesel"
    ),
    V(
      Q(biofuels_producers), G(industry_transformation),
      "torrefied_biomass_pellets_output_conversion / (1 - loss_output_conversion) * input_of_diesel"
    ),
    V(
      Q(biofuels_producers), G(industry_transformation),
      "bio_lng_output_conversion / (1 - loss_output_conversion) * input_of_diesel"
    ),
    V(
      Q(biofuels_producers), G(industry_transformation),
      "bio_oil_output_conversion / (1 - loss_output_conversion) * input_of_diesel"
    )
  ),
  BILLIONS
)

Result

2019
0.0
PJ
2050
0.0
PJ

Description

Direct conversion input of diesel for biofuels
The function is broken down due to limited allowed inputs in V() function

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/general/conversion/biofuels/conversion_from_carrier_to_biofuels/conversion_from_diesel_to_biofuels.gql

References

Gquery conversion_from_oil_and_oil_products_to_biofuels