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

Merge from ariadne2 #918

Merged
merged 6 commits into from
Feb 7, 2024
Merged

Merge from ariadne2 #918

merged 6 commits into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. correctly source the existing heating technologies for buildings

    The source URL has changed. It represents the year 2012 and is only
    for buildings, not district heating. So the capacities for urban
    central are now set to zero from this source.
    nworbmot authored and fneum committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f38681f View commit details
    Browse the repository at this point in the history
  2. autoformat

    fneum committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d7f3f16 View commit details
    Browse the repository at this point in the history
  3. for existing heating use new default_heating_lifetime

    This is because old costs default (25) is longer than all heating
    technologies (20). Script was distributing across 25 years, then
    throwing out boilers older than 20 years, an inconsistent
    behaviour.
    
    Now existing boilers are smoothly distributed across 20 years.
    nworbmot authored and fneum committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6d94439 View commit details
    Browse the repository at this point in the history
  4. add new default to overdimension heating in individual buildings

    This allows them to cover heat demand peaks e.g. 10% higher than
    those in the data.
    
    The disadvantage of manipulating the costs is that the capacity is
    then not quite right. This way at least the costs are right.
    
    Doing it properly would require introducing artificial peaks, but this
    creates new problems (e.g. what is going on with wind/solar/other
    demand).
    nworbmot authored and fneum committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    92d00a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ad5dcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e411fe View commit details
    Browse the repository at this point in the history