Closed MaGering closed 3 years ago
Still need to adapt the electricity demand regarding the warm water ( see issue #290)
Still need to adapt the electricity demand regarding the warm water ( see issue #290)
No further implementations are needed here (see this comment), so I'll merge this PR now.
With this PR the following parameters are adapted for:
inflow_direction
andoutflow_direction
fromHeat bus
toGas bus
andenergyVector
fromHeat
toGas
)age_installed
,development_costs
,specific_costs_om
andspecific_costs
are neglected in the simulations and hence set to0
. As mentioned by @SabineHaas in PR https://github.com/greco-project/pvcompare/pull/251, setting lifetime to0
lead to a ZeroDivisionError. To give a hint that the lifetime has been set without higher intentions regarding the value, I chose a lifetime of1
for all three components)The following steps were realized, as well (required):
EXECUTE_TESTS_ON=master pytest
)Also the following steps were realized (if applies):
Please mark above checkboxes as following:
In case of an error due to linting, run
black . --exclude docs/
and push your changes. Note that in case you do not fix a whole issue you should start your PR withAddress #xyz
.For more information on how to contribute check the CONTRIBUTING.md.