Python simulator of disconnection of solar magnetic field from its roots inpsired by Schüssler and Rempel (2018) using opacity and eos capabilities of MESA. It is a University Thesis project. Huge thanks to MESA and pyMesa maintainer Robert Farmer for very quick and very helpful replies to my questions!
To run this project on your machine, you need to have the following software installed:
- Clone the repository to your local machine using the following command:
git clone [email protected]:Quacken8/MagneticDisconnectSimulator.git
- Install the required packages using the following command:
pip3 install -r requirements.txt
- Clone and install pyMesa using
git clone [email protected]:rjfarmer/pyMesa.git
TODO