CCPP SciDoc v7.0.0  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches

◆ calculate_updraft_velocity()

subroutine cu_c3_deep::calculate_updraft_velocity ( integer, intent(in) its,
integer, intent(in) itf,
integer, intent(in) ktf,
integer, intent(in) ite,
integer, intent(in) kts,
integer, intent(in) kte,
integer, dimension (its:), intent(inout) ierr,
logical, intent(in) progsigma,
integer, dimension (its:), intent(in) k22,
integer, dimension (its:), intent(in) kbcon,
integer, dimension (its:), intent(in) ktcon,
real(kind=kind_phys), dimension (its:,kts:), intent(in) zo,
real(kind=kind_phys), dimension (its:,kts:), intent(in) entr_rate_2d,
real(kind=kind_phys), dimension (its:,kts:), intent(in) cd,
real(kind=kind_phys), intent(in) fv,
real(kind=kind_phys), intent(in) rd,
real(kind=kind_phys), intent(in) el2orc,
real(kind=kind_phys), dimension (its:,kts:), intent(in) qeso,
real(kind=kind_phys), dimension (its:,kts:), intent(in) to,
real(kind=kind_phys), dimension (its:,kts:), intent(in) qo,
real(kind=kind_phys), dimension (its:,kts:), intent(in) po,
real(kind=kind_phys), dimension (its:,kts:), intent(in) dbyo,
real(kind=kind_phys), dimension (its:,kts:), intent(in) clw_all,
real(kind=kind_phys), dimension (its:,kts:), intent(in) qlk,
real(kind=kind_phys), dimension (its:,kts:), intent(in) delp,
real(kind=kind_phys), dimension (its:,kts:), intent(in) zu,
real(kind=kind_phys), dimension (its:,kts:), intent(out) wu2,
real(kind=kind_phys), dimension (its:,kts:), intent(out) omega_u,
real(kind=kind_phys), dimension (its:,kts:), intent(out) zeta,
real(kind=kind_phys), dimension (its:), intent(out) wc,
real(kind=kind_phys), dimension (its:), intent(out) omegac,
real(kind=kind_phys), dimension (its:,kts:), intent(out) zdqca )
  • Calculate updraft velocity square(wu2) according to Han et al.'s (2017) [90] equation 7.
  • Calculate the mean updraft velocity within the cloud (wc).
  • For progsigma = T, calculate the mean updraft velocity within the cloud (omegac),cast in pressure coordinates.
  • For progsigma = T, calculate the xi term in Bengtsson et al. 2022 [20] (equation 8)

Definition at line 5711 of file cu_c3_deep.F90.

Referenced by cu_c3_deep_run(), and cu_c3_sh::cu_c3_sh_run().

Here is the caller graph for this function: