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 13, 2025
2 parents e5a55e3 + 9d2ea82 commit c91743c
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 @@ -15,7 +15,7 @@
monthly_mmbtu::Array{<:Real,1} = Real[],
addressable_load_fraction::Any = 1.0, # Fraction of input fuel load which is addressable by heating technologies. Can be a scalar or vector with length aligned with use of monthly_mmbtu or fuel_loads_mmbtu_per_hour.
fuel_loads_mmbtu_per_hour::Array{<:Real,1} = Real[], # Vector of space heating fuel loads [mmbtu/hr]. Length must equal 8760 * `Settings.time_steps_per_hour`
normalize_and_scale_load_profile_input::Bool = false, # Takes fuel_loads_mmbtu_per_hour and normalizes and scales it to annual or monthly energy
normalize_and_scale_load_profile_input::Bool = false, # Takes fuel_loads_mmbtu_per_hour and normalizes and scales it to annual_mmbtu or monthly_mmbtu
existing_boiler_efficiency::Real = NaN
```
Expand Down

0 comments on commit c91743c

Please sign in to comment.