Skip to content

Commit

Permalink
Merge branch 'load-year-align' of https://github.com/NREL/REopt.jl in…
Browse files Browse the repository at this point in the history
…to load-year-align
  • Loading branch information
Bill-Becker committed Jan 14, 2025
2 parents 375289e + d62ef0e commit f67b06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/heating_cooling_loads.jl
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ end
blended_doe_reference_names::Array{String, 1} = String[],
blended_doe_reference_percents::Array{<:Real,1} = Real[],
city::String = "",
year::Int = doe_reference_name ≠ "" || blended_doe_reference_names ≠ String[] ? 2017 : 2022, # CRB profiles are 2017 by default. If providing load profile, specify year of data.
year::Int = doe_reference_name ≠ "" || blended_doe_reference_names ≠ String[] ? 2017 : nothing, # CRB profiles are 2017 by default. If providing load profile, specify year of data.
annual_tonhour::Union{Real, Nothing} = nothing,
monthly_tonhour::Array{<:Real,1} = Real[],
thermal_loads_ton::Array{<:Real,1} = Real[], # Vector of cooling thermal loads [ton] = [short ton hours/hour]. Length must equal 8760 * `Settings.time_steps_per_hour`
Expand Down

0 comments on commit f67b06c

Please sign in to comment.