Remove onshore wind land costs, since included in latest DEA data
This commit is contained in:
parent
d4368a966a
commit
fa767772d6
@ -62,7 +62,7 @@ def update_wind_solar_costs(n,costs):
|
|||||||
#when distribution grid is inserted
|
#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=='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
|
#for offshore wind, need to calculated connection costs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user