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) | :: | jj | indeces of the pdf |
||
integer, | intent(in) | :: | ig | order gamma of moments |
||
real(kind=rk), | intent(in) | :: | w(-1:1,-1:1,-1:1) | cumulant ordered weights |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | kk | ||||
real(kind=rk), | private, | parameter | :: | ii_rk(-1:1) | = | [-1._rk, 0._rk, 1._rk] |