From 7c4305f7065ce7d98d8b54a0d8a903321d738a7e Mon Sep 17 00:00:00 2001 From: kbrunik Date: Wed, 21 Aug 2024 16:47:14 -0500 Subject: [PATCH] update wind costs --- greenheart/simulation/greenheart_simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greenheart/simulation/greenheart_simulation.py b/greenheart/simulation/greenheart_simulation.py index b664fef2b..bb6ee79e9 100644 --- a/greenheart/simulation/greenheart_simulation.py +++ b/greenheart/simulation/greenheart_simulation.py @@ -346,7 +346,7 @@ def setup_greenheart_simulation(config: GreenHeartSimulationConfig): ) ): config.hopp_config["technologies"]["wind"]["fin_model"]["system_costs"][ - "om_fixed" + "om_capacity" ][i] = config.hopp_config["config"]["cost_info"]["wind_om_per_kw"] om_fixed_wind_fin_model = config.hopp_config["technologies"]["wind"][