-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings_final.json
39 lines (33 loc) · 1.25 KB
/
settings_final.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"_comment": "settings.json zum Einstellen der Simulations-Parameter",
"_comment": "Kundenspezifische Parameter",
"parking_duration": [0,100],
"list_of_cars": ["VW_ID3_Pure_45kWh", "Tesla_Model3_LR", "2021_FIAT_500e_Hatchback", "Tesla_Model_SX_LR",
"Porsche_Taycan", "Hyundai_KONA_64kWh", "Hyundai_IONIQ5_LongRange", "Tesla_ModelY"],
"_list_of_cars": ["dummy100kW"],
"_soc_begin": "0",
"soc_begin": "gauss",
"_soc_begin": "equally_distributed",
"soc_begin_normal_distributed_between": [0,65],
"soc_gauss_von": 0,
"soc_gauss_bis": 65,
"soc_gauss_sigma": 10,
"_comment" : "Ankunftsprozess",
"_arriving_process": "random",
"arriving_process": "poisson",
"arriving_process_rand_factor": 1.35,
"arriving_process_poisson_lambda": 1.35,
"_arriving_process_rand_factor": 3,
"_arriving_process_poisson_lambda": 3,
"_comment": "Parameter Parkplatz",
"number_of_stations": 4,
"max_power_per_station": 300,
"accessible_all_day": 0,
"opening_time_in_min": 480,
"closing_time_in_min": 1320,
"_comment": "Parameter Charging-Time Weibull",
"a_out": 39.857766124920076,
"kappa_out": 0.65117444343909,
"loc_out": -20.724236876543387,
"lambda_out": 8.472003942187907
}