| subroutine module_bl_mynn::mym_initialize | ( | 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), 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) | qw, | ||
| real(kind_phys), intent(in) | zi, | ||
| real(kind_phys), dimension(kts:kte) | theta, | ||
| real(kind_phys), dimension(kts:kte) | thetav, | ||
| real(kind_phys), dimension(kts:kte) | sh, | ||
| real(kind_phys), dimension(kts:kte) | sm, | ||
| real(kind_phys), intent(in) | ust, | ||
| real(kind_phys), intent(in) | rmo, | ||
| real(kind_phys), dimension(kts:kte), intent(inout) | el, | ||
| real(kind_phys), dimension(kts:kte), intent(inout) | Qke, | ||
| real(kind_phys), dimension(kts:kte), intent(out) | Tsq, | ||
| real(kind_phys), dimension(kts:kte), intent(out) | Qsq, | ||
| real(kind_phys), dimension(kts:kte), intent(out) | Cov, | ||
| 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, | ||
| logical, intent(in) | INITIALIZE_QKE, | ||
| integer | spp_pbl, | ||
| real(kind_phys), dimension(kts:kte) | rstoch_col | ||
| ) |