Adding config for post discretization bugfix (#1309)

* Adding config for post discretization bugfix
This commit is contained in:
Toni Seibold 2024-09-24 22:25:15 +02:00 committed by GitHub
parent e65ce91a73
commit 51f8c2935a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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.

View File

@ -10,7 +10,7 @@ dependencies:
- python>=3.8
- pip
- pypsa>=0.30.2
- pypsa>=0.30.3
- atlite>=0.2.9
- linopy