🎓 Lesson 7 D5

Advanced Techniques and Optimization

Solar PV system sizing is figuring out how many solar panels and batteries you need to reliably power a building or device using sunlight.

🎯 Learning Objectives

  • Calculate daily energy demand from load profiles and apply derating factors
  • Design a PV array size using peak sun hours, module STC rating, and system efficiency losses
  • Analyze battery bank capacity required for specified autonomy and depth-of-discharge constraints
  • Explain the impact of tilt angle, azimuth, and shading on annual energy yield using simulation principles
  • Apply IEC 62548 and IEEE 1547 compliance criteria to inverter and interconnection sizing

📖 Why This Matters

Getting PV system sizing wrong leads to costly overdesign (wasted capital), dangerous underdesign (blackouts or equipment damage), or premature battery failure. In off-grid clinics, remote telecom sites, or utility-scale microgrids, precise sizing ensures life-critical reliability, regulatory compliance, and ROI—making it the foundational skill of any solar professional.

📘 Core Principles

PV sizing rests on three interdependent pillars: (1) Load characterization — converting appliance wattages and usage durations into kWh/day with diversity and growth factors; (2) Resource assessment — translating satellite or ground-measured GHI/POA irradiance into usable peak sun hours (PSH), adjusted for spectral, incidence, and soiling losses; and (3) System architecture — selecting between string, central, or microinverter topologies based on voltage limits, MPPT granularity, and fault tolerance. Each pillar introduces cumulative uncertainty: typical total system loss factor ranges from 0.70–0.85, and undersized DC-to-AC ratios (<1.1) risk clipping, while oversized ratios (>1.4) increase degradation-driven LCOE without yield benefit.

📐 PV Array Sizing Formula

The core sizing equation balances energy production against demand, accounting for all major losses. It enables engineers to translate theoretical kWh/day into physical modules — and serves as the anchor for all downstream component selection.

Required PV DC Capacity

P_{DC} = \frac{E_{load} \times (1 + f_{growth})}{\eta_{sys} \times PSH}

Calculates minimum DC power rating needed to meet energy demand after accounting for system efficiency and solar resource.

Variables:
SymbolNameUnitDescription
P_{DC} Required PV DC capacity kW Minimum DC power output needed at STC
E_{load} Daily energy consumption kWh Average daily AC load energy requirement
f_{growth} Load growth factor decimal Allowance for future load increase (e.g., 0.10 for 10%)
\eta_{sys} Total system efficiency factor decimal Product of all loss factors (temperature, soiling, wiring, inverter, etc.)
PSH Peak sun hours h/day Site-specific, seasonally weighted average equivalent full-sun hours
Typical Ranges:
Temperate fixed-tilt grid-tied: 3.5 – 5.5 h/day
Tropical off-grid with high soiling: 4.0 – 6.0 h/day

💡 Worked Example

Problem: A rural health clinic consumes 8.2 kWh/day (measured average). Site has 4.8 peak sun hours (PSH) year-average, with total system losses = 22% (i.e., 78% efficiency). Module nameplate rating = 400 Wp. Calculate minimum DC array size and number of modules.
1. Step 1: Adjust daily load for losses: 8.2 kWh ÷ 0.78 = 10.51 kWh/day required generation
2. Step 2: Divide by PSH: 10.51 kWh ÷ 4.8 h = 2.19 kW DC minimum capacity
3. Step 3: Convert to modules: 2190 W ÷ 400 W/module = 5.48 → round up to 6 modules (2.4 kW DC)
Answer: The result is 6 modules (2.4 kW DC), which exceeds the 2.19 kW minimum and falls within the safe design margin of +9.2% — acceptable per IEC 62548 Annex B guidance on oversizing.

🏗️ Real-World Application