Open kndehaan opened 2 months 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.
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.