Skip to content

Commit 2b8add2

Browse files
kaskranenburgQkndehaanmabijkerk
authored
Refinery sankey update (#3144)
* Redesigning refinery sankey * Adding bio oil products to refinery sankey * Rename folders * Adding input of bio oil to non refinery products to industry transformation flow * Refining of losses query to include industry transformation loss * Moving queries in refinery sankey * Removing outdated industry transformation folder in final_demand folder * Rename folders for industry transformation queries * Renaming industry transformation queries in refinery sankey for consistency * Renaming network gas hourly curve queries in industry transformation * Minor style changes for refinery Sankey queries --------- Co-authored-by: Kyra de Haan <[email protected]> Co-authored-by: Mathijs Bijkerk <[email protected]>
1 parent 19daa8d commit 2b8add2

File tree

166 files changed

+1068
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+1068
-112
lines changed

gqueries/general/network_gas/production_output_curve/greengas_network_gas_industry_transformation_output_curve.gql

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
SUM_CURVES(
33
PRODUCT_CURVES(
44
V(energy_chemical_fertilizers_transformation_external_coupling_node, network_gas_output_curve),
5-
COALESCE_CURVE(nil, default = Q(greengas_in_network_gas_industry_transformation_fertilizers))
5+
COALESCE_CURVE(nil, default = Q(share_of_greengas_in_network_gas_industry_transformation_chemical_fertilizers))
66
),
77
PRODUCT_CURVES(
88
V(energy_chemical_other_transformation_external_coupling_node, network_gas_output_curve),
9-
COALESCE_CURVE(nil, default = Q(greengas_in_network_gas_industry_transformation_other))
9+
COALESCE_CURVE(nil, default = Q(share_of_greengas_in_network_gas_industry_transformation_chemical_other))
1010
),
1111
PRODUCT_CURVES(
1212
V(energy_chemical_refineries_transformation_external_coupling_node, network_gas_output_curve),
13-
COALESCE_CURVE(nil, default = Q(greengas_in_network_gas_industry_transformation_refineries))
13+
COALESCE_CURVE(nil, default = Q(share_of_greengas_in_network_gas_industry_transformation_chemical_refineries))
1414
)
1515
)
1616

gqueries/general/network_gas/production_output_curve/natural_gas_network_gas_industry_transformation_output_curve.gql

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
SUM_CURVES(
33
PRODUCT_CURVES(
44
V(energy_chemical_fertilizers_transformation_external_coupling_node, network_gas_output_curve),
5-
COALESCE_CURVE(nil, default=Q(natural_gas_in_network_gas_industry_transformation_fertilizers))
5+
COALESCE_CURVE(nil, default=Q(share_of_natural_gas_in_network_gas_industry_transformation_chemical_fertilizers))
66
),
77
PRODUCT_CURVES(
88
V(energy_chemical_other_transformation_external_coupling_node, network_gas_output_curve),
9-
COALESCE_CURVE(nil, default=Q(natural_gas_in_network_gas_industry_transformation_other))
9+
COALESCE_CURVE(nil, default=Q(share_of_natural_gas_in_network_gas_industry_transformation_chemical_other))
1010
),
1111
PRODUCT_CURVES(
1212
V(energy_chemical_refineries_transformation_external_coupling_node, network_gas_output_curve),
13-
COALESCE_CURVE(nil, default= Q(natural_gas_in_network_gas_industry_transformation_refineries))
13+
COALESCE_CURVE(nil, default= Q(share_of_natural_gas_in_network_gas_industry_transformation_chemical_refineries))
1414
)
1515
)
1616

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"input_of_ammonia"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"input_of_crude_oil"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"input_of_electricity"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"input_of_greengas"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"input_of_hydrogen"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"input_of_methanol"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"input_of_natural_gas"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"input_of_not_defined"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"input_of_steam_hot_water"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"input_of_waste_mix"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"input_of_wood_pellets"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"output_of_ammonia"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"output_of_crude_oil"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"output_of_diesel"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"output_of_gasoline"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"output_of_greengas"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"output_of_heavy_fuel_oil"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"output_of_hydrogen"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"output_of_kerosene"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Uses "loss_output_conversion * demand" instead of output_of_loss since not_defined output will then be accounted for
2+
# the not_defined output of transformation nodes is however a non-refinery output product, not a loss
3+
4+
- unit = PJ
5+
- query =
6+
DIVIDE(
7+
SUM(
8+
V(
9+
energy_chemical_fertilizers_transformation_external_coupling_node,
10+
"loss_output_conversion * demand"
11+
)
12+
),
13+
BILLIONS
14+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"output_of_lpg"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"output_of_methanol"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"output_of_natural_gas"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_fertilizers_transformation_external_coupling_node,
7+
"output_of_not_defined"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_other_transformation_external_coupling_node,
7+
"input_of_ammonia"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_other_transformation_external_coupling_node,
7+
"input_of_crude_oil"
8+
)
9+
),
10+
BILLIONS
11+
)
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- unit = PJ
2+
- query =
3+
DIVIDE(
4+
SUM(
5+
V(
6+
energy_chemical_other_transformation_external_coupling_node,
7+
"input_of_electricity"
8+
)
9+
),
10+
BILLIONS
11+
)
12+

0 commit comments

Comments
 (0)