-
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.
Merge pull request #3114 from quintel/ctm-etm-co2
Add external coupling of generic captured industry emissions
- Loading branch information
Showing
11 changed files
with
42 additions
and
13 deletions.
There are no files selected for viewing
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
2 changes: 2 additions & 0 deletions
2
gqueries/general/emissions/supply/industry/emissions_captured_industry_external_coupling.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 @@ | ||
- query = DIVIDE(MV(industry_external_coupling_node_captured_co2,demand),1000) | ||
- unit = tonne |
4 changes: 2 additions & 2 deletions
4
gqueries/general/emissions/supply/industry/emissions_captured_industry_steel.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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- query = DIVIDE(MV(indsutry_steel_captured_co2,demand),1000) | ||
- unit = tonne | ||
- query = DIVIDE(MV(industry_steel_captured_co2,demand),1000) | ||
- unit = tonne |
17 changes: 9 additions & 8 deletions
17
gqueries/general/emissions/supply/industry/emissions_captured_industry_total.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 |
---|---|---|
@@ -1,11 +1,12 @@ | ||
- query = | ||
SUM( | ||
Q(emissions_captured_industry_chemicals_fertilizers), | ||
Q(emissions_captured_industry_other), | ||
Q(emissions_captured_industry_other_food), | ||
Q(emissions_captured_industry_other_paper), | ||
Q(emissions_captured_industry_chemicals_refineries), | ||
Q(emissions_captured_industry_chemicals_other), | ||
Q(emissions_captured_industry_steel) | ||
Q(emissions_captured_industry_chemicals_fertilizers), | ||
Q(emissions_captured_industry_other), | ||
Q(emissions_captured_industry_other_food), | ||
Q(emissions_captured_industry_other_paper), | ||
Q(emissions_captured_industry_chemicals_refineries), | ||
Q(emissions_captured_industry_chemicals_other), | ||
Q(emissions_captured_industry_steel), | ||
Q(emissions_captured_industry_external_coupling) | ||
) | ||
- unit = tonne | ||
- unit = tonne |
2 changes: 1 addition & 1 deletion
2
...s/output_elements/output_series/mekko_of_co2_demand_supply/co2_supply_import_baseload.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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- unit = Mt | ||
- query = MV(molecules_import_co2_baseload, demand) / BILLIONS | ||
- unit = MT |
2 changes: 2 additions & 0 deletions
2
...ements/output_series/mekko_of_co2_demand_supply/co2_supply_industry_external_coupling.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 @@ | ||
- query = MV(industry_external_coupling_node_captured_co2, demand) / BILLIONS | ||
- unit = MT |
2 changes: 2 additions & 0 deletions
2
...ents/output_series/sankey_ccus/captured_co2_industry_external_coupling_in_ccus_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 @@ | ||
- query = MV(industry_external_coupling_node_captured_co2, demand) / BILLIONS | ||
- unit = MT |
2 changes: 1 addition & 1 deletion
2
...output_elements/output_series/sankey_ccus/import_captured_co2_baseload_in_ccus_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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- unit = MT | ||
- query = MV(molecules_import_co2_baseload, demand) / BILLIONS | ||
- unit = MT |
2 changes: 2 additions & 0 deletions
2
...ry_external_coupling_node_captured_co2-molecules_distribution_before_transport_co2@co2.ad
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 @@ | ||
- type = flexible | ||
- reversed = true |
8 changes: 8 additions & 0 deletions
8
graphs/molecules/nodes/molecules/industry_external_coupling_node_captured_co2.ad
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 @@ | ||
# This node is used to allocate captured CO2 flows from emissions that are out of scope of the ETM. | ||
# Such emissions for example include proces emissions in the refinery sector. | ||
# Because these emissions are out of scope of the ETM, the captured flow is not subtracted from | ||
# the total emissions. | ||
|
||
- groups = [preset_demand] | ||
|
||
~ demand = 0.0 |
9 changes: 9 additions & 0 deletions
9
...al_coupling/ccus/external_coupling_industry_external_coupling_node_captured_co2_supply.ad
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 @@ | ||
- query = UPDATE(MV(industry_external_coupling_node_captured_co2), preset_demand, (USER_INPUT() * BILLIONS)) | ||
- priority = 0 | ||
- max_value_gql = present:AREA(co2_emission_1990) | ||
- min_value = 0.0 | ||
- start_value_gql = present:MV(industry_external_coupling_node_captured_co2, demand) / BILLIONS | ||
- step_value = 0.1 | ||
- unit = MT | ||
- update_period = future | ||
- coupling_groups = [external_model_industry, ccus] |