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

Make overdimensioning factor for heating systems specific to central/decentral heating #1259

Merged
merged 7 commits into from
Sep 8, 2024

Conversation

amos-schledorn
Copy link
Contributor

Currently, the factor overdimension_individual_heating = 1.1 is applied to both central and decentral heating for adequate investment decisions at heat demand above model input. This disadvantages CAPEX-heavy technologies like heat pumps and is probably not necessary, at least for central heating, due to heat storage and the possibility to invest in inexpensive boilers.

Changes proposed in this Pull Request

  • The config setting sector/overdimension_individual_heating is renamed to sector/overdimension_heat_generators made heat-system specific allowing to set different values for central and decentral heating:
 overdimension_heat_generators: 
    decentral: 1.1  #to cover demand peaks bigger than data
    central: 1.0
  • It defaults to 10% overdimensioning for decentral and none for central heating

Checklist

  • I tested my contribution locally and it seems to work fine.
  • Code and workflow changes are sufficiently documented.
  • Changed dependencies are added to envs/environment.yaml.
  • Changes in configuration options are added in all of config.default.yaml.
  • Changes in configuration options are also documented in doc/configtables/*.csv.
  • A release note doc/release_notes.rst is added.

Testing

In a simple test case (Germany, 1 node)

scenario:
  clusters:
  - 1
  planning_horizons:
  - 2030
countries: ['DE']

Urban central heat mix increases in favour of heat pumps:

Master:
image

Feature:
image

@amos-schledorn amos-schledorn changed the title chore: make overdim_factor heat-system-specific Make overdimensioning factor for heating systems specific to central/decentral heating Sep 5, 2024
Copy link
Member

@nworbmot nworbmot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Perhaps @lisazeyen should also double-check. It was stupid before that it was called overdimension_inidividual_heating then applied also to district heating (my fault).

@fneum fneum merged commit 4a3e792 into master Sep 8, 2024
1 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants