quintel / etmodel

Professional interface of the Energy Transition model.
https://energytransitionmodel.com/
MIT License
25 stars 12 forks source link

Labels for solar thermals in buildings should be updated #4243

Closed mabijkerk closed 1 week ago

mabijkerk commented 2 months ago

For buildings, solar thermal panels cannot supply 100% of hot water demand (as for households), but at most 13% of space heating demand. See the input statement buildings_space_heater_solar_thermal_share:

# Solar thermal panels can provide a maximum of 13% of year heat demand. Setting slider at 100% means that 13% of heat demand comes from solar thermal and 87% from the main heating technologies in buildings.

- query =
    EACH(
      UPDATE(EDGE(buildings_space_heater_solar_thermal, buildings_useful_demand_for_space_heating_buildings_present), share, (USER_INPUT()*0.13)/100.0),
      UPDATE(EDGE(buildings_space_heater_solar_thermal, buildings_useful_demand_for_space_heating_buildings_future), share, (USER_INPUT()*0.13)/100.0)
      )

The frontend of the Space heating section for buildings however has the following structure:

Screenshot 2024-04-22 at 16 59 50

There are two issues here:

github-actions[bot] commented 1 week ago

This issue has had no activity for 60 days and will be closed in 7 days. Removing the "Stale" label or posting a comment will prevent it from being closed automatically. You can also add the "Pinned" label to ensure it isn't marked as stale in the future.

KoenvanB commented 1 week ago

Solved in PR 4245