Skip to content

Solar thermal and geothermal custom curve full load hours don't work #3119

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

Closed
kndehaan opened this issue Sep 20, 2024 · 2 comments · Fixed by #3223
Closed

Solar thermal and geothermal custom curve full load hours don't work #3119

kndehaan opened this issue Sep 20, 2024 · 2 comments · Fixed by #3223
Assignees
Labels
Pinned Will never be marked as stale or auto-closed.

Comments

@kndehaan
Copy link
Contributor

When uploading a custom curve for solar thermal and geothermal full load hours, full load hours of the relevant nodes are not updated.

For solar thermal, part of the issue is that energy_heat_solar_thermal in the flh_of_solar_thermal input is outdated. These nodes are now subdivided in energy_heat_solar_ht_solar_thermal, energy_heat_solar_mt_solar_thermal, energy_heat_solar_lt_solar_thermal.

- query = UPDATE(V(energy_heat_solar_thermal, buildings_space_heater_solar_thermal, households_water_heater_solar_thermal), full_load_hours, USER_INPUT())
- priority = 3
- unit = hours
- update_period = future

Similarly, for flh_of_geothermal_heat the node energy_heat_well_geothermal is outdated. We currently have the nodes: energy_heat_well_deep_ht_geothermal, energy_heat_well_deep_mt_geothermal, energy_heat_well_shallow_lt_geothermal (and energy_heat_well_shallow_heatpump_mt_geothermal?) to be updated here.

However, when I implement the correct node names, the full load hours still don't update. So there is another problem here which should be divided in further.

Copy link

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.

@github-actions github-actions bot added the Stale Issue had no activity for 60 days and will be, or has been, closed. label Nov 20, 2024
@kndehaan kndehaan added Pinned Will never be marked as stale or auto-closed. and removed Stale Issue had no activity for 60 days and will be, or has been, closed. labels Nov 20, 2024
@mabijkerk mabijkerk assigned kaskranenburgQ and unassigned kndehaan Feb 27, 2025
@mabijkerk
Copy link
Member

mabijkerk commented Feb 27, 2025

These FLH inputs are not listed in the front-end, but they are automatically triggered when a user upload the corresponding custom curve. You can see this in the user_curves.yml.

geothermal_heat:
  type: capacity_profile
  display_group: heat_production
  reduce:
    as: full_load_hours
    sets:
      - flh_of_geothermal_heat
  • Update the geothermal, solar thermal and hydro to use the correct nodes
  • Complete the inputs with min, max etc. and add description that they are used for custom curves
  • Test if it works by uploading a custom curve for each technology
  • Nice-to-have: update locales from "Extreme weather conditions" to "Weather conditions" and fix URLs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pinned Will never be marked as stale or auto-closed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants