remove min part for fischer tropsch
This commit is contained in:
parent
4cd492bb6f
commit
0c42ac4bdc
@ -20,7 +20,7 @@ remote:
|
|||||||
|
|
||||||
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#run
|
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#run
|
||||||
run:
|
run:
|
||||||
name: "test_h2_retrofit"
|
name: "test_methanolisation_shorterlifetime"
|
||||||
disable_progressbar: false
|
disable_progressbar: false
|
||||||
shared_resources: true
|
shared_resources: true
|
||||||
shared_cutouts: true
|
shared_cutouts: true
|
||||||
@ -409,12 +409,12 @@ sector:
|
|||||||
2040: 0
|
2040: 0
|
||||||
2050: 0
|
2050: 0
|
||||||
shipping_methanol_share:
|
shipping_methanol_share:
|
||||||
2020: 0
|
2020: 0.0
|
||||||
2030: 0.3
|
2030: 0.3
|
||||||
2040: 0.7
|
2040: 0.7
|
||||||
2050: 1
|
2050: 1
|
||||||
shipping_oil_share:
|
shipping_oil_share:
|
||||||
2020: 1
|
2020: 1.0
|
||||||
2030: 0.7
|
2030: 0.7
|
||||||
2040: 0.3
|
2040: 0.3
|
||||||
2050: 0
|
2050: 0
|
||||||
@ -480,7 +480,7 @@ sector:
|
|||||||
- nearshore # within 50 km of sea
|
- nearshore # within 50 km of sea
|
||||||
# - offshore
|
# - offshore
|
||||||
ammonia: false
|
ammonia: false
|
||||||
min_part_load_fischer_tropsch: 0.9
|
min_part_load_fischer_tropsch: 0 # 0.9
|
||||||
min_part_load_methanolisation: 0 # 0.5
|
min_part_load_methanolisation: 0 # 0.5
|
||||||
use_fischer_tropsch_waste_heat: true
|
use_fischer_tropsch_waste_heat: true
|
||||||
use_fuel_cell_waste_heat: true
|
use_fuel_cell_waste_heat: true
|
||||||
|
Loading…
Reference in New Issue
Block a user