Data and figures used in "Pressure torque of torsional Alfvén modes acting on an ellipsoidal mantle"
收藏NIAID Data Ecosystem2026-03-11 收录
下载链接:
https://zenodo.org/record/3631243
下载链接
链接失效反馈官方服务:
资源简介:
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.
Prerequisites
Installed texlive, python/python3 with matplotlib >v2.1 for support of latest colormaps. A working Julia >v1.3.
Install
Open the repository directory and run
julia install_local.jl
to install the package.
Run
To run the calculations and the plots you simply run
using Elltorque
Elltorque.run(true)
from within the Julia REPL (takes around 2-3h). To run without calculating the data use
Elltorque.run(false)
本数据集包含用于复现论文《旋转阿尔文模作用于椭球形地幔的压力扭矩》(原文标题:"Pressure torque of torsional Alfvén modes acting on an ellipsoidal mantle")全部结果的实验数据、绘图例程与分析例程。本工具包依托开源代码Mire.jl开发。
## 前置依赖
需预先安装TeX Live、Python/Python3(需搭配matplotlib≥v2.1以支持最新色图),以及版本不低于v1.3的可用Julia运行环境。
## 安装步骤
打开仓库目录,执行以下命令以安装本工具包:
bash
julia install_local.jl
## 运行流程
若需完整执行计算与绘图流程,只需在Julia交互式解释器(REPL)中运行以下代码,整体耗时约2-3小时:
julia
using Elltorque
Elltorque.run(true)
若无需重新计算原始数据,仅生成绘图结果,则执行:
julia
using Elltorque
Elltorque.run(false)
创建时间:
2020-04-21



