Calculating central moment This follows equations 9-11 in cumulent paper (Geier .et al 2017)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ii | indeces of the pdf |
||
integer, | intent(in) | :: | bb | order gamma of moments |
||
integer, | intent(in) | :: | gg | order gamma of moments |
||
real(kind=rk), | intent(in) | :: | uy | y-, z-component of velocity |
||
real(kind=rk), | intent(in) | :: | w_i_bg(-1:1,0:2,0:2) | partial weights_i_bg |
||
real(kind=rk), | intent(in) | :: | k_ij_g(-1:1,-1:1,0:2) | partial cumulants_ij_g |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | k_0 |