Skip to content

Commit

Permalink
update wind costs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrunik committed Aug 21, 2024
1 parent 4e8585b commit 7c4305f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greenheart/simulation/greenheart_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"][
Expand Down

0 comments on commit 7c4305f

Please sign in to comment.