subroutine module_bl_mynn::mym_level2 | ( | integer, intent(in) | kts, |
integer, intent(in) | kte, | ||
real(kind_phys), dimension(kts:kte), intent(in) | dz, | ||
real(kind_phys), dimension(kts:kte), intent(in) | u, | ||
real(kind_phys), dimension(kts:kte), intent(in) | v, | ||
real(kind_phys), dimension(kts:kte), intent(in) | thl, | ||
real(kind_phys), dimension(kts:kte), intent(in) | thetav, | ||
real(kind_phys), dimension(kts:kte), intent(in) | qw, | ||
real(kind_phys), dimension(kts:kte), intent(in) | ql, | ||
real(kind_phys), dimension(kts:kte), intent(in) | vt, | ||
real(kind_phys), dimension(kts:kte), intent(in) | vq, | ||
real(kind_phys), dimension(kts:kte), intent(out) | dtl, | ||
real(kind_phys), dimension(kts:kte), intent(out) | dqw, | ||
real(kind_phys), dimension(kts:kte), intent(out) | dtv, | ||
real(kind_phys), dimension(kts:kte), intent(out) | gm, | ||
real(kind_phys), dimension(kts:kte), intent(out) | gh, | ||
real(kind_phys), dimension(kts:kte), intent(out) | sm, | ||
real(kind_phys), dimension(kts:kte), intent(out) | sh ) |
kts | horizontal dimension |
kte | vertical dimension |
dz | vertical grid spacings ( m) |
u | west-east component of the horizontal wind ( m s^{-1}) |
v | south-north component of the horizontal wind ( m s^{-1}) |
thl | liquid water potential temperature |
qw | total water content Q_w |
ql | liquid water content ( kg kg^{-1}) |
vt | |
vq | |
dtl | vertical gradient of \theta_l ( K m^{-1}) |
dqw | vertical gradient of Q_w |
dtv | vertical gradient of \theta_V ( K m^{-1}) |
gm | G_M divided by L^{2}/q^{2} ( s^{-2}) |
gh | G_H divided by L^{2}/q^{2} ( s^{-2}) |
sm | stability function for momentum, at Level 2 |
sh | stability function for heat, at Level 2 |
@ {
Definition at line 1719 of file module_bl_mynn.F90.
Referenced by mym_initialize(), and mym_turbulence().