-
Notifications
You must be signed in to change notification settings - Fork 6
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
Addition of documentation for the household heat technology split initialization #212
Conversation
I made a first few quick changes:
|
Thanks for the feedback @mabijkerk!
I agree with this.
After reading the documentation that @KoenvanB wrote, I see that the only thing that is not correct is the following passage:
This is instead done based on the final demand for each technology and household type, the specified share of residences follows from this proces. I see the following options:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First draft is looking good. I did some minor improvements.
The example of Cyprus works well, but I agree that we could make it more generic. Making it more technical would be useful as well, especially highlighting what the technology splits in the front-end in the default settings represent, for instance households_heater_heatpump_air_water_electricity_share
:
- start_value_gql = present:V(households_space_heater_heatpump_air_water_electricity,"fever.share_in_group") * 100.0
And more technicalities / backend stuff in how the allocation process of technologies to residence type and construction period work..?
With the building stock update from November 2024, most European datasets now do have the semi-detached housing category available
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking very good! Only some minor comments.
This PR adds documentation for the initialization of the sliders in the section "Space heating & hot water" in the household section.
Discussion points:
Placement of the file underneath Dataset manager.
I don't know if this is the correct placement for this documentation.
Inclusion of housing types in the Cyprus example
The reason that the air heat pumps have a great share in comparison to electric boilers and biomass boilers is that they are not only used in the newest buildings, but in the newest buildings with the smallest heat demand (apartments, terraced houses, semi-detached houses). I feel this gives more detail, but might deviate the reader from the point.
Overall styling.
Closes #210