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 ) |
Definition at line 5711 of file cu_c3_deep.F90.
Referenced by cu_c3_deep_run(), and cu_c3_sh::cu_c3_sh_run().