subroutine module_bl_mynn::mym_predict | ( | integer, intent(in) | kts, |
integer, intent(in) | kte, | ||
real(kind_phys), intent(in) | closure, | ||
real(kind_phys), intent(in) | delt, | ||
real(kind_phys), dimension(kts:kte), intent(in) | dz, | ||
real(kind_phys), intent(in) | ust, | ||
real(kind_phys), intent(in) | flt, | ||
real(kind_phys), intent(in) | flq, | ||
real(kind_phys), intent(in) | pmz, | ||
real(kind_phys), intent(in) | phh, | ||
real(kind_phys), dimension(kts:kte), intent(in) | el, | ||
real(kind_phys), dimension(kts:kte), intent(in) | dfq, | ||
real(kind_phys), dimension(kts:kte), intent(in) | rho, | ||
real(kind_phys), dimension(kts:kte), intent(inout) | pdk, | ||
real(kind_phys), dimension(kts:kte), intent(inout) | pdt, | ||
real(kind_phys), dimension(kts:kte), intent(inout) | pdq, | ||
real(kind_phys), dimension(kts:kte), intent(inout) | pdc, | ||
real(kind_phys), dimension(kts:kte), intent(inout) | qke, | ||
real(kind_phys), dimension(kts:kte), intent(inout) | tsq, | ||
real(kind_phys), dimension(kts:kte), intent(inout) | qsq, | ||
real(kind_phys), dimension(kts:kte), intent(inout) | cov, | ||
real(kind_phys), dimension(kts:kte+1), intent(inout) | s_aw, | ||
real(kind_phys), dimension(kts:kte+1), intent(inout) | s_awqke, | ||
integer, intent(in) | bl_mynn_edmf_tke, | ||
real(kind_phys), dimension(kts:kte), intent(out) | qwt1d, | ||
real(kind_phys), dimension(kts:kte), intent(out) | qdiss1d, | ||
integer, intent(in) | tke_budget ) |
Definition at line 3197 of file module_bl_mynn.F90.
References tridiag2().
Referenced by mynn_bl_driver().