ECRad is a code for the predection of electron cyclotron emission measurements of thermal and non-thermal magnetic confinement fusion plasmas.
At the moment this paper is the reference for ECRad. However, there are two other papers that should be cited alongside the above paper:
- If you use the primary model for the absorption coefficent cite this.
- If you use the secondary model for the absorption coefficent cite this. As per the author's request this reference differs from the reference in the ECRad paper.
You can find the corresponding .bib files in the references
folder. There is no guarantee for the correctness of these refenrence.
Clone the directory.
git clone https://github.com/AreWeDreaming/ECRad_core.git
If you are using bash:
cd ECRad
./build.sh
If you are using tsch
cd ECRad
./build.tcsh
Either gfortran or intel ifort and GNU make.
ECRad should be exclusively run through its designated (GUI)[https://github.com/AreWeDreaming/ECRad].
At the moment all contributions should be discussed. Pull requests will be welcome once version 1.0 is stable.
Exceptions:
ECRad contains modified versions of fitpack and odepack from the scipy python package which falls under the BSD license. The corresponding license can be found in license folder.
The source file quadratue.f90 is included in its unmodified form. It is published under the GNU LGPL license. The text of the license can be found in the license folder.