SCALE-RM
|
module atmosphere / physics / PBL More...
Functions/Subroutines | |
subroutine, public | atmos_phy_bl_vars_setup |
Setup. More... | |
Variables | |
integer, public | qs |
integer, public | qe |
real(rp), dimension(:,:,:), allocatable, public | atmos_phy_bl_rhou_t |
real(rp), dimension(:,:,:), allocatable, public | atmos_phy_bl_rhov_t |
real(rp), dimension(:,:,:), allocatable, public | atmos_phy_bl_rhot_t |
real(rp), dimension(:,:,:,:), allocatable, public | atmos_phy_bl_rhoq_t |
real(rp), dimension(:,:), allocatable, public | atmos_phy_bl_zi |
module atmosphere / physics / PBL
subroutine, public mod_atmos_phy_bl_vars::atmos_phy_bl_vars_setup | ( | ) |
Setup.
Definition at line 58 of file mod_atmos_phy_bl_vars.F90.
References atmos_phy_bl_rhoq_t, atmos_phy_bl_rhot_t, atmos_phy_bl_rhou_t, atmos_phy_bl_rhov_t, atmos_phy_bl_zi, scale_const::const_undef, scale_atmos_grid_cartesc_index::ia, scale_atmos_grid_cartesc_index::ja, scale_atmos_grid_cartesc_index::ka, scale_prc::prc_abort(), and scale_tracer::qa.
Referenced by mod_atmos_vars::atmos_vars_setup().
integer, public mod_atmos_phy_bl_vars::qs |
Definition at line 35 of file mod_atmos_phy_bl_vars.F90.
Referenced by mod_atmos_phy_bl_driver::atmos_phy_bl_driver_calc_tendency(), mod_atmos_phy_bl_driver::atmos_phy_bl_driver_tracer_setup(), and mod_mkinit::tke_setup().
integer, public mod_atmos_phy_bl_vars::qe |
Definition at line 35 of file mod_atmos_phy_bl_vars.F90.
Referenced by mod_atmos_phy_bl_driver::atmos_phy_bl_driver_calc_tendency(), mod_atmos_phy_bl_driver::atmos_phy_bl_driver_tracer_setup(), and mod_mkinit::tke_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_phy_bl_vars::atmos_phy_bl_rhou_t |
Definition at line 37 of file mod_atmos_phy_bl_vars.F90.
Referenced by mod_atmos_phy_bl_driver::atmos_phy_bl_driver_calc_tendency(), and atmos_phy_bl_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_phy_bl_vars::atmos_phy_bl_rhov_t |
Definition at line 38 of file mod_atmos_phy_bl_vars.F90.
Referenced by mod_atmos_phy_bl_driver::atmos_phy_bl_driver_calc_tendency(), and atmos_phy_bl_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_phy_bl_vars::atmos_phy_bl_rhot_t |
Definition at line 39 of file mod_atmos_phy_bl_vars.F90.
Referenced by mod_atmos_phy_bl_driver::atmos_phy_bl_driver_calc_tendency(), and atmos_phy_bl_vars_setup().
real(rp), dimension(:,:,:,:), allocatable, public mod_atmos_phy_bl_vars::atmos_phy_bl_rhoq_t |
Definition at line 41 of file mod_atmos_phy_bl_vars.F90.
Referenced by mod_atmos_phy_bl_driver::atmos_phy_bl_driver_calc_tendency(), and atmos_phy_bl_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_atmos_phy_bl_vars::atmos_phy_bl_zi |
Definition at line 43 of file mod_atmos_phy_bl_vars.F90.
Referenced by atmos_phy_bl_vars_setup(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver_calc_tendency(), and mod_atmos_driver::atmos_surface_set().