Calculating central moment weights This follows equation 3 in cumulent paper (Geier .et al 2017)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ii | indeces of the pdf |
||
| integer, | intent(in) | :: | ib | order gamma of moments |
||
| integer, | intent(in) | :: | ig | order gamma of moments |
||
| real(kind=rk), | intent(in) | :: | w_ij_g(-1:1,-1:1,0:2) | partial weights_ij_g |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | jj | ||||
| real(kind=rk), | private, | parameter | :: | ii_rk(-1:1) | = | [-1._rk, 0._rk, 1._rk] |