Summary
Parameter Translation scales the five standard parameters from reference conditions (typically : 25 °C, 1000 W/m²) to actual operating conditions. PlantPredict applies physics-based scaling relationships for , , , , , and . All parameters are scaled before solving the single-diode circuit equation. The two additional parameters of the seven-parameter model ( and ) are not scaled, so this procedure applies similarly to both model variants.Inputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Series Resistance | Ω | Series resistance at reference conditions | |
| Shunt Resistance | Ω | Shunt resistance at reference conditions | |
| Diode Ideality Factor | — | Ideality factor at reference conditions | |
| Saturation Current | A | Saturation current at reference conditions | |
| Short-Circuit Current | A | Short-circuit current at reference conditions | |
| Reference Temperature | °C | Reference temperature (typically 25 °C) | |
| Reference Irradiance | W/m² | Reference irradiance (typically 1000 W/m²) | |
| Cell Temperature | °C | Operating cell temperature (from temperature model) | |
| Total Effective POA Irradiance | W/m² | Total effective POA irradiance after DC system losses | |
| Temp. Coeff. of Ideality Factor | 1/°C | Linear temperature coefficient of diode ideality factor | |
| Ideality Factor Polynomial Coefficients | 1/°C, 1/°C², 1/°C³, 1/°C⁴ | Polynomial temperature coefficients for ideality factor | |
| Temp. Coeff. of Short-Circuit Current | 1/°C | Linear temperature coefficient of short-circuit current | |
| DC Wiring Resistance | Ω | Per-module DC equivalent series resistance | |
| Dark Shunt Resistance | Ω | Shunt resistance at zero irradiance | |
| Shunt Exponent | — | Exponential dependency coefficient (default = 5.5) | |
| Recombination Parameter | V | Recombination parameter for 7-parameter single-diode model | |
| Built-in Voltage | V | Built-in junction voltage per cell for 7-parameter single-diode model | |
| Bandgap Voltage | eV | Semiconductor bandgap | |
| Number of Cells | — | Cells in series |
Outputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Series Resistance | Ω | Scaled series resistance | |
| Shunt Resistance | Ω | Scaled shunt resistance | |
| Diode Ideality Factor | — | Scaled ideality factor | |
| Saturation Current | A | Scaled saturation current | |
| Short-Circuit Current | A | Scaled short-circuit current | |
| Photocurrent | A | Scaled photocurrent |
Detailed Description
The general of a PV cell is described by: where C is the elementary charge and J/K is the Boltzmann constant. The first five parameters—photocurrent , saturation current , ideality factor , series resistance , and shunt resistance —define the 5-parameter model. The last term, governed by the recombination parameter and , is an optional extension used by the 7-parameter model to improve accuracy at low irradiance. For the 5-parameter model, and this term vanishes. Module datasheets characterize these parameters at reference conditions (typically 25 °C, 1000 W/m²). Since cell temperature and irradiance vary continuously during operation, each parameter must be scaled from reference to actual conditions before solving the circuit equation. Additionally, a per-module DC equivalent series resistance is added to account for wiring losses. The scaling relationships below are applied at every simulation time step. All temperatures are converted to Kelvin before use in the equations below. Throughout, denotes the temperature difference from reference conditions.Series Resistance
The per-module DC wiring resistance is added to the reference value:Shunt Resistance
Shunt resistance increases at low irradiance due to reduced minority carrier concentration. The exponential model below, aligned with PVsyst (Mermoud & Lejeune, 2010), is an empirical fit that interpolates between a finite dark shunt resistance at zero irradiance and the reference value at STC: where:- is the reference shunt resistance, typically defined at STC
- is the dark shunt resistance (at W/m²)
- is the exponential dependency coefficient (default 5.5)
Diode Ideality Factor
PlantPredict supports two models for the temperature dependence of the diode ideality factor. The linear model is the standard approach, aligned with PVsyst. The polynomial model provides additional flexibility for technologies where the ideality factor exhibits nonlinear temperature dependence, as observed by Sauer et al. (2015). Linear model: The coefficient is typically derived during parameter extraction from the temperature coefficient of maximum power () reported on the module datasheet. It is chosen so that the fully scaled single-diode model reproduces the correct temperature coefficient of power. Polynomial model: where are polynomial coefficients. In practice, these are derived by fitting the single-diode model to measured I-V curves at multiple temperatures, extracting at each temperature, and then fitting a 4th-degree polynomial to as a function of .Saturation Current
The saturation current represents the recombination current of charge carriers across the solar cell in the dark. Its temperature dependence follows from the intrinsic carrier concentration , where and is the . The ideality factor in the exponent accounts for non-ideal recombination:Short-Circuit Current
Short-circuit current scales linearly with irradiance and is corrected for temperature using the coefficient (typically from the module datasheet):Photocurrent
The photocurrent is obtained by evaluating the I-V equation at and solving for to ensure that : For the 5-parameter model, and the relationship simplifies to:References
- Mermoud, A., & Lejeune, T. (2010). Performance assessment of a simulation model for PV modules of any available technology. 25th European Photovoltaic Solar Energy Conference, Valencia, Spain.
- Sauer, K. J., Roessler, T., & Hansen, C. W. (2015). Modeling the irradiance and temperature dependence of photovoltaic modules in PVsyst. IEEE Journal of Photovoltaics, 5(1), 152–158.
- De Soto, W., Klein, S. A., & Beckman, W. A. (2006). Improvement and validation of a model for photovoltaic array performance. Solar Energy, 80(1), 78–88.