GQL Statement

SUM(
  PRODUCT(V(CARRIER(coal), cost_per_mj), V(energy_extraction_coal, demand)),
  PRODUCT(V(CARRIER(coal), cost_per_mj), V(energy_import_coal, demand)),
  PRODUCT(V(CARRIER(lignite), cost_per_mj), V(energy_extraction_lignite, demand)),
  PRODUCT(V(CARRIER(lignite), cost_per_mj), V(energy_import_lignite, demand)),
  PRODUCT(V(CARRIER(cokes), cost_per_mj), V(energy_import_cokes, demand))
)
-
SUM(
  PRODUCT(V(CARRIER(coal), cost_per_mj), V(energy_export_coal_backup, demand)),
  PRODUCT(V(CARRIER(lignite), cost_per_mj), V(energy_export_lignite_backup, demand)),
  PRODUCT(V(CARRIER(cokes), cost_per_mj), V(energy_export_cokes_backup, demand))
)
-
SUM(
  PRODUCT(V(CARRIER(coal), cost_per_mj), V(energy_export_coal_baseload, demand)),
  PRODUCT(V(CARRIER(lignite), cost_per_mj), V(energy_export_lignite_baseload, demand)),
  PRODUCT(V(CARRIER(cokes), cost_per_mj), V(energy_export_cokes_baseload, demand))
)

Result

2015 0.63 ms
1,272,703,264.9175837
euro
2050 0.48 ms
1,385,699,072.7424424
euro

Description

Carrier costs based on net flows (imports - backup export - baseload export) of all related carriers

Characteristics

Groups
Unit euro
File path /app/tmp/etsource/gqueries/general/costs/mece_costs/4_energy_carriers/costs_carriers_coal_and_products.gql

References

Gquery costs_carriers
Gquery costs_carriers_coal_and_products_annualised_costs