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
{{ message }}
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
* add function to scale carrier capacity
* add scaling for gas CHP and set lifetime of gas CHP to 40 years
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix negative investments
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* only select extendable links
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* make must run function more general and add lignite in 2020
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: Michael Lindner <michaellindner@posteo.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
f"Scaling central water tank storage investment costs to KEA Technikkatalog: {costs.loc['central water tank storage', 'investment'].value}{costs.loc['central water tank storage', 'investment'].unit}."
147
147
)
148
148
149
+
# increase central gas CHP lifetime to 40 years
150
+
costs.at[("central gas CHP", "lifetime"), "value"] =40
151
+
logger.info(
152
+
f"Setting lifetime of central gas CHP to {costs.at[("central gas CHP" , "lifetime") , "value"]}{costs.at[("central gas CHP" , "lifetime") , "unit"]}."
0 commit comments