SCALE-RM
|
module atmosphere / physics / cumulus / Common More...
Functions/Subroutines | |
subroutine, public | atmos_phy_cp_common_setup |
Setup. More... | |
subroutine, public | atmos_phy_cp_common_wmean (KA, KS, KE, IA, IS, IE, JA, JS, JE, W, TIME_DTSEC, CP_DTSEC, W0_mean) |
ATMOS_PHY_CP_wmean running mean vertical wind velocity comment for W0 imported from WRF. More... | |
module atmosphere / physics / cumulus / Common
name | type | default value | comment |
---|---|---|---|
PARAM_ATMOS_PHY_CP_WADAPT | logical | .true. | |
PARAM_ATMOS_PHY_CP_W_TIME | integer | 16 |
subroutine, public scale_atmos_phy_cp_common::atmos_phy_cp_common_setup |
Setup.
Definition at line 52 of file scale_atmos_phy_cp_common.F90.
References scale_io::io_fid_conf, and scale_prc::prc_abort().
Referenced by mod_atmos_phy_cp_driver::atmos_phy_cp_driver_setup().
subroutine, public scale_atmos_phy_cp_common::atmos_phy_cp_common_wmean | ( | 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) | W, | ||
real(dp), intent(in) | TIME_DTSEC, | ||
real(dp), intent(in) | CP_DTSEC, | ||
real(rp), dimension(ka,ia,ja), intent(inout) | W0_mean | ||
) |
ATMOS_PHY_CP_wmean running mean vertical wind velocity comment for W0 imported from WRF.
TST IS THE NUMBER OF TIME STEPS IN 10 MINUTES...W0AVG IS CLOSE TO A RUNNING MEAN VERTICAL VELOCITY...NOTE THAT IF YOU CHANGE TST, IT WIL CHANGE THE FREQUENCY OF THE CONVECTIVE INTITIATION CHECK (SEE BELOW) NOTE THAT THE ORDERING OF VERTICAL LAYERS MUST BE REVERSED FOR W0AVG
Definition at line 102 of file scale_atmos_phy_cp_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::ke, scale_atmos_grid_cartesc_index::ks, and scale_precision::rp.
Referenced by mod_atmos_phy_cp_driver::atmos_phy_cp_driver_calc_tendency().