6 amn_ion, zn_ion, z_ion, &
7 amn_imp, zn_imp, maxz_imp, &
8 ncomp_fix, ntype_fix, &
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_fix,ntype_fix
45 INTEGER :: ncomp_in(130)
46 INTEGER :: ntype_in(130)
49 REAL (R8),
ALLOCATABLE :: amn(:), zn(:), zion(:)
50 REAL (R8),
ALLOCATABLE :: amnimp(:), znimp(:), maxzimp(:)
53 ALLOCATE (amn(30), zn(30), zion(30))
54 ALLOCATE (amnimp(130), znimp(130), maxzimp(130))
63 ncomp_in(i1)=ncomp_fix
64 ntype_in(i1)=ntype_fix
72 amnimp, znimp, maxzimp, &
74 ncold, nthermal, nfast, nnbi)
This module contains routines for allocation/deallocation if CPOs used in ETS.
subroutine fc2k_plasma_composition2(COREPROF_DB, COREPROF_OUT, NION, NIMP, NNEUT, AMN_ION, ZN_ION, Z_ION, AMN_IMP, ZN_IMP, MAXZ_IMP, NCOMP_FIX, NTYPE_FIX, NCOLD, NTHERMAL, NFAST, NNBI)
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)