-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding queries to refinery sankey to include industry transformation (…
…#3126) * Adding queries to refinery sankey to include industry transformation * Removing wrong documentation in queries * Update loss output query and minor syntax fixes --------- Co-authored-by: Kyra de Haan <[email protected]>
- Loading branch information
1 parent
e18405c
commit 772ab3e
Showing
36 changed files
with
346 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...nd/industry/industry_transformation/input/input_of_ammonia_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"input_of_ammonia" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
.../industry/industry_transformation/input/input_of_crude_oil_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"input_of_crude_oil" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...ndustry/industry_transformation/input/input_of_electricity_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"input_of_electricity" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...d/industry/industry_transformation/input/input_of_greengas_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"input_of_greengas" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...d/industry/industry_transformation/input/input_of_hydrogen_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"input_of_hydrogen" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...d/industry/industry_transformation/input/input_of_methanol_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"input_of_methanol" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...ndustry/industry_transformation/input/input_of_natural_gas_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"input_of_natural_gas" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...ndustry/industry_transformation/input/input_of_not_defined_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"input_of_not_defined" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...try/industry_transformation/input/input_of_steam_hot_water_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"input_of_steam_hot_water" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
.../industry/industry_transformation/input/input_of_waste_mix_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"input_of_waste_mix" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...dustry/industry_transformation/input/input_of_wood_pellets_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"input_of_wood_pellets" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
.../industry/industry_transformation/output/output_of_ammonia_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"output_of_ammonia" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...ndustry/industry_transformation/output/output_of_crude_oil_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"output_of_crude_oil" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...d/industry/industry_transformation/output/output_of_diesel_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"output_of_diesel" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...industry/industry_transformation/output/output_of_gasoline_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"output_of_gasoline" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...industry/industry_transformation/output/output_of_greengas_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"output_of_greengas" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...ry/industry_transformation/output/output_of_heavy_fuel_oil_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"output_of_heavy_fuel_oil" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...industry/industry_transformation/output/output_of_hydrogen_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"output_of_hydrogen" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...industry/industry_transformation/output/output_of_kerosene_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"output_of_kerosene" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
14 changes: 14 additions & 0 deletions
14
...and/industry/industry_transformation/output/output_of_loss_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Uses "loss_output_conversion * demand" instead of output_of_loss since not_defined output will then be accounted for | ||
# the not_defined output of transformatio nodes is however a non-refinery output product, not a loss | ||
|
||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"loss_output_conversion * demand" | ||
) | ||
), | ||
BILLIONS | ||
) |
12 changes: 12 additions & 0 deletions
12
...mand/industry/industry_transformation/output/output_of_lpg_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"output_of_lpg" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...industry/industry_transformation/output/output_of_methanol_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"output_of_methanol" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...ustry/industry_transformation/output/output_of_natural_gas_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"output_of_natural_gas" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
12 changes: 12 additions & 0 deletions
12
...ustry/industry_transformation/output/output_of_not_defined_in_industry_transformation.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- unit = PJ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
G(industry_transformation), | ||
"output_of_not_defined" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
|
8 changes: 8 additions & 0 deletions
8
.../output_series/refinery_189/crude_oil_extraction_to_industry_transformation_in_sankey.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- unit = PJ | ||
- query = | ||
SUM( | ||
PRODUCT( | ||
Q(input_of_crude_oil_in_industry_transformation), | ||
V(energy_extraction_crude_oil, share_of_energy_distribution_crude_oil) | ||
) | ||
) |
9 changes: 9 additions & 0 deletions
9
...ents/output_series/refinery_189/crude_oil_import_to_industry_transformation_in_sankey.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- unit = PJ | ||
- query = | ||
SUM( | ||
PRODUCT( | ||
Q(input_of_crude_oil_in_industry_transformation), | ||
V(energy_import_crude_oil, share_of_energy_distribution_crude_oil) | ||
) | ||
) | ||
|
2 changes: 2 additions & 0 deletions
2
...s/output_series/refinery_189/diesel_industry_transformation_to_distribution_in_sankey.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- unit = PJ | ||
- query = Q(output_of_diesel_in_industry_transformation) |
2 changes: 2 additions & 0 deletions
2
...output_series/refinery_189/gasoline_industry_transformation_to_distribution_in_sankey.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- unit = PJ | ||
- query = Q(output_of_gasoline_in_industry_transformation) |
2 changes: 2 additions & 0 deletions
2
...ents/output_series/refinery_189/hfo_industry_transformation_to_distribution_in_sankey.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- unit = PJ | ||
- query = Q(output_of_heavy_fuel_oil_in_industry_transformation) |
2 changes: 2 additions & 0 deletions
2
...tput_elements/output_series/refinery_189/industry_transformation_heat_input_in_sankey.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- unit = PJ | ||
- query = Q(input_of_steam_hot_water_in_industry_transformation) |
2 changes: 2 additions & 0 deletions
2
...ies/output_elements/output_series/refinery_189/industry_transformation_loss_in_sankey.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- unit = PJ | ||
- query = Q(output_of_loss_in_industry_transformation) |
10 changes: 10 additions & 0 deletions
10
...output_series/refinery_189/industry_transformation_to_non_refinery_products_in_sankey.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- unit = PJ | ||
- query = | ||
SUM( | ||
Q(output_of_ammonia_in_industry_transformation), | ||
Q(output_of_greengas_in_industry_transformation), | ||
Q(output_of_hydrogen_in_industry_transformation), | ||
Q(output_of_natural_gas_in_industry_transformation), | ||
Q(output_of_methanol_in_industry_transformation), | ||
Q(output_of_not_defined_in_industry_transformation) | ||
) |
2 changes: 2 additions & 0 deletions
2
...output_series/refinery_189/kerosene_industry_transformation_to_distribution_in_sankey.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- unit = PJ | ||
- query = Q(output_of_kerosene_in_industry_transformation) |
2 changes: 2 additions & 0 deletions
2
...ents/output_series/refinery_189/lpg_industry_transformation_to_distribution_in_sankey.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- unit = PJ | ||
- query = Q(output_of_lpg_in_industry_transformation) |
13 changes: 13 additions & 0 deletions
13
...output_series/refinery_189/non_refinery_products_to_industry_transformation_in_sankey.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- unit = PJ | ||
- query = | ||
SUM( | ||
Q(input_of_ammonia_in_industry_transformation), | ||
Q(input_of_electricity_in_industry_transformation), | ||
Q(input_of_greengas_in_industry_transformation), | ||
Q(input_of_hydrogen_in_industry_transformation), | ||
Q(input_of_methanol_in_industry_transformation), | ||
Q(input_of_natural_gas_in_industry_transformation), | ||
Q(input_of_not_defined_in_industry_transformation), | ||
Q(input_of_waste_mix_in_industry_transformation), | ||
Q(input_of_wood_pellets_in_industry_transformation) | ||
) |
2 changes: 2 additions & 0 deletions
2
...ut_series/refinery_189/oil_products_industry_transformation_to_distribution_in_sankey.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- unit = PJ | ||
- query = Q(output_of_crude_oil_in_industry_transformation) |