4 SUBROUTINE calculate_rhotor(PLASMA_AX, MAG_AX, AMIN, ELONG_UP, ELONG_LOW, TRIA_UP, TRIA_LOW, RHO)
18 REAL (R8) :: geo_ax(3)
19 REAL (R8) :: mag_ax(3)
20 REAL (R8) :: plasma_ax(3)
24 REAL (R8) :: elong_up, elong_low
25 REAL (R8) :: tria_up, tria_low
30 CALL
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)