ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
fc2k_fusion_sources.f90
Go to the documentation of this file.
1 SUBROUTINE fc2k_fusion_sources (COREPROF, CORESOURCE)
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 i ETS profiles
22  type (type_coresource), pointer :: coresource(:) ! output CPO with fusion sources
23 
24  call fusion_sources(coreprof, coresource)
25 
26  return
27 
28 END SUBROUTINE fc2k_fusion_sources
subroutine fusion_sources(coreprof, coresource)
subroutine fc2k_fusion_sources(COREPROF, CORESOURCE)
Module implementing fusion sources.