Update efficiency inputs for central CHPs #3367
Open
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.
Description
This PR updates the efficiency inputs of central CHPs. This concerns inputs for electricity and heat efficiency.
The desired effect of setting ELECTRICITY efficiency of CHPs:
electricity_output_conversionnumber_of_unitsandelectricity_output_capacityshould NOT be changed, since the total electricity output capacity should remain unchanged as this is a user inputtypical_input_capacityshould be actively changed to ensure that total electricity output capacity remains the same. This is different from the approach for power plants in Update efficiency inputs for power plants #3366, since the CHP nodes have attributetypical_input_capacitydefined in the node file, whereas power plants haveelectricity_output_capacitydefined.The desired effect of setting HEAT efficiency of CHPs:
steam_hot_water_output_conversionfor both HT and MT nodesnumber_of_units, total electricity output capacity remains unchangedFor testing, it is advised to test the efficiency input on its own (does it work as it should) and in combination with other inputs such as ht/mt share, capacity and CCS. The combination of the inputs should give the expected result, which should be achieved with correct priorities and correct input content.
Type of change
Checklist
Related Issues
Partly closes #3337