ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
s4_parameters.f90
Go to the documentation of this file.
1 MODULE s4_parameters !AF 12.Oct.2011 - to avoid a few interface blocks
2 
3 USE itm_types
4 
5 IMPLICIT NONE
6 
7 REAL (R8), ALLOCATABLE :: LOCAL_FLUX_NI_S4(:) !auxiliary variable with the particle flux contribution to energy transport divided by the metrics coefficients Vprime and G1
8 REAL (R8), ALLOCATABLE :: LOCAL_FLUX_NI_CONV_S4(:) !auxiliary variable with the particle flux contribution to energy transport divided by the metrics coefficients Vprime and G1
9 REAL (R8) :: LOCAL_FLUX_NE_S4 !auxiliary variable with the particle flux contribution to electron energy transport divided by the metrics coefficients Vprime and G1
10 REAL (R8) :: LOCAL_FLUX_NE_CONV_S4 !auxiliary variable with the particle flux contribution to electron energy transport divided by the metrics coefficients Vprime and G1
11 
12 END MODULE s4_parameters