25 USE deallocate_structures
35 TYPE (type_coreprof
),
POINTER :: coreprof(:)
36 TYPE (type_neoclassic
),
POINTER :: neoclassic(:)
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)
59 CALL deallocate_cpo(neoclassic(1)%COMPOSITIONS)
60 CALL copy_cpo(coreprof(1)%COMPOSITIONS, neoclassic(1)%COMPOSITIONS)
64 neoclassic(1)%time = coreprof(1)%time
65 neoclassic(1)%rho_tor = coreprof(1)%rho_tor
subroutine ignore_neoclassic(COREPROF, NEOCLASSIC)
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 allocate_neoclassic_cpo(NSLICE, NRHO, NNUCL, NION, NIMP, NZIMP, NNEUT, NTYPE, NCOMP, NEOCLASSIC)
This routine allocates NEOCLASSIC CPO.