Skip to content

Commit

Permalink
updating default user input JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
ebalogun01 committed Dec 26, 2023
1 parent 4c52164 commit e24c0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default_user_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"pack_max_Ah": [250, 400],
"SOC_min": 0.2,
"SOC_max": 0.9,
"params_0_cycles": "/battery_data/params_OCV_corr_W8_1",
"OCV_map_SOC": "/battery_data/SOC_corr_W8_1.csv",
"OCV_map_voltage": "/battery_data/OCV_corr_W8_1.csv"
"params_0_cycles": "data/battery_data/params_OCV_corr_W8_1",
"OCV_map_SOC": "data/battery_data/SOC_corr_W8_1.csv",
"OCV_map_voltage": "data/battery_data/OCV_corr_W8_1.csv"
},
"charging_station": {
"power_factor": null,
Expand Down

0 comments on commit e24c0b2

Please sign in to comment.