Skip to content
/ sicc Public
forked from sabaronett/sicc

Figure and source code for the Streaming Instability Code Comparison Project.

License

Notifications You must be signed in to change notification settings

pfitsplus/sicc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming Instability Code Comparison

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.

Directory structure

Tree view

/ipynb
  /[model]
    /[problem]
      /[variation]
        /[figure notebooks]
/source_files
  /[model]
    /codes
      /[code]
        /[source files]
    /[problem]
      /[variation]
        /[code]
          /[input files]
    /pseudo_code.py

Figures

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 code

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++).