subroutine module_bl_mynn::mym_condensation | ( | integer, intent(in) | kts, |
integer, intent(in) | kte, | ||
real(kind_phys), intent(in) | dx, | ||
real(kind_phys), dimension(kts:kte), intent(in) | dz, | ||
real(kind_phys), dimension(kts:kte+1), intent(in) | zw, | ||
real(kind_phys), intent(in) | xland, | ||
real(kind_phys), dimension(kts:kte), intent(in) | thl, | ||
real(kind_phys), dimension(kts:kte), intent(in) | qw, | ||
real(kind_phys), dimension(kts:kte), intent(in) | qv, | ||
real(kind_phys), dimension(kts:kte), intent(in) | qc, | ||
real(kind_phys), dimension(kts:kte), intent(in) | qi, | ||
real(kind_phys), dimension(kts:kte), intent(in) | qs, | ||
real(kind_phys), dimension(kts:kte), intent(in) | p, | ||
real(kind_phys), dimension(kts:kte), intent(in) | exner, | ||
real(kind_phys), dimension(kts:kte), intent(in) | tsq, | ||
real(kind_phys), dimension(kts:kte), intent(in) | qsq, | ||
real(kind_phys), dimension(kts:kte), intent(in) | cov, | ||
real(kind_phys), dimension(kts:kte), intent(in) | sh, | ||
real(kind_phys), dimension(kts:kte), intent(in) | el, | ||
integer, intent(in) | bl_mynn_cloudpdf, | ||
real(kind_phys), dimension(kts:kte), intent(out) | qc_bl1d, | ||
real(kind_phys), dimension(kts:kte), intent(out) | qi_bl1d, | ||
real(kind_phys), dimension(kts:kte), intent(out) | cldfra_bl1d, | ||
real(kind_phys), intent(in) | pblh1, | ||
real(kind_phys), intent(in) | hfx1, | ||
real(kind_phys), dimension(kts:kte), intent(inout) | vt, | ||
real(kind_phys), dimension(kts:kte), intent(inout) | vq, | ||
real(kind_phys), dimension(kts:kte), intent(in) | th, | ||
real(kind_phys), dimension(kts:kte), intent(inout) | sgm, | ||
real(kind_phys), intent(in) | rmo, | ||
integer, intent(in) | spp_pbl, | ||
real(kind_phys), dimension(kts:kte) | rstoch_col ) |
Definition at line 3603 of file module_bl_mynn.F90.
References esat_blend(), qsat_blend(), and xl_blend().
Referenced by mynn_bl_driver().