You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/User_Guide/model_configuration.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ The following tables summarize the model settings parameters and their default/p
31
31
|StorageVirtualDischarge | Flag to enable contributions that a storage device makes to the capacity reserve margin without generating power.|
32
32
||1 = activate the virtual discharge of storage resources.|
33
33
||0 = do not activate the virtual discharge of storage resources.|
34
+
|LDSAdditionalConstraints | Flag to activate additional constraints for long duration storage resources to prevent violation of SoC limits in non-representative periods.|
35
+
||1 = activate additional constraints.|
36
+
||0 = do not activate additional constraints.|
34
37
|HourlyMatching| Constraint to match generation from clean sources with hourly consumption.|
Copy file name to clipboardExpand all lines: example_systems/3_three_zones_w_co2_capture/settings/genx_settings.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,4 @@ ParameterScale: 1 # Turn on parameter scaling wherein demand, capacity and power
10
10
WriteShadowPrices: 1# Write shadow prices of LP or relaxed MILP; 0 = not active; 1 = active
11
11
UCommit: 2# Unit committment of thermal power plants; 0 = not active; 1 = active using integer clestering; 2 = active using linearized clustering
12
12
TimeDomainReduction: 1# Time domain reduce (i.e. cluster) inputs based on Demand_data.csv, Generators_variability.csv, and Fuels_data.csv; 0 = not active (use input data as provided); 0 = active (cluster input data, or use data that has already been clustered)
13
+
LDSAdditionalConstraints: 1# Activate additional constraints to prevent violation of SoC limits in non-representative periods; 0 = not active; 1 = active
0 commit comments