Adding config for post discretization bugfix (#1309)
* Adding config for post discretization bugfix
This commit is contained in:
parent
e65ce91a73
commit
51f8c2935a
@ -915,6 +915,7 @@ solving:
|
||||
DC: 0.3
|
||||
H2 pipeline: 0.3
|
||||
gas pipeline: 0.3
|
||||
fractional_last_unit_size: false
|
||||
|
||||
agg_p_nom_limits:
|
||||
agg_offwind: false
|
||||
|
@ -23,6 +23,7 @@ options,,,
|
||||
-- -- -- {carrier},,,
|
||||
-- -- link_threshold,,float,The threshold relative to the discrete link unit size beyond which to round up to the next unit by carrier (given in dictionary style).
|
||||
-- -- -- {carrier},,,
|
||||
-- -- fractional_last_unit_size,bool,"{'true','false'}",When true, links and lines can be built up to p_nom_max. When false, they can only be built up to a multiple of the unit size.
|
||||
agg_p_nom_limits,,,Configure per carrier generator nominal capacity constraints for individual countries if ``'CCL'`` is in ``{opts}`` wildcard.
|
||||
-- agg_offwind,bool,"{'true','false'}",Aggregate together all the types of offwind when writing the constraint. Default is false.
|
||||
-- include_existing,bool,"{'true','false'}",Take existing capacities into account when writing the constraint. Default is false.
|
||||
|
Can't render this file because it has a wrong number of fields in line 26.
|
@ -10,7 +10,7 @@ dependencies:
|
||||
- python>=3.8
|
||||
- pip
|
||||
|
||||
- pypsa>=0.30.2
|
||||
- pypsa>=0.30.3
|
||||
- atlite>=0.2.9
|
||||
- linopy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user