| subroutine module_mp_thompson::graupel_psd_parameters | ( | integer, intent(in) | kts, |
| integer, intent(in) | kte, | ||
| real, intent(in) | rand1, | ||
| real, dimension(:), intent(in) | rg, | ||
| double precision, dimension(:), intent(out) | ilamg, | ||
| double precision, dimension(:), intent(out) | n0_g ) |
Calculates graupel intercept and slope parameters for for a vertical column
| [in] | kts | integer start index for vertical column |
| [in] | kte | integer end index for vertical column |
| [in] | rand1 | real random number for stochastic physics |
| [in] | rg | real array, size(kts:kte) for graupel mass concentration [kg m^3] |
| [out] | ilamg | double array, size(kts:kte) for inverse graupel slope parameter [m] |
| [out] | N0_g | double array, size(kts:kte) for graupel intercept paramter [m-4] |
Definition at line 6474 of file module_mp_thompson.F90.
Referenced by calc_refl10cm(), hail_mass_99th_percentile(), and mp_thompson().