ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
fc2k_rho_tor_calc.f90
Go to the documentation of this file.
1 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
2 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
3 
4 SUBROUTINE calculate_rhotor(PLASMA_AX, MAG_AX, AMIN, ELONG_UP, ELONG_LOW, TRIA_UP, TRIA_LOW, RHO)
5 
6 !--------------------------------------------------------
7 ! This is FC2K wrapper for CALCULATE_RHO_TOR !
8 !--------------------------------------------------------
9 
10  USE itm_constants
12  USE ets_plasma
13 
14  IMPLICIT NONE
15 
16  TYPE (diagnostic) :: diag
17 
18  REAL (R8) :: geo_ax(3)
19  REAL (R8) :: mag_ax(3)
20  REAL (R8) :: plasma_ax(3)
21 
22  REAL (R8) :: ip
23  REAL (R8) :: amin
24  REAL (R8) :: elong_up, elong_low
25  REAL (R8) :: tria_up, tria_low
26 
27  REAL (R8) :: rho
28 
29 
30  CALL calculate_rho_tor(plasma_ax, mag_ax, amin, elong_up, elong_low, tria_up, tria_low, &
31  rho, diag)
32 
33 
34  RETURN
35 
36 END SUBROUTINE calculate_rhotor
37 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
38 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
subroutine calculate_rho_tor(PLASMA_AX, MAG_AX,AMIN,ELONG_UP,ELONG_LOW,TRIA_UP,TRIA_LOW,
subroutine calculate_rhotor(PLASMA_AX, MAG_AX, AMIN, ELONG_UP, ELONG_LOW, TRIA_UP, TRIA_LOW, RHO)
The module declares types of variables used in ETS (transport code)
Definition: ets_plasma.f90:8