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
 | 
5,329,069,960.599947 
 | 
euro | 
| 
2050
 | 
6,021,961,184.550241 
 | 
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