SCALE-RM
Modules | Functions/Subroutines | Variables
mod_atmos_dyn_driver.F90 File Reference
#include "scalelib.h"
Include dependency graph for mod_atmos_dyn_driver.F90:

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'
 
character(len=h_short), public mod_atmos_dyn_driver::atmos_dyn_coriolis_type = 'PLANE'
 If ATMOS_DYN_coriolis_type=='PLANE', then f = ATMOS_DYN_coriolis_f0 + ATMOS_DYN_coriolis_beta * ( CY - ATMOS_DYN_coriolis_y0 ) If ATMOS_DYN_coriolis_type=='SPHERE', then f = 2 * CONST_OHM * sin( lat ) More...
 
real(rp), public mod_atmos_dyn_driver::atmos_dyn_coriolis_f0 = 0.0_RP
 
real(rp), public mod_atmos_dyn_driver::atmos_dyn_coriolis_beta = 0.0_RP
 
real(rp), public mod_atmos_dyn_driver::atmos_dyn_coriolis_y0