Skip to content

Commit f13df90

Browse files
kaskranenburgQkndehaanmabijkerk
authored
Treatment losses natural gas (#3204)
* Adding network gas treatment loss node * Fixing network gas mekko mechanical turk query * Add free_co2_factor attribute to loss node * Update turk spec mekko queries * Fixing node position, adding end lines and changing query method of losses * Small indendation fix in network gas query * Minor changes in mechanical turk mekko spec queries * Set loss edge to dependent to match other loss edges * Reversing rename of input share * Fix node positions --------- Co-authored-by: Kyra de Haan <kyra.dehaan@quintel.com> Co-authored-by: Mathijs Bijkerk <mathijs.bijkerk@quintel.com>
1 parent 553df2a commit f13df90

24 files changed

Lines changed: 38 additions & 17 deletions

File tree

config/energy_node_positions.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,9 @@ energy_distribution_methanol:
689689
energy_distribution_mt_steam_hot_water:
690690
x: 5600
691691
"y": 6500
692+
energy_distribution_natural_gas:
693+
x: 6060
694+
"y": 8620
692695
energy_distribution_network_gas_loss:
693696
x: 5500
694697
"y": 8620
@@ -865,13 +868,13 @@ energy_greengas_gasification_dry_biomass:
865868
"y": 8740
866869
energy_greengas_gasification_wet_biomass:
867870
x: 6680
868-
"y": 8660
871+
"y": 8680
869872
energy_greengas_production:
870873
x: 6420
871874
"y": 8680
872875
energy_greengas_upgrade_biogas:
873876
x: 6680
874-
"y": 8600
877+
"y": 8620
875878
energy_heat_backup_burner_ht_network_gas:
876879
x: 6060
877880
"y": 8480
@@ -1305,7 +1308,7 @@ energy_national_gas_network_natural_gas:
13051308
x: 5660
13061309
"y": 8680
13071310
energy_network_gas_storage:
1308-
x: 5820
1311+
x: 5800
13091312
"y": 8600
13101313
energy_offshore_sequestration_co2_electricity:
13111314
x: 6620
@@ -1566,8 +1569,11 @@ energy_transmission_mt_steam_hot_water:
15661569
x: 6060
15671570
"y": 6500
15681571
energy_treatment_natural_gas:
1569-
x: 6060
1572+
x: 6420
15701573
"y": 8620
1574+
energy_treatment_natural_gas_loss:
1575+
x: 6260
1576+
"y": 8560
15711577
environment_air_ambient_cold:
15721578
x: 7700
15731579
"y": 7500
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Losses from network gas distribution and natural gas treatment
22

3-
- unit = PJ
43
- query =
54
DIVIDE(
65
SUM(
7-
V(energy_distribution_network_gas_loss, demand),
8-
V(energy_treatment_natural_gas, output_of_loss)
6+
V(
7+
energy_treatment_natural_gas,
8+
energy_national_gas_network_natural_gas,
9+
output_of_loss
10+
)
911
),
1012
BILLIONS
1113
)
14+
- unit = PJ
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# This query takes the demand side of network gas.
22
# The carrier gas_power_fuelmix can't be queried robustly since this carrier is mixed with crude oil.
33
# This crude oil is not in the network gas demand calculations.
4-
# The losses of the energy_treatment_natural_gas are taken into account since these
5-
# are not in the consumer group.
6-
# energy_distribution_network_gas_loss is part of the consumer group, however returns
7-
# zero with the query below. Therefore, output of loss of the distribution node
8-
# is queried separately.
4+
# Losses in natural gas treatment and from network gas distribution are queried separately.
95

106
- unit = PJ
117
- query =
12-
DIVIDE(
8+
DIVIDE(
139
SUM(
1410
V(
1511
Q(time_resolved_network_gas_demand_converters),
@@ -25,5 +21,5 @@
2521
output_of_loss
2622
)
2723
),
28-
BILLIONS
29-
)
24+
BILLIONS
25+
)

graphs/energy/edges/energy/energy_chemical_fertilizers_transformation_external_coupling_node-energy_treatment_natural_gas@natural_gas.ad renamed to graphs/energy/edges/energy/energy_chemical_fertilizers_transformation_external_coupling_node-energy_distribution_natural_gas@natural_gas.ad

File renamed without changes.

graphs/energy/edges/energy/energy_chemical_other_transformation_external_coupling_node-energy_treatment_natural_gas@natural_gas.ad renamed to graphs/energy/edges/energy/energy_chemical_other_transformation_external_coupling_node-energy_distribution_natural_gas@natural_gas.ad

File renamed without changes.

graphs/energy/edges/energy/energy_chemical_refineries_transformation_external_coupling_node-energy_treatment_natural_gas@natural_gas.ad renamed to graphs/energy/edges/energy/energy_chemical_refineries_transformation_external_coupling_node-energy_distribution_natural_gas@natural_gas.ad

File renamed without changes.

graphs/energy/edges/energy/energy_treatment_natural_gas-energy_chemical_fertilizers_transformation_external_coupling_node@natural_gas.ad renamed to graphs/energy/edges/energy/energy_distribution_natural_gas-energy_chemical_fertilizers_transformation_external_coupling_node@natural_gas.ad

File renamed without changes.

graphs/energy/edges/energy/energy_treatment_natural_gas-energy_chemical_other_transformation_external_coupling_node@natural_gas.ad renamed to graphs/energy/edges/energy/energy_distribution_natural_gas-energy_chemical_other_transformation_external_coupling_node@natural_gas.ad

File renamed without changes.

graphs/energy/edges/energy/energy_treatment_natural_gas-energy_chemical_refineries_transformation_external_coupling_node@natural_gas.ad renamed to graphs/energy/edges/energy/energy_distribution_natural_gas-energy_chemical_refineries_transformation_external_coupling_node@natural_gas.ad

File renamed without changes.

graphs/energy/edges/energy/energy_treatment_natural_gas-energy_export_natural_gas_backup@natural_gas.ad renamed to graphs/energy/edges/energy/energy_distribution_natural_gas-energy_export_natural_gas_backup@natural_gas.ad

File renamed without changes.

0 commit comments

Comments
 (0)