Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Feb 9, 2024
1 parent 9de4c8b commit 3258524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/data_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Note that all settings parameters are case sensitive.
|StorageLosses | Flag to account for storage related losses.|
||0 = VRE and CO2 constraints DO NOT account for energy lost. |
||1 = constraints account for energy lost. |
|VirtualChargeDischargeCost | Hypothetical cost of charging and discharging storage resources (in $/MWh).|
|**Policy related**|
|EnergyShareRequirement | Flag for specifying regional renewable portfolio standard (RPS) and clean energy standard policy (CES) related constraints.|
|| Default = 0 (No RPS or CES constraints).|
Expand Down
2 changes: 1 addition & 1 deletion src/configure_settings/configure_settings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function default_settings()
"CapacityReserveMargin" => 0,
"CO2Cap" => 0,
"StorageLosses" => 1,
"VirtualChargeDischargeCost" => 1,
"VirtualChargeDischargeCost" => 1, # $/MWh
"MinCapReq" => 0,
"MaxCapReq" => 0,
"ParameterScale" => 0,
Expand Down

0 comments on commit 3258524

Please sign in to comment.