-
Notifications
You must be signed in to change notification settings - Fork 14
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 #4161 from quintel/residual-heat
Absolute residual heat
- Loading branch information
Showing
18 changed files
with
351 additions
and
50 deletions.
There are no files selected for viewing
25 changes: 0 additions & 25 deletions
25
config/interface/input_elements/supply_heat_overview_residual.yml
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
98 changes: 98 additions & 0 deletions
98
config/interface/output_element_series/residual_heat_supply_potential.yml
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,98 @@ | ||
--- | ||
- label: residual_heat_production_ht | ||
color: "#785EF0" | ||
order_by: 120 | ||
group: residual_heat_production | ||
show_at_first: | ||
is_target_line: false | ||
target_line_position: | ||
gquery: energy_heat_production_output_ht_residual_heat | ||
is_1990: | ||
dependent_on: | ||
output_element_key: residual_heat_supply_potential | ||
key: residual_heat_supply_potential_production_ht_residual_heat | ||
- label: residual_heat_production_mt | ||
color: "#DC267F" | ||
order_by: 110 | ||
group: residual_heat_production | ||
show_at_first: | ||
is_target_line: false | ||
target_line_position: | ||
gquery: energy_heat_production_output_mt_residual_heat | ||
is_1990: | ||
dependent_on: | ||
output_element_key: residual_heat_supply_potential | ||
key: residual_heat_supply_potential_production_mt_residual_heat | ||
- label: residual_heat_production_lt | ||
color: "#FFB000" | ||
order_by: 100 | ||
group: residual_heat_production | ||
show_at_first: | ||
is_target_line: false | ||
target_line_position: | ||
gquery: energy_heat_production_output_lt_residual_heat | ||
is_1990: | ||
dependent_on: | ||
output_element_key: residual_heat_supply_potential | ||
key: residual_heat_supply_potential_production_lt_residual_heat | ||
|
||
- label: residual_heat_potential_refineries | ||
color: "#332288" | ||
order_by: 200 | ||
group: residual_heat_potential | ||
show_at_first: | ||
is_target_line: false | ||
target_line_position: | ||
gquery: industry_chemicals_refineries_potential_residual_heat | ||
is_1990: | ||
dependent_on: | ||
output_element_key: residual_heat_supply_potential | ||
key: residual_heat_supply_potential_refineries_residual_heat_potential | ||
- label: residual_heat_potential_fertilizers | ||
color: "#117733" | ||
order_by: 210 | ||
group: residual_heat_potential | ||
show_at_first: | ||
is_target_line: false | ||
target_line_position: | ||
gquery: industry_chemicals_fertilizers_potential_residual_heat | ||
is_1990: | ||
dependent_on: | ||
output_element_key: residual_heat_supply_potential | ||
key: residual_heat_supply_potential_fertilizers_residual_heat_potential | ||
- label: residual_heat_potential_chemicals | ||
color: "#44AA99" | ||
order_by: 220 | ||
group: residual_heat_potential | ||
show_at_first: | ||
is_target_line: false | ||
target_line_position: | ||
gquery: industry_chemicals_other_potential_residual_heat | ||
is_1990: | ||
dependent_on: | ||
output_element_key: residual_heat_supply_potential | ||
key: residual_heat_supply_potential_chemicals_residual_heat_potential | ||
- label: residual_heat_potential_central_ICT | ||
color: "#88CCEE" | ||
order_by: 230 | ||
group: residual_heat_potential | ||
show_at_first: | ||
is_target_line: false | ||
target_line_position: | ||
gquery: industry_other_ict_potential_residual_heat | ||
is_1990: | ||
dependent_on: | ||
output_element_key: residual_heat_supply_potential | ||
key: residual_heat_supply_potential_central_ICT_residual_heat_potential | ||
- label: residual_heat_potential_p2g_hydrogen | ||
color: "#DDCC77" | ||
order_by: 240 | ||
group: residual_heat_potential | ||
show_at_first: | ||
is_target_line: false | ||
target_line_position: | ||
gquery: energy_hydrogen_flexibility_p2g_potential_residual_heat | ||
is_1990: | ||
dependent_on: | ||
output_element_key: residual_heat_supply_potential | ||
key: residual_heat_supply_potential_p2g_hydrogen_residual_heat_potential |
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
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
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
Oops, something went wrong.