Abriliam Consulting — Industrial Energy Management
This notebook demonstrates regression-based measurement and verification (M&V) for floating head pressure savings using simulated pre/post compressor power data, aligned with IPMVP Option B/C methodology.
Key outputs:
We reuse the same system configuration for consistency.
We simulate 12 months of hourly compressor power data under fixed head pressure control. The simulation adds realistic measurement noise and minor load variation to represent field conditions.
The regression specification follows IPMVP:
$$W_{\text{comp}} = \alpha + \beta \cdot T_{\text{amb}} + \varepsilon$$
Post-retrofit data simulates floating head pressure with an EEV floor at 18°C. The compressor power is lower at cool/cold outdoor temperatures because the condensing pressure follows ambient downward.
Ordinary least squares regression of compressor power against outdoor temperature for both periods. The key diagnostic is:
Verified savings are calculated as the area between the pre-retrofit and post-retrofit regression lines, integrated over actual post-implementation weather:
$$\Delta E_{\text{verified}} = \sum_{j=1}^{M} \left[(\alpha + \beta \cdot T_{\text{amb},j}) - (\alpha' + \beta' \cdot T_{\text{amb},j})\right] \cdot \Delta t$$
Check regression residuals for systematic patterns that would indicate confounding variables or model specification issues.
Examine how savings vary with key assumptions:
The regression-based M&V framework demonstrates:
Abriliam Consulting — Industrial Energy Management Floating Head Pressure Analysis — Notebook 02 of 02