Remove capital costs for existing conventional capacity

All the existing conventional capacity has sunk capital costs. Therefore these should be put to 0.
This commit is contained in:
Heronimonimo 2019-02-18 17:37:29 +01:00 committed by Jonas Hörsch
parent 8b819569bc
commit 1c192253bf

View File

@ -227,7 +227,7 @@ def attach_conventional_generators(n, costs, ppl):
p_nom=p['p_nom'],
efficiency=costs.at[tech, 'efficiency'],
marginal_cost=costs.at[tech, 'marginal_cost'],
capital_cost=costs.at[tech, 'capital_cost'])
capital_cost=0)
def attach_hydro(n, costs, ppl):