| subroutine module_mp_tempo_utils::hail_size_diagnostics | ( | integer, intent(in) | kts, |
| integer, intent(in) | kte, | ||
| real(wp), dimension(kts:kte), intent(in) | qg1d, | ||
| real(wp), dimension(kts:kte), intent(in) | ng1d, | ||
| real(wp), dimension(kts:kte), intent(in) | qb1d, | ||
| real(wp), dimension(kts:kte), intent(in) | t1d, | ||
| real(wp), dimension(kts:kte), intent(in) | p1d, | ||
| real(wp), dimension(kts:kte), intent(in) | qv1d, | ||
| real(wp), dimension(kts:kte), intent(out) | qg_max_diam1d, | ||
| type(ty_tempo_cfg), intent(in) | configs | ||
| ) |
Definition at line 1853 of file module_mp_tempo_utils.F90.