47 REAL (R8),
INTENT(INOUT) ::
fun(nrho)
48 REAL (R8),
INTENT(IN) :: rho(nrho)
49 REAL (R8),
INTENT(IN) :: psi(nrho)
50 REAL (R8),
INTENT(IN) :: rho_ped
57 IF (rho(irho).GT.rho_ped)
EXIT
61 psi_mid = (psi(nped) + psi(nrho)) / 2.0_r8
62 delta = abs(psi(nped) - psi(nrho))
65 DO irho = nped+1, nrho
67 (tanh(2.0_r8*(1.0_r8-psi_mid)/delta)-tanh(2.0_r8*(psi(irho)-psi_mid)/delta))
Module provides the interface between (external) CPO and internal ETS derived types.
subroutine profiles(p0, rbphi, dp0, drbphi, a)
subroutine main_plasma_pedestal(FUN, RHO, RHO_PED, PSI, NRHO)
The module declares types of variables used in ETS (transport code)