Skip to content
Merged
79 changes: 26 additions & 53 deletions config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,41 +45,7 @@ scenario:
- 2050

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#countries
countries:
- AL
- AT
- BA
- BE
- BG
- CH
- CZ
- DE
- DK
- EE
- ES
- FI
- FR
- GB
- GR
- HR
- HU
- IE
- IT
- LT
- LU
- LV
- ME
- MK
- NL
- 'NO'
- PL
- PT
- RO
- RS
- SE
- SI
- SK
- XK
countries: ['AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MK', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK'] #, 'XK']

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#snapshots
snapshots:
Expand Down Expand Up @@ -128,9 +94,9 @@ electricity:
H2: 168

extendable_carriers:
Generator: [solar, solar-hsat, onwind, offwind-ac, offwind-dc, offwind-float, OCGT, CCGT]
Generator: [] # solar, solar-hsat, onwind, offwind-ac, offwind-dc, offwind-float, OCGT, CCGT
StorageUnit: [] # battery, H2
Store: [battery, H2]
Store: [] # battery, H2
Link: [] # H2 pipeline

powerplants_filter: (DateOut >= 2024 or DateOut != DateOut) and not (Country == 'Germany' and Fueltype == 'Nuclear')
Expand All @@ -155,7 +121,7 @@ electricity:
enable: false
by_country: false

transmission_limit: vopt
transmission_limit: v1.0

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#atlite
atlite:
Expand Down Expand Up @@ -188,7 +154,7 @@ renewable:
add_cutout_windspeed: true
resource_classes: 1
capacity_per_sqkm: 3
# correction_factor: 0.93
correction_factor: 0.93
corine:
grid_codes: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32]
distance: 1000
Expand Down Expand Up @@ -270,7 +236,7 @@ renewable:
azimuth: 180.
resource_classes: 1
capacity_per_sqkm: 5.1
# correction_factor: 0.854337
correction_factor: 0.854337
corine: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 26, 31, 32]
luisa: false # [1111, 1121, 1122, 1123, 1130, 1210, 1221, 1222, 1230, 1241, 1242, 1310, 1320, 1330, 1410, 1421, 1422, 2110, 2120, 2130, 2210, 2220, 2230, 2310, 2410, 2420, 3210, 3320, 3330]
natura: true
Expand Down Expand Up @@ -327,7 +293,7 @@ lines:
400.: Al/St 240/40 4-bundle 380.0
500.: Al/St 240/40 4-bundle 380.0
750.: Al/St 560/50 4-bundle 750.0
s_max_pu: 0.7
s_max_pu: 1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s_max_pu = 1.0 and using the maximum flow as value for s_nom?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're using the NTC, exactly

s_nom_max: .inf
max_extension: 20000 #MW
length_factor: 1.25
Expand All @@ -347,15 +313,15 @@ links:
p_nom_max: .inf
max_extension: 30000 #MW
length_factor: 1.25
under_construction: keep # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity for lines in grid extract
under_construction: remove # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity for lines in grid extract

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#transmission_projects
transmission_projects:
enable: true
enable: false
include:
tyndp2020: true
nep: true
manual: true
tyndp2020: false
nep: false
manual: false
skip:
- upgraded_lines
- upgraded_links
Expand Down Expand Up @@ -488,9 +454,9 @@ sector:
heating: true
biomass: true
industry: true
shipping: true
aviation: true
agriculture: true
shipping: false
aviation: false
agriculture: false
fossil_fuels: true
district_heating:
potential: 0.6
Expand Down Expand Up @@ -767,7 +733,7 @@ sector:
electricity distribution grid:
efficiency_static: 0.97
H2_network: true
gas_network: true
gas_network: false
H2_retrofit: false
H2_retrofit_capacity_per_CH4: 0.6
gas_network_connectivity_upgrade: 1
Expand All @@ -780,7 +746,11 @@ sector:
conventional_generation:
OCGT: gas
CCGT: gas
keep_existing_capacities: false
coal: coal
lignite: lignite
nuclear: uranium
oil: oil
keep_existing_capacities: true
biomass_to_liquid: true
biomass_to_liquid_cc: false
electrobiofuels: true
Expand Down Expand Up @@ -963,13 +933,16 @@ clustering:
simplify_network:
to_substations: false
remove_stubs: true
remove_stubs_across_borders: false
remove_stubs_across_borders: true
cluster_network:
algorithm: kmeans
hac_features:
- wnd100m
- influx_direct
exclude_carriers: []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we have to remove this. Other configs just change this line, but probably it was a mistake deleting it here; good catch!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah no actually it's correct- added a list of carriers to be excluded below

