pypsa-eur/test/config.overnight.yaml

36 lines
1.1 KiB
YAML
Raw Normal View History

run: test-overnight # use this to keep track of runs with different settings
foresight: overnight # options are overnight, myopic, perfect (perfect is not yet implemented)
scenario:
lv: # allowed transmission line volume expansion, can be any float >= 1.0 (today) or "opt"
- 1.5
clusters: # number of nodes in Europe, any integer between 37 (1 node per country-zone) and several hundred
- 5
sector_opts: # this is where the main scenario settings are
- CO2L0-191H-T-H-B-I-A-solar+p3-dist1
planning_horizons: # investment years for myopic and perfect; or costs year for overnight
- 2030
# for example, set to [2020, 2030, 2040, 2050] for myopic foresight
snapshots:
# arguments to pd.date_range
start: "2013-03-01"
end: "2013-04-01"
closed: left # end is not inclusive
atlite:
cutout: ../pypsa-eur/cutouts/be-03-2013-era5.nc
sector:
co2_vent: true
gas_network: true
2022-11-18 07:49:13 +00:00
H2_retrofit: true # if set to True existing gas pipes can be retrofitted to H2 pipes
biomass_boiler: false
solving:
solver:
name: cbc
2022-11-18 10:22:06 +00:00
options: cbc-default
mem: 4000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2