![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
implements generic sources (ECRH, ICRH, NBI) More...
Public Member Functions | |
subroutine, public | ecrh (equilibrium, coreprof, coresource) |
subroutine, public | icrh (equilibrium, coreprof, coresource) |
subroutine, public | nbi (equilibrium, coreprof, coresource) |
subroutine | assign_code_parameters (codeparameters, return_status, J_SRC_F, QE_EXP_F, QE_IMP_F, QI_EXP_F, QI_IMP_F, SI_EXP_F, SI_IMP_F, UI_EXP_F, UI_IMP_F, J_SRC_F_INT, QE_EXP_F_INT, QE_IMP_F_INT, QI_EXP_F_INT, QI_IMP_F_INT, SI_EXP_F_INT, SI_IMP_F_INT, UI_EXP_F_INT, UI_IMP_F_INT) |
implements generic sources (ECRH, ICRH, NBI)
Definition at line 8 of file generic_sources.f90.
subroutine generic_sources::assign_code_parameters | ( | type (type_param), intent(in) | codeparameters, |
integer(ikind), intent(out) | return_status, | ||
character(len=buflen) | J_SRC_F, | ||
character(len=buflen) | QE_EXP_F, | ||
character(len=buflen) | QE_IMP_F, | ||
character(len=buflen), dimension(:), allocatable | QI_EXP_F, | ||
character(len=buflen), dimension(:), allocatable | QI_IMP_F, | ||
character(len=buflen), dimension(:), allocatable | SI_EXP_F, | ||
character(len=buflen), dimension(:), allocatable | SI_IMP_F, | ||
character(len=buflen), dimension(:), allocatable | UI_EXP_F, | ||
character(len=buflen), dimension(:), allocatable | UI_IMP_F, | ||
real(r8) | J_SRC_F_INT, | ||
real(r8) | QE_EXP_F_INT, | ||
real(r8) | QE_IMP_F_INT, | ||
real(r8), dimension(:), allocatable | QI_EXP_F_INT, | ||
real(r8), dimension(:), allocatable | QI_IMP_F_INT, | ||
real(r8), dimension(:), allocatable | SI_EXP_F_INT, | ||
real(r8), dimension(:), allocatable | SI_IMP_F_INT, | ||
real(r8), dimension(:), allocatable | UI_EXP_F_INT, | ||
real(r8), dimension(:), allocatable | UI_IMP_F_INT | ||
) |
Definition at line 360 of file generic_sources.f90.
subroutine, public generic_sources::ecrh | ( | type (type_equilibrium), dimension(:), pointer | equilibrium, |
type (type_coreprof), dimension(:), pointer | coreprof, | ||
type (type_coresource), dimension(:), pointer | coresource | ||
) |
subroutine, public generic_sources::icrh | ( | type (type_equilibrium), dimension(:), pointer | equilibrium, |
type (type_coreprof), dimension(:), pointer | coreprof, | ||
type (type_coresource), dimension(:), pointer | coresource | ||
) |
subroutine, public generic_sources::nbi | ( | type (type_equilibrium), dimension(:), pointer | equilibrium, |
type (type_coreprof), dimension(:), pointer | coreprof, | ||
type (type_coresource), dimension(:), pointer | coresource | ||
) |
Definition at line 237 of file generic_sources.f90.