exclude_carriers:
- coal
- nuclear
- lignite
consider_efficiency_classes: false
aggregation_strategies:
generators:
Expand Down
53 changes: 1 addition & 52 deletions config/scenario_config_2030_flex_high.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,9 @@ snapshots:
end: '2024-01-01'

electricity:
conventional_generation:
from_entsoe: false
year: 2030

max_hours:
home_battery: 2.5

extendable_carriers:
Generator: []
StorageUnit: []
Store: []

transmission_limit: v1.0

custom_powerplants: true
Expand All @@ -41,8 +32,6 @@ electricity:
enable: false
from_gem: false

countries: ['AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MK', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK'] #, 'XK']

atlite:
default_cutout: europe-2023-sarah3-era5
nprocesses: 4
Expand All @@ -54,22 +43,6 @@ atlite:
europe-2023-sarah3-era5:
time: ['2023', '2023']

renewable:
onwind:
correction_factor: 0.93
solar:
correction_factor: 0.854337

lines:
s_max_pu: 1

links:
under_construction: remove
max_extension: 0

transmission_projects:
enable: false

pypsa_eur:
Generator:
- onwind
Expand All @@ -87,14 +60,6 @@ pypsa_eur:
- home_battery_storage

sector:
transport: true
heating: true
biomass: true
industry: true
shipping: false
aviation: false
agriculture: false
gas_network: false
bev_dsm: true
v2g: 0.21
land_transport_electric_share:
Expand All @@ -110,14 +75,7 @@ sector:
bev_dsm_restriction_value: 0.5
bev_dsm_restriction_time: 7
transport_electric_efficiency: 53.19
conventional_generation:
OCGT: gas
CCGT: gas
coal: coal
lignite: lignite
nuclear: uranium
oil: oil
keep_existing_capacities: true
hydrogen_underground_storage: false

costs:
year: 2030
Expand All @@ -135,15 +93,6 @@ costs:
emission_prices:
enable: true
co2: 69.6

clustering:
exclude_carriers:
- coal
- nuclear
- lignite

simplify_network:
remove_stubs_across_borders: true

ember_settings:
ntc_data: "data/ember_data/ntc_2030.csv"
Expand Down
59 changes: 8 additions & 51 deletions config/scenario_config_2030_flex_low.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,14 @@ scenario:
planning_horizons:
- 2030

countries: ['AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MK', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK'] #, 'XK']

snapshots:
start: '2023-01-01'
end: '2024-01-01'

electricity:
conventional_generation:
from_entsoe: false
year: 2030

max_hours:
home_battery: 2.5

extendable_carriers:
Generator: []
StorageUnit: []
Store: []

transmission_limit: v1.0

custom_powerplants: true
Expand All @@ -55,22 +44,6 @@ atlite:
dy: 0.3
time: ['2023', '2023']

renewable:
onwind:
correction_factor: 0.93
solar:
correction_factor: 0.854337

lines:
s_max_pu: 1

links:
under_construction: remove
max_extension: 0

transmission_projects:
enable: false

pypsa_eur:
Generator:
- onwind
Expand All @@ -88,14 +61,6 @@ pypsa_eur:
- home_battery_storage

sector:
transport: true
heating: true
biomass: true
industry: true
shipping: false
aviation: false
agriculture: false
gas_network: false
bev_dsm: true
v2g: 0
land_transport_electric_share:
Expand All @@ -111,14 +76,7 @@ sector:
bev_dsm_restriction_value: 0.5
bev_dsm_restriction_time: 7
transport_electric_efficiency: 53.19
conventional_generation:
OCGT: gas
CCGT: gas
coal: coal
lignite: lignite
nuclear: uranium
oil: oil
keep_existing_capacities: true
hydrogen_underground_storage: false

costs:
year: 2030
Expand All @@ -136,15 +94,14 @@ costs:
emission_prices:
enable: true
co2: 69.6

clustering:
exclude_carriers:
- coal
- nuclear
- lignite

simplify_network:
remove_stubs_across_borders: true
solving:
agg_p_nom_limits:
agg_heat_pumps: true
include_existing: false
file: data/agg_p_nom_minmax.csv
constraints:
CCL: true

ember_settings:
ntc_data: "data/ember_data/ntc_2030.csv"
Expand Down
Loading