ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
fc2k_synchrotron_radiation.f90
Go to the documentation of this file.
1  SUBROUTINE fc2k_synchrotron_radiation(COREPROF, CORESOURCE)
2 
3 !-------------------------------------------------------!
4 ! This routine calculate sybchrotron radiation !
5 ! !
6 !-------------------------------------------------------!
7 ! Source: --- !
8 ! Developers: I.M.Ivanova-Stanik !
9 ! Kontacts: irena.ivanova-stanik@ifpilm.pl !
10 ! !
11 ! Comments: might change after the ITM !
12 ! data stucture is finalized !
13 ! !
14 !-------------------------------------------------------!
15 
16 
17  USE euitm_schemas
18  USE synchrotron
19 
20 
21  IMPLICIT NONE
22 
23 ! +++ CPO derived types:
24  TYPE (type_coreprof), POINTER :: coreprof(:)
25  TYPE (type_coresource), POINTER :: coresource(:)
26 
27 
28  CALL synchrotron_radiation(coreprof, coresource)
29 
30 
31  RETURN
32 
33 
34  END SUBROUTINE fc2k_synchrotron_radiation
35 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
36 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
37 
38 
39 
40 
subroutine synchrotron_radiation(COREPROF, CORESOURCE)
Definition: synchrotron.f90:9
subroutine fc2k_synchrotron_radiation(COREPROF, CORESOURCE)