This repository hosts figure scripts and source codes 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.
/ipynb
/[model]
/[problem]
/[variation]
/[figure notebooks]
/source_files
/[model]
/codes
/[code]
/[source files]
/[problem]
/[variation]
/[code]
/[input files]
/pseudo_code.py
Jupyter Notebooks containing Python scripts to generate the manuscript figures can be found in the /ipynb
directory.
To be consistent with the structure of the Problem Set (Section 1.2), the subdirectories within are hierarchically organized first by model (e.g., /unstratified
), next by problem (e.g., ../BA
), and last by variation (e.g., ../../np1
).
Source and input files for some contributing codes can be found in the /source_files
directory.
To be consistent with the structure of the Problem Set (Section 1.2), the subdirectories within are hierarchically organized first by model (e.g., /unstratified
), next by problem (e.g., ../BA
), next by variation (e.g., ../../np1
), and last by code (e.g., ../../../Athena++
).