Skip to content

Project and source files related to the Streaming Instability Code Comparison (SICC) Project led by PFITS+ and the UFOS Project.

License

Notifications You must be signed in to change notification settings

sabaronett/sicc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming Instability Code Comparison (SICC)

Project and source files related to the Streaming Instability Code Comparison (SICC) led by PFITS+ and the UFOS Project.

Directory structure

Project files

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 Streaming Instability Code Comparison Problem Set document (see Section 1.2), the subdirectories within are hierarchically organized by model (e.g., /unstratified), by problem (e.g., ../BA), then by variation (e.g., ../../np1).

Source files

Source and input files for some participating codes, as well as pseudo code for particular models (e.g., ../unstratified/pseudo_code.py), can be found in the /source_files directory. To be consistent with the structure of the Streaming Instability Code Comparison Problem Set document (see Section 1.2), the subdirectories within are hierarchically organized by model (e.g., /unstratified), by problem (e.g., ../BA), by variation (e.g., ../../np1), then by code (e.g., ../../../Athena++).

Tree view

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