35 TYPE (type_coreprof
),
POINTER :: coreprof(:)
36 TYPE (type_coresource
),
POINTER :: coresource(:)
46 INTEGER,
ALLOCATABLE :: ntype(:)
47 INTEGER,
ALLOCATABLE :: ncomp(:)
48 INTEGER,
ALLOCATABLE :: nzimp(:)
50 INTEGER,
PARAMETER :: nocur = 1
55 nrho =
SIZE (coreprof(1)%rho_tor)
56 CALL
get_comp_dimensions(coreprof(1)%COMPOSITIONS, nnucl, nion, nimp, nzimp, nneut, ntype, ncomp)
60 CALL copy_cpo(coreprof(1)%COMPOSITIONS, coresource(1)%COMPOSITIONS)
63 coresource(1)%datainfo%cocos = 13
64 coresource(1)%time = coreprof(1)%time
65 coresource(1)%VALUES(1)%rho_tor = coreprof(1)%rho_tor
66 coresource(1)%VALUES(1)%rho_tor_norm = coreprof(1)%rho_tor/coreprof(1)%rho_tor(nrho)
70 coresource(1)%VALUES(1)%qe%exp = 0.01_r8*6.2e-20_r8*coreprof(1)%toroid_field%B0**2.0*coreprof(1)%ne%value*coreprof(1)%te%value
74 ALLOCATE (coresource%VALUES(1)%sourceid%id(1))
75 ALLOCATE (coresource(1)%VALUES(1)%sourceid%description(1))
76 coresource(1)%VALUES(1)%sourceid%id =
'syncrotronradiation'
77 coresource(1)%VALUES(1)%sourceid%flag = 17
78 coresource(1)%VALUES(1)%sourceid%description =
'Source from syncrotron radiation'
81 IF(
ALLOCATED(ntype))
DEALLOCATE (ntype)
82 IF(
ALLOCATED(ncomp))
DEALLOCATE (ncomp)
83 IF(
ALLOCATED(nzimp))
DEALLOCATE (nzimp)
subroutine get_comp_dimensions(COMPOSITIONS, NNUCL, NION, NIMP, NZIMP, NNEUT, NTYPE, NCOMP)
subroutine synchrotron_radiation(COREPROF, CORESOURCE)
This module contains routines for allocation/deallocation if CPOs used in ETS.
subroutine allocate_coresource_cpo(NSLICE, NRHO, NNUCL, NION, NIMP, NZIMP, NNEUT, NTYPE, NCOMP, CORESOURCE)
This routine allocates CORESOURCE CPO.