Floating Head Pressure — M&V Regression Framework & Sensitivity Analysis

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:

1. System Parameters (Same as Notebook 01)

We reuse the same system configuration for consistency.

2. Simulate Pre-Retrofit Baseline Data

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$$

3. Simulate Post-Retrofit Data (Tier 2 — EEV Float)

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.

4. Fit Pre/Post Regressions

Ordinary least squares regression of compressor power against outdoor temperature for both periods. The key diagnostic is:

5. Figure 3 — Pre/Post Regression Lines (M&V Demonstration)

6. Verified Savings Calculation

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$$

7. Residual Analysis

Check regression residuals for systematic patterns that would indicate confounding variables or model specification issues.

8. Sensitivity Analysis

Examine how savings vary with key assumptions:

  1. Minimum condensing temperature floor
  2. Electricity rate
  3. Condenser approach temperature

9. Summary & Conclusions

The regression-based M&V framework demonstrates:

  1. Pre/post regression isolates floating head pressure savings from other variables
  2. R-squared > 0.80 is achievable for constant-load cold storage facilities
  3. Savings are most sensitive to the minimum condensing temperature floor — each 3°C reduction adds approximately 5-8% savings
  4. Simple payback under 1 year for Tier 1, 2-3 years for Tier 2 at Ontario industrial electricity rates

IPMVP Compliance Checklist


Abriliam Consulting — Industrial Energy Management Floating Head Pressure Analysis — Notebook 02 of 02