| subroutine module_mp_thompson::graupel_psd_parameters | ( | integer, intent(in) | kts, | 
| integer, intent(in) | kte, | ||
| real(wp), intent(in) | rand1, | ||
| real(wp), dimension(:), intent(in) | rg, | ||
| real(dp), dimension(:), intent(out) | ilamg, | ||
| real(dp), 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] | 
Referenced by calc_refl10cm(), hail_mass_99th_percentile(), and mp_thompson().