SCALE-RM
scale_index.F90
Go to the documentation of this file.
1 !-------------------------------------------------------------------------------
9 !-------------------------------------------------------------------------------
10 #include "scalelib.h"
12  !-----------------------------------------------------------------------------
13  !
14  !++ used modules
15  !
16  use scale_io
17  !-----------------------------------------------------------------------------
18  implicit none
19  private
20  !-----------------------------------------------------------------------------
21  !
22  !++ Public procedure
23  !
24  !-----------------------------------------------------------------------------
25  !
26  !++ Public parameters & variables
27  !
28  integer, public, parameter :: i_dens = 1
29  integer, public, parameter :: i_momz = 2
30  integer, public, parameter :: i_momx = 3
31  integer, public, parameter :: i_momy = 4
32  integer, public, parameter :: i_rhot = 5
33  integer, public, parameter :: i_qtrc = 6
34 
35  integer, public :: va ! number of the additional prognostic variables
36 
37 end module scale_index
scale_index::i_momz
integer, parameter, public i_momz
Definition: scale_index.F90:29
scale_index::i_momx
integer, parameter, public i_momx
Definition: scale_index.F90:30
scale_index
module Index
Definition: scale_index.F90:11
scale_index::i_qtrc
integer, parameter, public i_qtrc
Definition: scale_index.F90:33
scale_index::i_dens
integer, parameter, public i_dens
Definition: scale_index.F90:28
scale_index::i_momy
integer, parameter, public i_momy
Definition: scale_index.F90:31
scale_index::va
integer, public va
Definition: scale_index.F90:35
scale_io
module STDIO
Definition: scale_io.F90:10
scale_index::i_rhot
integer, parameter, public i_rhot
Definition: scale_index.F90:32