Simulation datum of Full particle simulation of whistler-mode triggered falling-tone emissions in the magnetosphere
收藏资源简介:
<strong>Overview</strong> This dataset is obtained from KEMPO1 code with minor modifications. This dataset consists of raw data of simulation, an example of the python code, and Dockerfile to construct a drawing environment using Python. For more detail, please refer README.md. <strong>Command example using Docker</strong> If you draw figures using Docker, please download <strong>ALL the files</strong> in the dataset.<br> Make sure that all files are put at the same directory. <pre><code class="language-bash">cd (path to downloaded files) docker build -t kempo1data . docker run -v ${PWD}:/data -it kempo1data python plot_data.py <data_file>.h5</code></pre>
**数据集概述**:本数据集基于KEMPO1代码修改而来,仅做少量微调。本数据集包含仿真原始数据、Python示例代码,以及用于搭建Python绘图环境的Dockerfile。如需了解更多细节,请参阅README.md文件。 **Docker使用命令示例**:若需通过Docker绘制图形,请下载数据集中的**全部文件**。请确保所有文件置于同一目录下。 bash cd (path to downloaded files) docker build -t kempo1data . docker run -v ${PWD}:/data -it kempo1data python plot_data.py <data_file>.h5



