Skip to content

Commit

Permalink
Fix write_rsv.jl (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo authored Mar 1, 2024
1 parent babed03 commit c8895bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/write_outputs/reserves/write_rsv.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
function write_rsv(path::AbstractString, inputs::Dict, setup::Dict, EP::Model)
T = inputs["T"] # Number of time steps (hours)
RSV = inputs["RSV"]
scale_factor = setup["ParameterScale"] == 1 ? ModelScalingFactor : 1

Expand Down

0 comments on commit c8895bc

Please sign in to comment.