-
-
Notifications
You must be signed in to change notification settings - Fork 579
drive cycle experiment terminating after arbitrary number of cycles #3191
Replies: 1 comment · 3 replies
-
Can you share the logs? Set |
Beta Was this translation helpful? Give feedback.
All reactions
-
2023-07-26 10:06:38.738 - [NOTICE] callbacks.on_cycle_start(172): Cycle 1/100 (168.800 us elapsed) --------------------
[1.0000000e+00 1.1894575e-02] |
Beta Was this translation helpful? Give feedback.
All reactions
-
Sorry, The minimum voltage event is triggered contrary to what I originally posted. Sorry about that. Any way to avoid that? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Add |
Beta Was this translation helpful? Give feedback.
-
I am using
model= pybamm.lithium_ion.DFN({"SEI": "ec reaction limited",
"SEI porosity change": "true",
})
to run
experiment_fl = pybamm.Experiment(
[(
pybamm.step.current(drive_cycle),)
]*100,
termination="80% capacity")
However, my experiment ends at 35 cycles with capacity decreased from 5.09 to 4.8 something which is not 80 %. What can be the reason behind that? It doesn't say and minimum voltage/max voltage event was triggered as an error. Just ends the experiment
Beta Was this translation helpful? Give feedback.
All reactions