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