ci: format configs
This commit is contained in:
parent
2bb723ef04
commit
098e3bb3dd
@ -1,4 +1,4 @@
|
|||||||
run: test-myopic # use this to keep track of runs with different settings
|
run: test-myopic # use this to keep track of runs with different settings
|
||||||
foresight: myopic # options are overnight, myopic, perfect (perfect is not yet implemented)
|
foresight: myopic # options are overnight, myopic, perfect (perfect is not yet implemented)
|
||||||
scenario:
|
scenario:
|
||||||
lv: # allowed transmission line volume expansion, can be any float >= 1.0 (today) or "opt"
|
lv: # allowed transmission line volume expansion, can be any float >= 1.0 (today) or "opt"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
run: test-overnight # use this to keep track of runs with different settings
|
run: test-overnight # use this to keep track of runs with different settings
|
||||||
|
|
||||||
scenario:
|
scenario:
|
||||||
lv: # allowed transmission line volume expansion, can be any float >= 1.0 (today) or "opt"
|
lv: # allowed transmission line volume expansion, can be any float >= 1.0 (today) or "opt"
|
||||||
@ -20,18 +20,15 @@ snapshots:
|
|||||||
atlite:
|
atlite:
|
||||||
cutout: ../pypsa-eur/cutouts/be-03-2013-era5.nc
|
cutout: ../pypsa-eur/cutouts/be-03-2013-era5.nc
|
||||||
|
|
||||||
|
|
||||||
sector:
|
sector:
|
||||||
co2_vent: true
|
co2_vent: true
|
||||||
gas_network: true
|
gas_network: true
|
||||||
H2_retrofit: true # if set to True existing gas pipes can be retrofitted to H2 pipes
|
H2_retrofit: true # if set to True existing gas pipes can be retrofitted to H2 pipes
|
||||||
biomass_boiler: false
|
biomass_boiler: false
|
||||||
|
|
||||||
|
|
||||||
solving:
|
solving:
|
||||||
solver:
|
solver:
|
||||||
name: cbc
|
name: cbc
|
||||||
options: {}
|
options: {}
|
||||||
mem: 4000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2
|
mem: 4000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user