Skip to content

ym1906/PROCESS

 
 

Repository files navigation

PROCESS

PROCESS is the reactor systems code at CCFE. More information on PROCESS can be found on the PROCESS webpage.

PROCESS was originally a Fortran code, but is now Python-wrapped Fortran. In order to use PROCESS, the Fortran must be compiled and a Python-Fortran interface generated for the Python to import. Once built, it can be installed and run as a Python package.

Getting Started

Please see the installation guide and the usage guide. Once installed, the examples directory provides Jupyter notebooks for interactively demonstrating usage of PROCESS, which is a good place to start. The examples/README.md provides more help.

Documentation

To read about how the code works and the modules in it see the documentation, which is hosted on Gitlab Pages.

Tracking and Testing

Process uses a mixture of tracking and testing to ensure code reliability. Tests are run on each branch and ensure the output of keys functions are correct. Tracking, on the other hand, shows graphs of a variables changes over time, and what commit caused the change.

Our tracker can be found here: http:https://process.gitpages.ccfe.ac.uk/process/tracking.html Documentation on testing can be found here: http:https://process.gitpages.ccfe.ac.uk/process/development/testing/

Development

Please see the CONTRIBUTING.md for guidance on how to contribute to PROCESS. Further information is found in the development section of the documentation.

Publications

A list of publications using PROCESS is given here, including two papers outlining the physics and engineering models in PROCESS.

Contacts

James Morris

Jonathan Maddock

Michael Kovari

Stuart Muldrew

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.5%
  • Fortran 29.9%
  • CMake 0.4%
  • Shell 0.1%
  • Dockerfile 0.1%
  • Jinja 0.0%