6 amn_ion, zn_ion, z_ion, &
7 amn_imp, zn_imp, maxz_imp, &
9 ncold, nthermal, nfast, nnbi)
17 USE deallocate_structures
25 TYPE (type_coreprof
),
POINTER :: coreprof_db(:)
26 TYPE (type_coreprof
),
POINTER :: coreprof_out(:)
27 TYPE (type_compositionc
),
POINTER :: compositionc(:)
30 INTEGER,
PARAMETER :: nocur = 1
34 INTEGER,
ALLOCATABLE :: nzimp(:)
36 INTEGER,
ALLOCATABLE :: ncomp(:)
37 INTEGER,
ALLOCATABLE :: ntype(:)
39 INTEGER :: ncold, nthermal, nfast, nnbi
41 REAL (R8) :: amn_ion(30), zn_ion(30), z_ion(30)
42 REAL (R8) :: amn_imp(100), zn_imp(100), maxz_imp(100)
44 INTEGER :: ncomp_in(130)
45 INTEGER :: ntype_in(130)
48 REAL (R8),
ALLOCATABLE :: amn(:), zn(:), zion(:)
49 REAL (R8),
ALLOCATABLE :: amnimp(:), znimp(:), maxzimp(:)
52 ALLOCATE (amn(30), zn(30), zion(30))
53 ALLOCATE (amnimp(130), znimp(130), maxzimp(130))
67 amnimp, znimp, maxzimp, &
69 ncold, nthermal, nfast, nnbi)
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)
This module contains routines for allocation/deallocation if CPOs used in ETS.
subroutine set_plasma_composition(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)