SCALE-RM
|
module atmosphere / physics / pbl / common More...
Functions/Subroutines | |
subroutine, public | atmos_phy_bl_tendency_tracer (KA, KS, KE, IA, IS, IE, JA, JS, JE, DENS, QTRC, SFLX_Q, Kh, MASS, CZ, FZ, F2H, DDT, TRACER_NAME, RHOQ_t) |
ATMOS_PHY_BL_tendency_tracer calculate tendency of tracers by the eddy viscosity. More... | |
module atmosphere / physics / pbl / common
name | description | unit | variable |
---|---|---|---|
ZFLX_{TRACER_NAME}_BL | Z FLUX of DENS * {TRACER_NAME} (PBL); {TRACER_NAME} depends on the physics schemes, e.g., QV, QC, QR. | kg/m2/s | flx |
subroutine, public scale_atmos_phy_bl_common::atmos_phy_bl_tendency_tracer | ( | integer, intent(in) | KA, |
integer, intent(in) | KS, | ||
integer, intent(in) | KE, | ||
integer, intent(in) | IA, | ||
integer, intent(in) | IS, | ||
integer, intent(in) | IE, | ||
integer, intent(in) | JA, | ||
integer, intent(in) | JS, | ||
integer, intent(in) | JE, | ||
real(rp), dimension (ka,ia,ja), intent(in) | DENS, | ||
real(rp), dimension (ka,ia,ja), intent(in) | QTRC, | ||
real(rp), dimension( ia,ja), intent(in) | SFLX_Q, | ||
real(rp), dimension (ka,ia,ja), intent(in) | Kh, | ||
real(rp), intent(in) | MASS, | ||
real(rp), dimension ( ka,ia,ja), intent(in) | CZ, | ||
real(rp), dimension (0:ka,ia,ja), intent(in) | FZ, | ||
real(rp), dimension(ka,2,ia,ja), intent(in) | F2H, | ||
real(dp), intent(in) | DDT, | ||
character(len=*), intent(in) | TRACER_NAME, | ||
real(rp), dimension(ka,ia,ja), intent(out) | RHOQ_t | ||
) |
ATMOS_PHY_BL_tendency_tracer calculate tendency of tracers by the eddy viscosity.
Definition at line 62 of file scale_atmos_phy_bl_common.F90.
References scale_atmos_grid_cartesc_index::ie, scale_atmos_grid_cartesc_index::is, scale_atmos_grid_cartesc_index::je, scale_atmos_grid_cartesc_index::js, scale_tracer::k, scale_atmos_grid_cartesc_index::ka, scale_atmos_grid_cartesc_index::ke, scale_atmos_grid_cartesc_index::ks, scale_tracer::mass, scale_precision::rp, and scale_tracer::tracer_name.
Referenced by mod_atmos_phy_bl_driver::atmos_phy_bl_driver_calc_tendency().