This repository hosts figure scripts and source code files for the Streaming Instability Code Comparison project led by PFITS+. The underlying figure data is hosted on our Google Shared Drive (please contact Stanley A. Baronett to request access to add files). For project updates and details on how to contribute, please visit our dedicated webpage.
To be consistent with the structure of the Problem Set (Section 1.2), the subdirectories are hierarchically organized first by model (e.g., /unstratified
), next by problem (e.g., ../BA
), and last by variation (e.g., ../../512
).
/[model]
/src
/pseudo_code.py
/[dust_implementation]
/[code]
/[source files]
/[problem]
/[variation]
/[figures].ipynb
/src
/[dust_implementation]
/[code]
/[source/input files]
Jupyter Notebooks (with filename extension .ipynb
) containing Python scripts to generate figures can be found within the subdirectories (see tree view).
Source and input files for contributing codes can be found within any /src/
subdirectory (see tree view).
To contribute these files, please create a pull request from your own fork.
Please feel free to create an issue for any questions, feedback, or issues encountered.