Saved in:
| Main Authors: | , |
|---|---|
| Format: | Recurso digital |
| Language: | |
| Published: |
Zenodo
2025
|
| Online Access: | https://doi.org/10.5281/zenodo.15468673 |
| Tags: |
Add Tag
No Tags, Be the first to tag this record!
|
Table of Contents:
- <p>Metadata, input files, and scripts used for the paper “Multi-dimensional Models of Mixed H/He Flames in X-ray Bursts”.</p> <p>Each of the <code>run_*</code> directories corresponds to a Castro run using CNO_He_burn. They contain:</p> <ul> <li><code>inputs.*</code>: the inputs file used for the run</li> <li><code>job_info</code>: information about the run, including the total GPU time used, all the compilation options, git hashes of Castro, AMReX, and Microphysics, and the parsed input file settings. Extracted from the last full plotfile for each run.</li> <li><code>density_profile.dat</code>: generated by <code>weighted_profile.py</code></li> <li><code>front_tracking*.dat</code>: generated by the <a href="https://github.com/AMReX-Astro/Castro/blob/30dd8f7a2e878ecd288e70ca1ef234af497ad8a0/Exec/science/flame_wave/analysis/front_tracker.py"><code>front_tracker.py</code></a> script</li> <li>any Slurm submission scripts used</li> </ul> <p>Python scripts:</p> <ul> <li><code>flame_speed.py</code>: reads flame front tracking data generated by the <code>front_tracker.py</code>, performs fits, makes a plot (figure 3), and writes LaTeX tables containing the fit parameters and velocities at different times (tables 2 and 3)</li> <li><code>make_plots.py</code>: used to generate figures 2, 4, and 7</li> <li><code>weighted_profile.py</code>: reads all the plotfiles for a run and generates the weighted profile data for figure 2</li> <li><code>interactive.py</code>: meant to be loaded into an interactive IPython session as <code>ipython -i interactive.py</code>; imports <code>util.py</code></li> </ul> <p>Helper libraries:</p> <ul> <li><code>plot_utils.py</code>: contains common code used in <code>make_plots.py</code></li> <li><code>util.py</code>: contains functions for interactively inspecting the reactions occurring in a plotfile. Notably, <code>network_plot()</code> was used to generate figures 5 and 6.</li> </ul>