carmeloevoli / crams

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C++ 88.1%Language:CMake 11.0%Language:C 0.9%