Skip to content

Latest commit

 

History

History
executable file
·
51 lines (36 loc) · 1.81 KB

README.md

File metadata and controls

executable file
·
51 lines (36 loc) · 1.81 KB

ECRad is a code for the predection of electron cyclotron emission measurements of thermal and non-thermal magnetic confinement fusion plasmas.

References

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.

Installation

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

Dependencies

Either gfortran or intel ifort and GNU make.

Usage

ECRad should be exclusively run through its designated (GUI)[https://github.com/AreWeDreaming/ECRad].

Contributing

At the moment all contributions should be discussed. Pull requests will be welcome once version 1.0 is stable.

License

MIT

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.