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

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Streaming Instability Code Comparison

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.

Directory structure

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

Tree view

/[model]
  /src
    /pseudo_code.py
    /[dust_implementation]
      /[code]
        /[source files]
  /[problem]
    /[variation]
      /[figures].ipynb
      /src
        /[dust_implementation]
          /[code]
            /[source/input files]

Figures

Jupyter Notebooks (with filename extension .ipynb) containing Python scripts to generate figures can be found within the subdirectories (see tree view).

Source code

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.

Issues

Please feel free to create an issue for any questions, feedback, or issues encountered.