Skip to content

Commit deeb15f

Browse files
author
adfarth
committed
add description to outage_durations
1 parent 5f6def7 commit deeb15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/electric_utility.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Multiple Outage Modeling Inputs (Outage Modeling Option 2): minimax the expected outage cost,
1414
# with max taken over outage start time, expectation taken over outage duration
1515
outage_start_time_steps::Array{Int,1}=Int[], # we minimize the maximum outage cost over outage start times
16-
outage_durations::Array{Int,1}=Int[], # one-to-one with outage_probabilities, outage_durations can be a random variable
16+
outage_durations::Array{Int,1}=Int[], # One-to-one with outage_probabilities. Outage_durations can be a random variable, and should be in timesteps aligning with time_steps_per_hour (e.g., duration of 4 equates to 1 hour if time_steps_per_hour is 4)
1717
outage_probabilities::Array{R,1} where R<:Real = [1.0],
1818
1919
### Cambium Emissions and Clean Energy Inputs ###

0 commit comments

Comments
 (0)