Skip to content

Commit d7ec9d7

Browse files
author
millingermarkus
committed
Minor cleanup
1 parent f63af8f commit d7ec9d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/compile_cost_assumptions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,10 +1541,6 @@ def energy_penalty(costs):
15411541
eta_steam = (1 - scalingFactor) * costs.loc[(boiler, 'efficiency'), 'value']
15421542
eta_old = costs.loc[(tech, 'efficiency'), 'value']
15431543

1544-
temp = costs.loc[(tech, 'efficiency'), 'value']
1545-
eta_main = costs.loc[(tech, 'efficiency'), 'value'] * scalingFactor
1546-
print('Adapting ',tech,' eta from ', temp, ' to ', eta_main)
1547-
15481544
# Adapting investment share of tech due to steam boiler addition. Investment per MW_el.
15491545
costs.loc[(tech, 'investment'), 'value'] = costs.loc[(tech, 'investment'), 'value'] * eta_old / eta_main \
15501546
+ costs.loc[(boiler, 'investment'), 'value'] * eta_steam / eta_main

0 commit comments

Comments
 (0)