simplify test cases
This commit is contained in:
parent
e0b6ebd174
commit
f024412301
@ -11,28 +11,18 @@
|
||||
# electricity:
|
||||
# renewable_carriers: [wind, solar] # override the list of renewable carriers
|
||||
|
||||
normal:
|
||||
electricity:
|
||||
renewable_carriers:
|
||||
- solar
|
||||
- onwind
|
||||
- offwind-ac
|
||||
- offwind-dc
|
||||
- hydro
|
||||
|
||||
network2013:
|
||||
snapshots:
|
||||
start: "2013-01-01"
|
||||
end: "2014-01-01"
|
||||
inclusive: 'left'
|
||||
|
||||
|
||||
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
|
||||
no-offwind:
|
||||
electricity:
|
||||
renewable_carriers:
|
||||
- solar
|
||||
- onwind
|
||||
- hydro
|
||||
|
@ -28,16 +28,10 @@ snapshots:
|
||||
end: "2013-03-08"
|
||||
|
||||
electricity:
|
||||
co2limit: 100.e+6
|
||||
|
||||
extendable_carriers:
|
||||
Generator: [OCGT]
|
||||
StorageUnit: [battery]
|
||||
Store: [H2]
|
||||
Link: [H2 pipeline]
|
||||
|
||||
renewable_carriers: [solar, onwind, offwind-ac, offwind-dc]
|
||||
|
||||
StorageUnit: [battery, H2]
|
||||
Store: []
|
||||
|
||||
atlite:
|
||||
default_cutout: be-03-2013-era5
|
||||
@ -60,31 +54,7 @@ renewable:
|
||||
solar:
|
||||
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:
|
||||
solver:
|
||||
name: glpk
|
||||
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
|
||||
|
@ -6,9 +6,6 @@ test-elec-no-offshore-wind:
|
||||
electricity:
|
||||
renewable_carriers: [solar, onwind]
|
||||
|
||||
|
||||
test-elec-no-onshore-wind:
|
||||
electricity:
|
||||
extendable_carriers:
|
||||
Generator: [OCGT]
|
||||
renewable_carriers: [solar, offwind-ac, offwind-dc]
|
||||
|
Loading…
Reference in New Issue
Block a user