GQL Statement

SUM(
  PRODUCT(V(CARRIER(natural_gas), cost_per_mj), V(energy_extraction_natural_gas, demand)),
  PRODUCT(V(CARRIER(natural_gas), cost_per_mj), V(energy_import_natural_gas, demand)),
  PRODUCT(V(CARRIER(lng), cost_per_mj), V(energy_import_lng, demand)),
  PRODUCT(V(CARRIER(propane), cost_per_mj), V(energy_import_propane, demand))
)
-
PRODUCT(V(CARRIER(natural_gas), cost_per_mj), V(energy_export_natural_gas_backup, demand))
-
SUM(
  PRODUCT(V(CARRIER(natural_gas), cost_per_mj), V(energy_export_natural_gas_baseload, demand)),
  PRODUCT(V(CARRIER(lng), cost_per_mj), V(energy_export_lng_baseload, demand))
)

Result

2019 0.58 ms
5,347,467,345.128971
euro
2050 0.38 ms
6,049,936,859.491247
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_natural_gas.gql

References

Gquery costs_carriers
Gquery costs_carriers_natural_gas_annualised_costs