Go to the source code of this file.
|
subroutine | fc2k_plasma_composition (COREPROF_DB, COREPROF_OUT, NION, NIMP, NNEUT, AMN_ION, ZN_ION, Z_ION, AMN_IMP, ZN_IMP, MAXZ_IMP, NCOMP_IN, NTYPE_IN, NCOLD, NTHERMAL, NFAST, NNBI) |
|
subroutine fc2k_plasma_composition |
( |
type (type_coreprof), dimension(:), pointer |
COREPROF_DB, |
|
|
type (type_coreprof), dimension(:), pointer |
COREPROF_OUT, |
|
|
integer |
NION, |
|
|
integer |
NIMP, |
|
|
integer |
NNEUT, |
|
|
real (r8), dimension(30) |
AMN_ION, |
|
|
real (r8), dimension(30) |
ZN_ION, |
|
|
real (r8), dimension(30) |
Z_ION, |
|
|
real (r8), dimension(100) |
AMN_IMP, |
|
|
real (r8), dimension(100) |
ZN_IMP, |
|
|
real (r8), dimension(100) |
MAXZ_IMP, |
|
|
integer, dimension(130) |
NCOMP_IN, |
|
|
integer, dimension(130) |
NTYPE_IN, |
|
|
integer |
NCOLD, |
|
|
integer |
NTHERMAL, |
|
|
integer |
NFAST, |
|
|
integer |
NNBI |
|
) |
| |