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

◆ graupel_psd_parameters()

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

Parameters
[in]ktsinteger start index for vertical column
[in]kteinteger end index for vertical column
[in]rand1real random number for stochastic physics
[in]rgreal array, size(kts:kte) for graupel mass concentration [kg m^3]
[out]ilamgdouble array, size(kts:kte) for inverse graupel slope parameter [m]
[out]N0_gdouble 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().

Here is the caller graph for this function: