ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
All Classes Files Functions Variables Pages
fc2k_fusion_distsources.f90
Go to the documentation of this file.
1 SUBROUTINE fc2k_fusion_distsources (COREPROF, EQUILIBRIUM, DISTSOURCE)
2 
3 !-------------------------------------------------------!
4 ! This routine provides fusion sources for the !
5 ! ETS workflow. !
6 !-------------------------------------------------------!
7 ! Source: --- !
8 ! Developers: D. Coster !
9 ! Kontacts: David.Coster@ipp.mpg.de !
10 ! !
11 ! Comments: output CORESOURCE CPO is !
12 ! allocated inside the module !
13 ! !
14 !-------------------------------------------------------!
15 
16  use euitm_schemas
18 
19  implicit none
20 
21  type (type_coreprof), pointer :: coreprof(:) ! input CPO with ETS profiles
22  type (type_equilibrium), pointer :: equilibrium(:) ! input CPO with ETS equilibrium
23  type (type_distsource), pointer :: distsource(:) ! output CPO with fusion sources
24 
25  call fusion_dist_sources(coreprof, equilibrium, distsource)
26 
27  return
28 
29 END SUBROUTINE fc2k_fusion_distsources
Module implementing fusion sources.
subroutine fc2k_fusion_distsources(COREPROF, EQUILIBRIUM, DISTSOURCE)
subroutine fusion_dist_sources(coreprof, equilibrium, distsource)