From fa767772d64bffa4e34ff436d4ccdc4849929af8 Mon Sep 17 00:00:00 2001 From: Tom Brown Date: Thu, 20 Aug 2020 18:41:19 +0200 Subject: [PATCH] Remove onshore wind land costs, since included in latest DEA data --- scripts/prepare_sector_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index 93198c4b..bdddd2cf 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -62,7 +62,7 @@ def update_wind_solar_costs(n,costs): #when distribution grid is inserted n.generators.loc[n.generators.carrier=='solar','capital_cost'] = costs.at['solar-utility', 'fixed'] - n.generators.loc[n.generators.carrier=='onwind','capital_cost'] = costs.at['onwind', 'fixed'] + costs.at['onwind-landcosts', 'fixed'] + n.generators.loc[n.generators.carrier=='onwind','capital_cost'] = costs.at['onwind', 'fixed'] #for offshore wind, need to calculated connection costs