From 39234a7e99988d6c58d6bc2a03c5108063043029 Mon Sep 17 00:00:00 2001 From: Sravan Pannala <57152030+sravanpannala@users.noreply.github.com> Date: Thu, 7 Sep 2023 06:52:52 -0400 Subject: [PATCH] Update readme for parameters --- degradation_model/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/degradation_model/README.md b/degradation_model/README.md index dfbec8517a..c4f8f1998b 100644 --- a/degradation_model/README.md +++ b/degradation_model/README.md @@ -11,9 +11,9 @@ git clone https://github.com/js1tr3/PyBaMM https://docs.pybamm.org/en/latest/source/user_guide/installation/install-from-source.html 5. Ensure that you are in the PyBaMM working directory after following instructions in step 4. -6. Switch to the `deg-model-pub` branch of the PyBaMM fork +6. Switch to the `gmjuly2022` branch of the PyBaMM fork ``` -git checkout deg-model-pub +git checkout gmjuly2022 ``` 7. Change the working directory to `degradation_model` subfolder @@ -27,4 +27,8 @@ The model requires cycling data, RPT data, resistance and eSOH data. These data - Includes resistance simulations - Includes voltage and expansion simulations - Run [figures_1.ipynb](../degradation_model/figures_1.ipynb) to generate figures from the Results section in the paper -- Run [figures_2.ipynb](../degradation_model/figures_2.ipynb) to generate figures from other sections in the paper \ No newline at end of file +- Run [figures_2.ipynb](../degradation_model/figures_2.ipynb) to generate figures from other sections in the paper + +## Parameters +- Details regarding the location of parameters and how to update them are given in [parameters.md](./parameters.md) +- Running C/3 and C/20 cycles with the new parameter set is given in [run_cycles.ipynb](./run_cycles.ipynb)