A quasi-optical beam-tracing code for electron cyclotron waves absorption and current drive in tokamaks
Go to file
Michele Guerini Rocco 63e2bf0b04
convert remaining subroutines to derived types
- converts analytical profiles/equilibrium subroutines to derived types
- use less undecipherable and consistent names

The subroutine names have changed as follows:

    set_prfspl → set_profiles_spline
    set_prfan  → set_profiles_an
  unset_prfspl → unset_profiles_spline
  unset_prfan  → unset_profiles_an
  set_equian   → set_equil_an
  set_eqspl    → set_equil_spline
  unset_equian → unset_equil_an
  unset_eqspl  → unset_equil_spline
  unset_rhospl → unset_rho_spline
2022-05-22 01:18:08 +02:00
doc doc/3.io-files.md: clarify ieccd options 2022-05-22 01:02:19 +02:00
input add INI configuration file 2022-05-22 01:02:19 +02:00
scripts scripts: make shebangs more portable 2021-12-15 02:30:47 +01:00
src convert remaining subroutines to derived types 2022-05-22 01:18:08 +02:00
srcjetto fixed incompatibilities with allocatable arrays (pgf90 compiler, JETTO); fixed input/output scaling (gray/jetto interface); fixed error in read_beams2 for small beam tables 2016-06-01 13:49:35 +00:00
.gitignore add option to set parameters from the command-line 2022-05-11 01:15:07 +02:00
configure add documentation 2021-12-15 02:30:58 +01:00
default.nix default.nix: update to Nixpkgs 21.11 2022-05-11 01:15:08 +02:00
depend add option to set parameters from the command-line 2022-05-11 01:15:07 +02:00
Makefile Makefile: fix default PREFIX 2022-05-11 01:15:07 +02:00