simplify test cases

This commit is contained in:
Fabian Neumann 2024-02-12 16:49:15 +01:00
parent e0b6ebd174
commit f024412301
3 changed files with 16 additions and 59 deletions

View File

@ -11,28 +11,18 @@
# electricity: # electricity:
# renewable_carriers: [wind, solar] # override the list of renewable carriers # renewable_carriers: [wind, solar] # override the list of renewable carriers
normal:
electricity:
renewable_carriers:
- solar
- onwind
- offwind-ac
- offwind-dc
- hydro
network2013: no-offwind:
snapshots: electricity:
start: "2013-01-01" renewable_carriers:
end: "2014-01-01" - solar
inclusive: 'left' - onwind
- hydro
network2019:
snapshots:
start: "2019-01-01"
end: "2020-01-01"
inclusive: 'left'
renewable:
onwind:
cutout: europe-2019-era5
offwind-ac:
cutout: europe-2019-era5
offwind-dc:
cutout: europe-2019-era5
solar:
cutout: europe-2019-era5
hydro:
cutout: europe-2019-era5

View File

@ -28,16 +28,10 @@ snapshots:
end: "2013-03-08" end: "2013-03-08"
electricity: electricity:
co2limit: 100.e+6
extendable_carriers: extendable_carriers:
Generator: [OCGT] Generator: [OCGT]
StorageUnit: [battery] StorageUnit: [battery, H2]
Store: [H2] Store: []
Link: [H2 pipeline]
renewable_carriers: [solar, onwind, offwind-ac, offwind-dc]
atlite: atlite:
default_cutout: be-03-2013-era5 default_cutout: be-03-2013-era5
@ -60,31 +54,7 @@ renewable:
solar: solar:
cutout: be-03-2013-era5 cutout: be-03-2013-era5
clustering:
exclude_carriers: ["OCGT", "offwind-ac", "coal"]
lines:
dynamic_line_rating:
activate: true
cutout: be-03-2013-era5
max_line_rating: 1.3
solving: solving:
solver: solver:
name: glpk name: glpk
options: "glpk-default" options: "glpk-default"
plotting:
map:
boundaries:
eu_node_location:
x: -5.5
y: 46.
costs_max: 1000
costs_threshold: 0.0000001
energy_max:
energy_min:
energy_threshold: 0.000001

View File

@ -6,9 +6,6 @@ test-elec-no-offshore-wind:
electricity: electricity:
renewable_carriers: [solar, onwind] renewable_carriers: [solar, onwind]
test-elec-no-onshore-wind: test-elec-no-onshore-wind:
electricity: electricity:
extendable_carriers:
Generator: [OCGT]
renewable_carriers: [solar, offwind-ac, offwind-dc] renewable_carriers: [solar, offwind-ac, offwind-dc]