The C5 curve has only 5 raw data points per pressure level. The monotonic cubic spline (Fritsch-Carlson) creates a smooth curve through all 5 points, but with such sparse data it introduces non-convex regions that don't match the physical convexity of a real pump.
Impact
The equal-marginal-cost theorem (KKT conditions) does not apply — it requires convexity
The BEP-Gravitation slope estimate at a single point can be misleading in non-convex regions
The marginal-cost refinement loop fixes this by using actual power evaluations instead of slope assumptions
Recommendation
Add more data points (15-20 per pressure level) to the C5 curve. This would make the spline track the real convex physics more closely, eliminating the non-convex artifacts.