update config
This commit is contained in:
parent
f6bb498730
commit
339187c1f1
@ -141,14 +141,16 @@ existing_capacities:
|
|||||||
|
|
||||||
|
|
||||||
sector:
|
sector:
|
||||||
central: true
|
district_heating:
|
||||||
central_fraction: 0.6
|
potential: 0.6 # maximum fraction of urban demand which can be supplied by district heating
|
||||||
district_heating_increase: true
|
# increase of today's district heating demand to potential maximum district heating share
|
||||||
dh_strength:
|
# progress = 0 means today's district heating share, progress = 1 means maximum fraction of urban demand is supplied by district heating
|
||||||
2020: 0 # starting at today's share
|
progress:
|
||||||
2030: 0.2
|
2020: 0.0
|
||||||
2040: 0.5
|
2030: 0.3
|
||||||
2050: 1 # maximum possible share defined in central fraction
|
2040: 0.6
|
||||||
|
2050: 1.0
|
||||||
|
district_heating_loss: 0.15
|
||||||
bev_dsm_restriction_value: 0.75 #Set to 0 for no restriction on BEV DSM
|
bev_dsm_restriction_value: 0.75 #Set to 0 for no restriction on BEV DSM
|
||||||
bev_dsm_restriction_time: 7 #Time at which SOC of BEV has to be dsm_restriction_value
|
bev_dsm_restriction_time: 7 #Time at which SOC of BEV has to be dsm_restriction_value
|
||||||
transport_heating_deadband_upper: 20.
|
transport_heating_deadband_upper: 20.
|
||||||
@ -157,7 +159,6 @@ sector:
|
|||||||
ICE_upper_degree_factor: 1.6
|
ICE_upper_degree_factor: 1.6
|
||||||
EV_lower_degree_factor: 0.98
|
EV_lower_degree_factor: 0.98
|
||||||
EV_upper_degree_factor: 0.63
|
EV_upper_degree_factor: 0.63
|
||||||
district_heating_loss: 0.15
|
|
||||||
bev_dsm: true #turns on EV battery
|
bev_dsm: true #turns on EV battery
|
||||||
bev_availability: 0.5 #How many cars do smart charging
|
bev_availability: 0.5 #How many cars do smart charging
|
||||||
bev_energy: 0.05 #average battery size in MWh
|
bev_energy: 0.05 #average battery size in MWh
|
||||||
|
Loading…
Reference in New Issue
Block a user