ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
fc2k_coronal.F90
Go to the documentation of this file.
1 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
2 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
3  SUBROUTINE fc2k_coronal(COREIMPUR_IN, COREPROF_IN, COREIMPUR_OUT, INTERPOL, ICORONAL)
4 
5 
6 ! +++ Declaration of variables:
7  USE euitm_schemas
8  USE coronal
9 
10 
11  IMPLICIT NONE
12 
13  INTEGER :: interpol !interpolation index "0"-based on RHO_TOR; all other - based on RHO_TOR_NORM
14  INTEGER :: icoronal !coronal index: "0"-OFF; "1" - replace boundary conditions by coronal; "2" - replace boundary conditions and profiles by coronal
15 
16 ! +++ CPO derived types:
17  TYPE (type_coreimpur), POINTER :: coreimpur_in(:) !input CPO with impurity
18  TYPE (type_coreprof), POINTER :: coreprof_in(:) !input CPO with plasma profiles
19  TYPE (type_coreimpur), POINTER :: coreimpur_out(:) !output CPO with sources uploaded from the data base
20 
21  CALL set_coronal(coreimpur_in, coreprof_in, coreimpur_out, interpol, icoronal)
22 
23 
24  10 RETURN
25 
26 
27  END SUBROUTINE fc2k_coronal
28 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
29 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
30 
31 
32 
33 
34 
subroutine fc2k_coronal(COREIMPUR_IN, COREPROF_IN, COREIMPUR_OUT, INTERPOL, ICORONAL)
Definition: fc2k_coronal.F90:3
subroutine set_coronal(COREIMPUR_IN, COREPROF_IN, COREIMPUR_OUT, INTERPOL, ICORONAL)
Definition: coronal.f90:6