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
| 2019 | 598,500,012.1536056 | euro | 
| 2050 | 605,301,563.7937483 | 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