Add warning for capital costs to 0

This commit is contained in:
Jeroen Peters 2019-02-20 21:00:29 +01:00 committed by Jonas Hörsch
parent 1c192253bf
commit d111cedc03

View File

@ -228,6 +228,7 @@ def attach_conventional_generators(n, costs, ppl):
efficiency=costs.at[tech, 'efficiency'],
marginal_cost=costs.at[tech, 'marginal_cost'],
capital_cost=0)
logger.warn(f'Capital costs for conventional generators put to 0 EUR/MW.')
def attach_hydro(n, costs, ppl):