22 (equilibrium, coreprof, control_integer, control_double, &
45 TYPE (type_equilibrium
),
POINTER :: equilibrium(:)
46 TYPE (type_coreprof
),
POINTER :: coreprof(:)
47 INTEGER,
INTENT(IN) :: control_integer(2)
48 REAL (R8),
INTENT(IN) :: control_double(5)
57 nrho =
SIZE(coreprof(1)%rho_tor)
58 neq =
SIZE(equilibrium(1)%profiles_1d%rho_tor)
62 geometry%RHO = coreprof(1)%rho_tor
64 CALL
l3deriv(equilibrium(1)%profiles_1d%volume, equilibrium(1)%profiles_1d%rho_tor, neq, &
65 geometry%VPR, geometry%RHO, nrho)
69 profiles%ZION = coreprof(1)%composition%zion
70 profiles%MION = coreprof(1)%composition%amn
78 control%SOLVER_TYPE = control_integer(1)
79 control%SIGMA_SOURCE = control_integer(2)
80 control%TAU = control_double(1)
81 control%AMIX = control_double(2)
82 control%AMIXTR = control_double(3)
83 control%CONV = control_double(4)
84 control%CONVREC = control_double(5)
108 (sources, coresource)
130 TYPE (type_coresource
),
POINTER :: coresource(:)
137 coresource(1)%VALUES(1)%qe%exp = sources%QE_EXP
138 coresource(1)%VALUES(1)%si%exp = sources%SI_EXP
139 coresource(1)%VALUES(1)%qi%exp = sources%QI_EXP
subroutine l3deriv(y_in, x_in, nr_in, dydx_out, x_out, nr_out)
subroutine profiles(p0, rbphi, dp0, drbphi, a)
subroutine convert_cpo_to_neutrals_types(EQUILIBRIUM, COREPROF, CONTROL_INTEGER, CONTROL_DOUBLE, GEOMETRY, PROFILES, CONTROL)
??
The module declares types of variables used in ETS (transport code)
subroutine convert_neutrals_to_cpo_types(SOURCES, CORESOURCE)
??