25 USE deallocate_structures
35 TYPE (type_coreprof
),
POINTER :: coreprof(:)
36 TYPE (type_coreneutrals
),
POINTER :: coreneutrals(:)
40 INTEGER,
PARAMETER :: nslice = 1
45 INTEGER,
ALLOCATABLE :: nzimp(:)
47 INTEGER,
ALLOCATABLE :: ncomp(:)
48 INTEGER,
ALLOCATABLE :: ntype(:)
53 nrho =
SIZE (coreprof(1)%rho_tor, dim=1)
55 CALL
get_comp_dimensions(coreprof(1)%COMPOSITIONS, nnucl, nion, nimp, nzimp, nneut, ntype, ncomp)
58 call deallocate_cpo(coreneutrals(1)%COMPOSITIONS)
59 CALL copy_cpo(coreprof(1)%COMPOSITIONS, coreneutrals(1)%COMPOSITIONS)
63 coreneutrals(1)%time = coreprof(1)%time
65 coreneutrals(1)%rho_tor = coreprof(1)%rho_tor
subroutine get_comp_dimensions(COMPOSITIONS, NNUCL, NION, NIMP, NZIMP, NNEUT, NTYPE, NCOMP)
This module contains routines for allocation/deallocation if CPOs used in ETS.
subroutine ignore_neutrals(COREPROF, CORENEUTRALS)
subroutine allocate_coreneutrals_cpo(NSLICE, NRHO, NNUCL, NION, NIMP, NZIMP, NNEUT, NTYPE, NCOMP, CORENEUTRALS)