Quacken8 / MagneticDisconnectSimulator

Python simulator of disconnection of solar magnetic field from its roots inpsired by Schüssler and Rempel (2018)
1 stars 0 forks source link

MagneticDisconnectSimulator

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!

Prerequisites

To run this project on your machine, you need to have the following software installed:

Installation

  1. Clone the repository to your local machine using the following command:

    git clone git@github.com:Quacken8/MagneticDisconnectSimulator.git
  2. Install the required packages using the following command:

    pip3 install -r requirements.txt
  3. Clone and install pyMesa using

    git clone git@github.com:rjfarmer/pyMesa.git

Usage

TODO