25 USE deallocate_structures
35 TYPE (type_coreprof
),
POINTER :: coreprof(:)
36 TYPE (type_coretransp
),
POINTER :: coretransp(:)
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(coretransp(1)%COMPOSITIONS)
59 CALL copy_cpo(coreprof(1)%COMPOSITIONS, coretransp(1)%COMPOSITIONS)
63 coretransp(1)%time = coreprof(1)%time
64 coretransp(1)%values(1)%rho_tor = coreprof(1)%rho_tor
65 coretransp(1)%values(1)%rho_tor_norm = coreprof(1)%rho_tor/coreprof(1)%rho_tor(nrho)
70 ALLOCATE (coretransp(1)%VALUES(1)%transportid%id(1))
71 ALLOCATE (coretransp(1)%VALUES(1)%transportid%description(1))
72 coretransp(1)%VALUES(1)%transportid%id =
'not_provided'
73 coretransp(1)%VALUES(1)%transportid%flag = 13
74 coretransp(1)%VALUES(1)%transportid%description =
'No data provided'
subroutine get_comp_dimensions(COMPOSITIONS, NNUCL, NION, NIMP, NZIMP, NNEUT, NTYPE, NCOMP)
subroutine ignore_transport(COREPROF, CORETRANSP)
This module contains routines for allocation/deallocation if CPOs used in ETS.
subroutine allocate_coretransp_cpo(NSLICE, NRHO, NNUCL, NION, NIMP, NZIMP, NNEUT, NTYPE, NCOMP, CORETRANSP)
This routine allocates CORETRANSP CPO.