#include "scalelib.h"
Go to the source code of this file.
|
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 |
|