You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.
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 theflh_of_solar_thermal
input is outdated. These nodes are now subdivided inenergy_heat_solar_ht_solar_thermal
,energy_heat_solar_mt_solar_thermal
,energy_heat_solar_lt_solar_thermal
.Similarly, for
flh_of_geothermal_heat
the nodeenergy_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
(andenergy_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.
The text was updated successfully, but these errors were encountered: