subroutine module_bl_mynn::mym_length | ( | integer, intent(in) | kts, |
integer, intent(in) | kte, | ||
real(kind_phys), intent(in) | xland, | ||
real(kind_phys), dimension(kts:kte), intent(in) | dz, | ||
real(kind_phys), intent(in) | dx, | ||
real(kind_phys), dimension(kts:kte+1), intent(in) | zw, | ||
real(kind_phys), intent(in) | rmo, | ||
real(kind_phys), intent(in) | flt, | ||
real(kind_phys), intent(in) | fltv, | ||
real(kind_phys), intent(in) | flq, | ||
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(in) | u1, | ||
real(kind_phys), dimension(kts:kte), intent(in) | v1, | ||
real(kind_phys), dimension(kts:kte), intent(in) | qke, | ||
real(kind_phys), dimension(kts:kte), intent(in) | dtv, | ||
real(kind_phys), dimension(kts:kte), intent(out) | el, | ||
real(kind_phys), intent(in) | zi, | ||
real(kind_phys), dimension(kts:kte), intent(in) | theta, | ||
real(kind_phys), dimension(kts:kte), intent(out) | qkw, | ||
real(kind_phys), intent(in) | psig_bl, | ||
real(kind_phys), dimension(kts:kte), intent(in) | cldfra_bl1d, | ||
integer, intent(in) | bl_mynn_mixlength, | ||
real(kind_phys), dimension(kts:kte), intent(in) | edmf_w1, | ||
real(kind_phys), dimension(kts:kte), intent(in) | edmf_a1 ) |
Definition at line 1850 of file module_bl_mynn.F90.
References boulac_length().
Referenced by mym_initialize(), and mym_turbulence().