CCPP SciDoc v7.0.x  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches

◆ hail_mass_99th_percentile()

real(wp) function module_mp_thompson::hail_mass_99th_percentile ( integer, intent(in)  kts,
integer, intent(in)  kte,
real(wp), dimension(:), intent(in)  qg,
real(wp), dimension(:), intent(in)  temperature,
real(wp), dimension(:), intent(in)  pressure,
real(wp), dimension(:), intent(in)  qv 
)

Calculates graupel/hail maximum diameter (currently the 99th percentile of mass distribtuion) for a vertical column

Parameters
[in]ktsinteger start index for vertical column
[in]kteinteger end index for vertical column
[in]qgreal array, size(kts:kte) for graupel mass mixing ratio [kg kg^-1]
[in]temperaturedouble array, size(kts:kte) temperature [K]
[in]pressuredouble array, size(kts:kte) pressure [Pa]
[in]qvreal array, size(kts:kte) water vapor mixing ratio [kg kg^-1]
[out]max_hail_diamreal maximum hail diameter [m]

Definition at line 6497 of file module_mp_thompson.F90.

References graupel_psd_parameters().

Referenced by mp_gt_driver().

Here is the call graph for this function:
Here is the caller graph for this function: