Extracting intermediate solution object

hi all,

I am running an aging simulation with charge/discharge cycles for 2000 cycles. I want to extract intermediate solution object at cycles 500, 1000 and 1500 and use them as starting solution for another aging protocol. This i do to save some time else i need to run the simulation from beginning.

i tried,

sol_inter = sol_2000.cycles[49]

I can use sol_inter as starting solution but sol_inter doesn’t have summary variables.

will appreciate any help here.

Hi Thiyaga, Try looking at these notebooks

Thanks,

Sunil