From f0187437c106db0e1b394b6b90e991f3cd9e991d Mon Sep 17 00:00:00 2001 From: Parisra <102019906+Parisra@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:32:58 +0200 Subject: [PATCH] Update costs Rename 'solar-utility single-axis' (taken from technology data) to solar-hsat --- scripts/add_electricity.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/add_electricity.py b/scripts/add_electricity.py index 7e60203f..31ed1048 100755 --- a/scripts/add_electricity.py +++ b/scripts/add_electricity.py @@ -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: