We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3eade5 commit 51c3fd9Copy full SHA for 51c3fd9
Exec/science/xrb_spherical/analysis/slice.py
@@ -37,7 +37,7 @@ def _ash(field, data):
37
nuc = pyna.Nucleus(speciesName)
38
39
# Include elements beyond oxygen but don't include Ni56
40
- if nuc.Z > 8.0 and nuc.Z != 56:
+ if nuc.Z > 8.0 and nuc.Z != 28:
41
rhoAsh += rho * data[f]
42
43
return rhoAsh
0 commit comments