SCALE-RM
scale-rm
src
scale-rm.F90
Go to the documentation of this file.
1
!-------------------------------------------------------------------------------
11
!-------------------------------------------------------------------------------
12
program
scalerm
13
!-----------------------------------------------------------------------------
14
!
15
!++ used modules
16
!
17
use
mod_launcher
18
!-----------------------------------------------------------------------------
19
implicit none
20
21
logical
:: execute_preprocess = .false.
! execute preprocess tools?
22
logical
:: execute_model = .true.
! execute main model?
23
24
call
launcher
( execute_preprocess, &
! (in)
25
execute_model )
! (in)
26
27
stop
28
end program
scalerm
mod_launcher::launcher
subroutine, public launcher(EXECUTE_PREPROCESS, EXECUTE_MODEL)
Definition:
mod_launcher.F90:44
mod_launcher
module Launcher(a launcher of main routine)
Definition:
mod_launcher.F90:12
scalerm
program scalerm
Program SCALE-RM (a launcher of main routine)
Definition:
scale-rm.F90:12
Generated by
1.8.17