Skip to content

Commit

Permalink
Add note about the Python parser to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Dec 5, 2023
1 parent fb06fde commit c7cde49
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Docs/source/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,15 @@ By default, 4 output files are created:

The species masses are given in units of solar masses.

Some problems have custom versions of the diagnostics with additional information.
``Castro/Util/scripts/diag_parser.py`` contains Python code for parsing
these output files into Numpy arrays. Usage instructions are included
in the file, along with an example script at
``Castro/Util/scripts/plot_species.py``. This reads a
``species_diag.out`` file provided on the command line and makes a plot
of the total mass fractions over time.

Some problems have custom versions of the diagnostics with additional
information. These are not currently supported by the Python parser.


.. _sec:parallel_io:
Expand Down

0 comments on commit c7cde49

Please sign in to comment.