SCALE-RM
|
module atmosphere / physics / radiation / common More...
Functions/Subroutines | |
subroutine, public | atmos_phy_rd_calc_heating (KA, KS, KE, IA, IS, IE, JA, JS, JE, flux_rad, DENS, TEMP, CVtot, FZ, RHOH, TEMP_t) |
Calc heating rate. More... | |
Variables | |
integer, parameter, public | i_up = 1 |
integer, parameter, public | i_dn = 2 |
integer, parameter, public | i_lw = 1 |
integer, parameter, public | i_sw = 2 |
module atmosphere / physics / radiation / common
subroutine, public scale_atmos_phy_rd_common::atmos_phy_rd_calc_heating | ( | 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,2,2), intent(in) | flux_rad, | ||
real(rp), dimension (ka,ia,ja), intent(in) | DENS, | ||
real(rp), dimension (ka,ia,ja), intent(in) | TEMP, | ||
real(rp), dimension (ka,ia,ja), intent(in) | CVtot, | ||
real(rp), dimension (0:ka,ia,ja), intent(in) | FZ, | ||
real(rp), dimension(ka,ia,ja), intent(out) | RHOH, | ||
real(rp), dimension(ka,ia,ja,3), intent(out), optional | TEMP_t | ||
) |
Calc heating rate.
Definition at line 60 of file scale_atmos_phy_rd_common.F90.
References i_dn, i_lw, i_sw, and i_up.
Referenced by mod_atmos_phy_rd_driver::atmos_phy_rd_driver_calc_tendency().
integer, parameter, public scale_atmos_phy_rd_common::i_up = 1 |
integer, parameter, public scale_atmos_phy_rd_common::i_dn = 2 |
integer, parameter, public scale_atmos_phy_rd_common::i_lw = 1 |
integer, parameter, public scale_atmos_phy_rd_common::i_sw = 2 |