Power to heat: Input, curves, merit order subtype #3335
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements multiple changes to enable the new Power to Heat temperature setpoint behaviour in ETSource.
There are three main changes in the PR:
power_to_heat_availabilityCloses #3329
merit_order.subtypeis set totemperature_based_p2hand a defaulttemperature_cutoffof 15.0 has been set on each.The
temperature_based_p2hmerit_order.subtype is yet to be implemented, but will handle the thermostat-like temperature setting behaviour desired as part of these changes. Under the changes, thetemperature_cutoffwill determine P2H behaviour by setting the availability of P2H technologies to 0% when the outside temperature is above the setpoint, and setting the availability to 100% when the outside temperature is below the setpoint.Closes #3328
Related to this Atlas issue
temperature_cutoff_of_energy_flexibility_p2hinput has been added, which represents the temperature setpoint slider in the front end. This slider controls thetemperature_cutoffattribute of the nodes mentioned in point 2, and takes its gql start value fromenergy_heat_flexibility_p2h_heatpump_ht_electricity.Closes #3322
This PR (with this ETModel PR) also Closes #3323