Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endogenise industry heat supply in steam, medium and high T segments #611

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,28 @@ sector:
biogas_upgrading_cc: false
conventional_generation:
OCGT: gas
industry_t: # heat supply industry
endogen: false # if heat supply for industry should be enodgenously optimised
must_run: 0.8 # NB: industrial heat demand is in reality supplied at site by discrete plants
# which follow the local demand and therefore cannot be dispatched too much.
# Thus, p_min_pu is set to must run to avoid too much dispatch behaviour. Improvements welcome!
# share of medium and high temperature for process heat based on EU27 Fig. 5 https://www.agora-industry.org/publications/direct-electrification-of-industrial-process-heat
# TODO: should be improved and split up by country and sector
share_medium: 0.42
share_high: 0.57
# Options in case of endogenous industry heat supply
low_T:
biomass: true
heat_pumps: true
electric_boiler: true
methane: true
medium_T:
biomass: true
methane: true
hydrogen: true
high_T:
hydrogen: true
methane: true
biomass_to_liquid: false
electrobiofuels: false
biosng: false
Expand Down
Loading
Loading