FE-Project
Loading...
Searching...
No Matches
model
atm_nonhydro3d
src
scale-dg.F90
Go to the documentation of this file.
1
!-------------------------------------------------------------------------------
11
!-------------------------------------------------------------------------------
12
program
scaledg
13
!-----------------------------------------------------------------------------
14
!
15
!++ used modules
16
!
17
use
mod_dg_launcher
18
!-----------------------------------------------------------------------------
19
implicit none
20
!-----------------------------------------------------------------------------
21
!
22
!++ included parameters
23
!
24
!-----------------------------------------------------------------------------
25
!
26
!++ parameters & variables
27
!
28
!=============================================================================
29
30
logical
:: execute_preprocess = .false.
! execute preprocess tools?
31
logical
:: execute_model = .true.
! execute main model?
32
33
!-----------------------------------------------------------
34
35
call
launcher
( execute_preprocess, &
! (in)
36
execute_model )
! (in)
37
38
stop
39
end program
scaledg
mod_dg_launcher
module Launcher(a launcher of main routine)
Definition
mod_dg_launcher.F90:12
mod_dg_launcher::launcher
subroutine, public launcher(execute_preprocess, execute_model)
Definition
mod_dg_launcher.F90:44
scaledg
program scaledg
Program SCALE-DG (a launcher of main routine)
Definition
scale-dg.F90:12
Generated by
1.10.0