Skip to content

Commit

Permalink
small text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adfarth committed Jan 9, 2025
1 parent 5384b5f commit be8197c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/electric_load.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
`ElectricLoad` is a required REopt input with the following keys and default values:
```julia
loads_kw::Array{<:Real,1} = Real[],
normalize_and_scale_load_profile_input::Bool = false, # Takes loads_kw and normalizes and scales it to annual or monthly energy
normalize_and_scale_load_profile_input::Bool = false, # Takes loads_kw and normalizes and scales it to annual_kwh or monthly_totals_kwh
path_to_csv::String = "", # for csv containing loads_kw
doe_reference_name::String = "",
blended_doe_reference_names::Array{String, 1} = String[],
blended_doe_reference_percents::Array{<:Real,1} = Real[], # Values should be between 0-1 and sum to 1.0
year::Int = doe_reference_name ≠ "" || blended_doe_reference_names ≠ String[] ? 2017 : 2022, # used in ElectricTariff to align rate schedule with weekdays/weekends. DOE CRB profiles must use 2017. If providing load data, specify year of data.
year::Int = doe_reference_name ≠ "" || blended_doe_reference_names ≠ String[] ? 2017 : 2022, # used in ElectricTariff to align rate schedule with weekdays/weekends. DOE CRB profiles defaults to using 2017. If providing load data, specify year of data.
city::String = "",
annual_kwh::Union{Real, Nothing} = nothing,
monthly_totals_kwh::Array{<:Real,1} = Real[],
Expand Down

0 comments on commit be8197c

Please sign in to comment.