SCALE-RM
|
#include "scalelib.h"
Go to the source code of this file.
Modules | |
module | mod_atmos_dyn_driver |
module Atmosphere / Dynamics | |
Functions/Subroutines | |
subroutine, public | mod_atmos_dyn_driver::atmos_dyn_driver_setup |
Setup. More... | |
subroutine, public | mod_atmos_dyn_driver::atmos_dyn_driver (do_flag) |
Dynamical Process (Wrapper) More... | |
Variables | |
character(len=h_short), public | mod_atmos_dyn_driver::atmos_dyn_tstep_large_type = 'FVM-HEVE' |
character(len=h_short), public | mod_atmos_dyn_driver::atmos_dyn_tstep_tracer_type = 'FVM-HEVE' |
character(len=h_short), public | mod_atmos_dyn_driver::atmos_dyn_tinteg_large_type = 'EULER' |
character(len=h_short), public | mod_atmos_dyn_driver::atmos_dyn_tinteg_short_type = 'RK4' |
character(len=h_short), public | mod_atmos_dyn_driver::atmos_dyn_tinteg_tracer_type = 'RK3WS2002' |
character(len=h_short), public | mod_atmos_dyn_driver::atmos_dyn_fvm_flux_type = 'CD4' |
character(len=h_short), public | mod_atmos_dyn_driver::atmos_dyn_fvm_flux_tracer_type = 'UD3KOREN1993' |