25 USE deallocate_structures
35 TYPE (type_coreprof
),
POINTER :: coreprof(:)
36 TYPE (type_coredelta
),
POINTER :: coredelta(:)
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(coredelta(1)%COMPOSITIONS)
59 CALL copy_cpo(coreprof(1)%COMPOSITIONS, coredelta(1)%COMPOSITIONS)
63 coredelta(1)%time = coreprof(1)%time
64 coredelta(1)%values(1)%rho_tor = coreprof(1)%rho_tor
69 ALLOCATE (coredelta(1)%VALUES(1)%deltaid%id(1))
70 ALLOCATE (coredelta(1)%VALUES(1)%deltaid%description(1))
71 coredelta(1)%VALUES(1)%deltaid%id =
'not_provided'
72 coredelta(1)%VALUES(1)%deltaid%flag = 5
73 coredelta(1)%VALUES(1)%deltaid%description =
'No data provided'
subroutine allocate_coredelta_cpo(NSLICE, NRHO, NNUCL, NION, NIMP, NZIMP, NNEUT, NTYPE, NCOMP, COREDELTA)
This routine allocates COREDELTA 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_delta(COREPROF, COREDELTA)