2023-03-06 16:26:41 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
2023-03-07 19:37:47 +00:00
|
|
|
|
2023-03-06 16:26:41 +00:00
|
|
|
run:
|
2023-03-06 16:27:17 +00:00
|
|
|
name: "test-sector-overnight"
|
2023-03-07 19:37:47 +00:00
|
|
|
disable_progressbar: true
|
2023-03-07 17:11:59 +00:00
|
|
|
shared_resources: true
|
2023-03-06 17:11:09 +00:00
|
|
|
shared_cutouts: true
|
2022-04-11 15:08:25 +00:00
|
|
|
|
2023-03-07 19:37:47 +00:00
|
|
|
|
2022-04-11 15:08:25 +00:00
|
|
|
scenario:
|
2023-03-06 16:26:41 +00:00
|
|
|
ll:
|
|
|
|
- v1.5
|
2023-02-22 18:39:28 +00:00
|
|
|
clusters:
|
2023-03-09 11:12:19 +00:00
|
|
|
- 5
|
2023-02-22 18:39:28 +00:00
|
|
|
sector_opts:
|
2023-03-09 11:45:43 +00:00
|
|
|
- CO2L0-24H-T-H-B-I-A-solar+p3-dist1
|
2023-02-22 18:39:28 +00:00
|
|
|
planning_horizons:
|
2022-04-11 15:08:25 +00:00
|
|
|
- 2030
|
|
|
|
|
2023-03-06 16:26:41 +00:00
|
|
|
countries: ['BE']
|
|
|
|
|
2022-04-11 15:08:25 +00:00
|
|
|
snapshots:
|
|
|
|
start: "2013-03-01"
|
2023-03-09 10:37:34 +00:00
|
|
|
end: "2013-03-08"
|
2022-04-11 15:08:25 +00:00
|
|
|
|
2023-03-06 16:26:41 +00:00
|
|
|
electricity:
|
|
|
|
renewable_carriers: [solar, onwind, offwind-ac, offwind-dc]
|
|
|
|
|
2022-04-11 15:08:25 +00:00
|
|
|
atlite:
|
2023-03-06 16:26:41 +00:00
|
|
|
default_cutout: be-03-2013-era5
|
|
|
|
cutouts:
|
|
|
|
be-03-2013-era5:
|
|
|
|
module: era5
|
|
|
|
x: [4., 15.]
|
|
|
|
y: [46., 56.]
|
|
|
|
time: ["2013-03-01", "2013-03-08"]
|
|
|
|
|
|
|
|
renewable:
|
|
|
|
onwind:
|
|
|
|
cutout: be-03-2013-era5
|
|
|
|
offwind-ac:
|
|
|
|
cutout: be-03-2013-era5
|
|
|
|
max_depth: false
|
|
|
|
offwind-dc:
|
|
|
|
cutout: be-03-2013-era5
|
|
|
|
max_depth: false
|
|
|
|
solar:
|
|
|
|
cutout: be-03-2013-era5
|
2022-04-11 15:08:25 +00:00
|
|
|
|
|
|
|
sector:
|
|
|
|
gas_network: true
|
2023-02-22 18:39:28 +00:00
|
|
|
H2_retrofit: true
|
2022-04-11 15:08:25 +00:00
|
|
|
|
|
|
|
solving:
|
|
|
|
solver:
|
2023-03-07 16:02:46 +00:00
|
|
|
name: glpk
|
|
|
|
options: glpk-default
|
2023-02-22 18:39:28 +00:00
|
|
|
mem: 4000
|