PLUME-MoM  1.0
Integralvolcanicplumemodel
 All Classes Files Functions Variables Pages
variables.f90
Go to the documentation of this file.
1 !*****************************************************************************
3 !
8 !*****************************************************************************
9 
10 MODULE variables
11 
12  IMPLICIT NONE
13 
15  REAL*8 :: gi
16 
18  REAL*8 :: pi_g
19 
21  INTEGER :: verbose_level
22 
24  LOGICAL :: dakota_flag
25 
27  LOGICAL :: hysplit_flag
28 
30  INTEGER, PARAMETER :: max_n_part = 50
31 
32  LOGICAL :: inversion_flag
33 
34  REAL*8 :: height_weight
35  REAL*8 :: height_obj
36  REAL*8 :: mu_weight
37  REAL*8 :: mu_obj
38  REAL*8 :: sigma_weight
39  REAL*8 :: sigma_obj
40  REAL*8 :: skew_weight
41  REAL*8 :: skew_obj
42 
43 END MODULE variables
Global variables.
Definition: variables.f90:10