Simplified heat sliders - built environment - #3470
Merged
Merged
Conversation
Also, changed priorities to accomodate for settings_weather_curves_set.ac
In this push are 5 new input sliders: - New buildings (priority 2) - Demolished buildings (priority 2) - Insulation new buildings (priority 1) - Insulation existing buildings (priority 1) - Buildings heating behaviour (priority 0) The old input keys are still there and are untouched.
Added a start value to share of new buildings per building type based on existing stock: Created seperate queries in which the starting values are calculated Changed the step value to 0.1 instead of 1 for: Shares of new buildings Shares of demolished buildings Wrote descriptions for following inputs: Shares of new buildings Shares of demolished buildings Chaned priorities: Total_numbers 2 to 3 Shares of new/demolished 3 to 4 Wrote a demolished V2a, which is longer than V2 but it rounds number_of_units to integers. Also made sure to round to integers in V3
Also deleted the old input keys
kndehaan
force-pushed
the
simplified-heat-sliders
branch
from
August 14, 2026 13:01
e99d91b to
fab1b73
Compare
Member
|
Ready for final review @mabijkerk. |
3 tasks
kndehaan
force-pushed
the
simplified-heat-sliders
branch
from
August 17, 2026 15:13
72ecc2f to
fab1b73
Compare
Simplified heat sliders buildings
The priority of the market share is 0 so it is set after all housing stock sliders. The number of units in the start year is always 0 as well. The reference to the households p2p can therefore be removed from all housing stock sliders. The QUERY FUTURE did not work, so it is replaced by referring to INPUT VALUES and AREA attributes.
3 tasks
mabijkerk
reviewed
Aug 20, 2026
mabijkerk
reviewed
Aug 20, 2026
| number_new_semi_detached = PRODUCT(share_new_semi_detached, number_of_new_units_future); | ||
|
|
||
| typical_heat_new_semi_detached_future = QUERY_FUTURE(-> { AREA(typical_useful_demand_for_space_heating_semi_detached_houses_future)}); | ||
| typical_surface_area_per_unit_semi_detached = 147.709471392282; |
Member
There was a problem hiding this comment.
These hardcoded values need to be replaced by dataset specific or model generic values with proper documentation in a next increment.
This was referenced Aug 21, 2026
3 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
This PR simplifies the input sliders for the housing stock and heat demand for houses.
Implemented changes
Related
Goes with pull requests:
Closes: #3473
Checklist