Skip to content

Commit

Permalink
Fix minor typo in flh of offshore wind for #3069
Browse files Browse the repository at this point in the history
  • Loading branch information
mabijkerk committed Aug 1, 2024
1 parent 4d51042 commit ab93b48
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
preset_demand_by_electricity_production,
V(energy_power_wind_turbine_offshore, production_based_on_number_of_units)
),
UPDATE(V(energy_power_hyrbid_wind_turbine_offshore), full_load_hours, USER_INPUT()),
UPDATE(V(energy_power_hyrbid_wind_turbine_offshore), number_of_units, original_nou_hybrid),
UPDATE(V(energy_power_hybrid_wind_turbine_offshore), full_load_hours, USER_INPUT()),
UPDATE(V(energy_power_hybrid_wind_turbine_offshore), number_of_units, original_nou_hybrid),
UPDATE(
V(energy_power_hyrbid_wind_turbine_offshore),
V(energy_power_hybrid_wind_turbine_offshore),
preset_demand_by_electricity_production,
V(energy_power_hyrbid_wind_turbine_offshore, production_based_on_number_of_units)
V(energy_power_hybrid_wind_turbine_offshore, production_based_on_number_of_units)
)
)
- priority = 1
Expand Down

0 comments on commit ab93b48

Please sign in to comment.