Skip to content

Commit

Permalink
Update configure_settings.jl
Browse files Browse the repository at this point in the history
With a new settings parameters, "VirtualChargeDischargeCost."
  • Loading branch information
sambuddhac authored Jan 12, 2024
1 parent 13fe60d commit 7c98a73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configure_settings/configure_settings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function default_settings()
"CapacityReserveMargin" => 0,
"CO2Cap" => 0,
"StorageLosses" => 1,
"VirtualChargeDischargeCost" => 1e-10,
"MinCapReq" => 0,
"MaxCapReq" => 0,
"ParameterScale" => 0,
Expand Down

0 comments on commit 7c98a73

Please sign in to comment.