Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 888 Bytes

File metadata and controls

26 lines (18 loc) · 888 Bytes

CRAMS

arXiv arXiv License: MIT

Code for computing galactic cosmic ray spectra in the weighted-slab model (Cosmic Rays for AMS)

Installation

You can install CRAMS using cmake:

mkdir build
cd build
cmake ..
make 

It requires the GSL C library available at https://www.gnu.org/software/gsl/

Versions

  • Version 2.0 (20/11/2019): Version created to be used in 1910.04113
  • Version 1.1 (07/02/2019): Version created to be used in 1904.10220
  • Version 1.0 (25/01/2019): Release version.