Update costs

Rename 'solar-utility single-axis' (taken from technology data) to solar-hsat
This commit is contained in:
Parisra 2024-04-25 11:32:58 +02:00 committed by GitHub
parent b9cb82cc3b
commit f0187437c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -235,6 +235,8 @@ def load_costs(tech_costs, config, max_hours, Nyears=1.0):
+ (1 - config["rooftop_share"]) * costs.at["solar-utility", "capital_cost"]
)
costs= costs.rename({'solar-utility single-axis tracking':'solar-hsat'})
def costs_for_storage(store, link1, link2=None, max_hours=1.0):
capital_cost = link1["capital_cost"] + max_hours * store["capital_cost"]
if link2 is not None: