Replies: 1 comment 1 reply
-
Access |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a difficulty in saving the cycling data that are plotted in example of "Simulating long experiments"
When I save the data using "sol.save_data("sol_data.csv", variables=None, to_format="csv")" by follwing the Tutorial 6, they save the data of "Current [A],Terminal voltage [V],Time [h],Throughput capacity [A.h],Loss of lithium inventory [%],Negative electrode capacity [A.h],Positive electrode capacity [A.h]".
These are all the data that they can store, but I need to save the data of cycling data such as Cycle number, Capacity, Loss of lithium inventory, Loss of capacity to SEI, etc, that are plotted in example of "Simulating long experiments".
Please let me know how to save the data that I want. Thanks in advance
,
Beta Was this translation helpful? Give feedback.
All reactions