Data and figures used in "Pressure torque of torsional Alfvén modes acting on an ellipsoidal mantle"
收藏资源简介:
Data, plotting routines and analysis routines to reproduce all results from the article "Pressure torque of torsional Alfvén modes acting on an ellipsoidal mantle". The package uses the freely available code Mire.jl. <strong>Prerequisites</strong> Installed texlive, python/python3 with matplotlib >v2.1 for support of latest colormaps. A working Julia >v1.3. <br> <strong>Install</strong> Open the repository directory and run <pre><code class="language-bash">julia install_local.jl</code></pre> to install the package. <strong>Run</strong> To run the calculations and the plots you simply run <pre><code>using Elltorque Elltorque.run(true)</code></pre> <br> from within the Julia REPL (takes around 2-3h). To run without calculating the data use <pre><code>Elltorque.run(false)</code></pre>



