From 3776b0385cc13e15265e981692b4944047ca8316 Mon Sep 17 00:00:00 2001 From: "Bernal, Daniel" Date: Tue, 4 Feb 2025 18:15:03 -0700 Subject: [PATCH] Messages for further work --- src/core/reopt_inputs.jl | 2 +- src/core/wind.jl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/reopt_inputs.jl b/src/core/reopt_inputs.jl index bb1d1bf94..e49ec1188 100644 --- a/src/core/reopt_inputs.jl +++ b/src/core/reopt_inputs.jl @@ -651,7 +651,7 @@ function setup_wind_inputs(s::AbstractScenario, max_sizes, min_sizes, existing_s max_sizes["Wind"] = s.wind.max_kw min_sizes["Wind"] = s.wind.min_kw existing_sizes["Wind"] = 0.0 - + """ This needs more editing""" if !(s.site.land_acres === nothing) # Limit based on available land land_max_kw = s.site.land_acres / s.wind.acres_per_kw if land_max_kw < 1500 # turbines less than 1.5 MW aren't subject to the acres/kW limit diff --git a/src/core/wind.jl b/src/core/wind.jl index 49f24ac85..f4291cea3 100644 --- a/src/core/wind.jl +++ b/src/core/wind.jl @@ -98,7 +98,7 @@ struct Wind <: AbstractTech can_export_beyond_nem_limit::Bool can_curtail::Bool operating_reserve_required_fraction::Real - + """Still needs to undergo more work""" function Wind(; off_grid_flag::Bool = false, min_kw = 0.0, @@ -168,7 +168,7 @@ struct Wind <: AbstractTech size_class = "Bespoke 6 MW 196" end elseif !(size_class in keys(size_class_to_hub_height)) - throw(@error("Wind size_class must be one of $(keys(size_class_to_hub_height))")) + #throw(@error("Wind size_class must be one of $(keys(size_class_to_hub_height))")) throw(@error("Wind size_class must be one of $(keys(size_class_to_hub_height))")) end