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
2015
0.5
ms
|
5,989,843,069.491093
|
euro |
2050
0.36
ms
|
7,500,947,121.024669
|
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