25 USE deallocate_structures
34 TYPE (type_coreprof
),
POINTER :: coreprof(:)
35 TYPE (type_coreimpur
),
POINTER :: coreimpur(:)
39 INTEGER,
PARAMETER :: nslice = 1
44 INTEGER,
ALLOCATABLE :: nzimp(:)
46 INTEGER,
ALLOCATABLE :: ncomp(:)
47 INTEGER,
ALLOCATABLE :: ntype(:)
52 nrho =
SIZE (coreprof(1)%rho_tor, dim=1)
53 CALL
get_comp_dimensions(coreprof(1)%COMPOSITIONS, nnucl, nion, nimp, nzimp, nneut, ntype, ncomp)
58 CALL deallocate_cpo(coreimpur(1)%COMPOSITIONS)
59 CALL copy_cpo(coreprof(1)%COMPOSITIONS, coreimpur(1)%COMPOSITIONS)
63 coreimpur(1)%time = coreprof(1)%time
65 coreimpur(1)%rho_tor = coreprof(1)%rho_tor
66 coreimpur(1)%rho_tor_norm = coreprof(1)%rho_tor/coreprof(1)%rho_tor(nrho)
69 IF(
ALLOCATED(nzimp))
DEALLOCATE ( nzimp )
70 IF(
ALLOCATED(ncomp))
DEALLOCATE ( ncomp )
71 IF(
ALLOCATED(ntype))
DEALLOCATE ( ntype )
subroutine allocate_coreimpur_cpo(NSLICE, NRHO, NNUCL, NION, NIMP, NZIMP, NNEUT, NTYPE, NCOMP, COREIMPUR)
This routine allocates COREIMPUR CPO.
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_impurity(COREPROF, COREIMPUR)