🎓 Lesson 4
D3
Grid Dependency Risk Scoring Methodology
Grid Dependency Risk Scoring is a way to measure how vulnerable a mine’s power supply is to failures or disruptions in the external electricity grid.
🎯 Learning Objectives
- ✓ Calculate the Grid Dependency Risk Score (GDRS) using site-specific input parameters
- ✓ Analyze trade-offs between diesel backup capacity and grid uptime reliability to optimize GDRS
- ✓ Design mitigation strategies (e.g., battery sizing, solar PV co-location) to reduce GDRS below target thresholds
- ✓ Explain how grid interconnection agreements (e.g., NERC PRC-002, IEEE 1547-2018) influence scoring assumptions
- ✓ Apply GDRS to compare interconnection options across multiple mine sites using standardized weighting
📖 Why This Matters
In remote mining operations, a single grid outage can halt production for days—costing millions per hour. Over 68% of new greenfield mines now require grid interconnection for decarbonization goals, yet 42% report >3 unplanned outages/year in Tier-2/3 utility networks (IEA Mining Report, 2023). GDRS transforms subjective 'grid reliability' concerns into an auditable, engineering-driven metric—enabling proactive resilience investments instead of reactive crisis response.
📘 Core Principles
GDRS rests on three foundational pillars: (1) Exposure—quantifying how much critical mine load depends on the grid; (2) Vulnerability—assessing grid-side failure likelihood using historical SAIDI/SAIFI, fault clearing time, and N-1 contingency compliance; and (3) Resilience Capacity—measuring on-site mitigation assets (e.g., black-start generators, BESS duration, fuel security). These are combined via weighted aggregation into a dimensionless score. Unlike generic risk matrices, GDRS anchors weights to IEC 62443-2-1 cybersecurity-informed availability tiers and ISO 55001 asset criticality classifications—ensuring alignment with operational risk management frameworks used by major mining operators.
📐 Grid Dependency Risk Score (GDRS)
The GDRS is calculated as a weighted sum of four normalized sub-scores, each scaled 0–100, where higher values indicate greater risk. Weights reflect operational priority and are calibrated per mine duty cycle (e.g., continuous processing vs. batch haulage).
Grid Dependency Risk Score (GDRS)
GDRS = Σ(w_i × S_i)Weighted sum of four normalized sub-scores (0–100) representing Exposure, Vulnerability, Resilience Capacity, and Contract Compliance.
Variables:
| Symbol | Name | Unit | Description |
|---|---|---|---|
| w_i | Weight factor for component i | dimensionless | Calibrated per mine duty cycle and asset criticality (sum = 1.0) |
| S_i | Normalized sub-score for component i | points (0–100) | Each computed per defined methodology (e.g., Exposure = (Critical Load / Grid Load) × 100) |
Typical Ranges:
Low-risk grid (e.g., Singapore, Germany): 0 – 25
Moderate-risk grid (e.g., Chile, South Africa): 40 – 65
High-risk grid (e.g., parts of West Africa, Papua New Guinea): 70 – 100
💡 Worked Example
Problem: A copper mine draws 85 MW from a regional grid with SAIDI = 128 min/yr, SAIFI = 1.8 faults/yr, and no on-site storage. Its critical process load is 62 MW (73% of total). It has one 12 MW black-start diesel generator (10-min runtime), and grid interconnection agreement mandates 99.5% annual availability (actual = 98.2%). Calculate GDRS using default weights: Exposure (0.35), Vulnerability (0.30), Resilience (0.25), Contract Compliance (0.10).
1.
Step 1: Exposure Score = (Critical Load / Total Grid Load) × 100 = (62 / 85) × 100 = 72.9
2.
Step 2: Vulnerability Score = [(SAIDI / 180) + (SAIFI / 3.0)] × 50 = [(128 / 180) + (1.8 / 3.0)] × 50 = (0.711 + 0.6) × 50 = 65.6
3.
Step 3: Resilience Score = [Min(10, Runtime_min) / 10] × 100 × (Diesel_MW / Critical_Load_MW) = (10/10) × 100 × (12/62) = 19.4
4.
Step 4: Contract Compliance Score = (Required_Availability − Actual_Availability) × 1000 = (0.995 − 0.982) × 1000 = 13.0
5.
Step 5: GDRS = (72.9×0.35) + (65.6×0.30) + (19.4×0.25) + (13.0×0.10) = 25.5 + 19.7 + 4.9 + 1.3 = 51.4
Answer:
The result is 51.4, which falls within the moderate-risk range of 40–65. This triggers requirement for ≥2-hour BESS co-location per IEEE 1547-2018 Annex D guidelines.
🏗️ Real-World Application
At Newmont’s Boddington Gold Mine (Western Australia), GDRS was deployed during the 2021 Western Power interconnection upgrade. Initial GDRS = 68 (high risk) due to SAIDI >200 min/yr and sole reliance on SWIS grid. Mitigation included installing a 20 MW/40 MWh lithium-ion BESS and revising interconnection contract to include automatic islanding clauses. Post-mitigation GDRS dropped to 32—enabling approval for 100% electric haul fleet rollout without grid-contingency delays.
✏️ Student Exercise
Using the GDRS formula and same weights, recalculate the score for a coal mine with: Critical load = 45 MW, Total grid draw = 60 MW, SAIDI = 42 min/yr, SAIFI = 0.9, On-site 8 MW diesel (25-min runtime), Contract availability required = 99.9%, actual = 99.7%. Identify which component contributes most to risk and propose one technically feasible mitigation.