Calculating central moment This follows equations 6-8 in cumulent paper (Geier .et al 2017)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | f(-1:1,-1:1,-1:1) | |||
integer, | intent(in) | :: | ii | indeces of the pdf |
||
integer, | intent(in) | :: | jj | indeces of the pdf |
||
integer, | intent(in) | :: | gg | order gamma of moments |
||
real(kind=rk), | intent(in) | :: | uz | z-component of velocity |
||
real(kind=rk), | intent(in) | :: | w_ij_g(-1:1,-1:1,0:2) | partial weights_ij_g |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | k_0 |