Skip to content

Commit

Permalink
Added WriteIntermittentOutputs to default MS settings:
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Mutic authored and Maya Mutic committed Jun 18, 2024
1 parent c2cb0eb commit 7f87782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/configure_settings/configure_settings_multistage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ function default_settings_multistage()
"StageLengths" => [10,10,10],
"WACC" => 0.045,
"ConvergenceTolerance" => 0.01,
"Myopic" => 0)
"Myopic" => 0),
"WriteIntermittentOutputs" => 0
end

@doc raw"""
Expand Down

0 comments on commit 7f87782

Please sign in to comment.