Summary
Degradation Losses (DC Applied) model the time-dependent reduction in PV system output due to module aging and performance decline. PlantPredict offers five degradation models—None, Linear DC, Non-Linear DC, Linear AC, and Stepped AC—differing in where the loss is applied (DC power upstream of the vs. AC power downstream of the inverter) and how the rate evolves over time (constant, per-year schedule, or annual steps). This page documents the two DC-applied models and the optional DC-applied model. For AC-applied degradation, see Degradation Losses (AC Applied).Inputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| DC Power Input | W | DC power before degradation | |
| Energization Date | datetime | Block energization date (system commissioning) | |
| Linear Degradation Rate | %/year | Annual degradation rate | |
| Non-Linear Degradation Rates | %/year | Per-year degradation rates starting at year 0 | |
| LeTID Annual Rates | %/year | Per-year LeTID rates starting at year 0 |
Outputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Degraded DC Power | W | DC power after degradation | |
| Degradation Loss | W | Power loss due to degradation | |
| LeTID Loss | W | Power loss due to LeTID |
Detailed Description
Application Point
When Linear DC or Non-Linear DC degradation is selected, degradation is applied to DC power upstream of the inverter, after DC field power calculation and before the inverter determines its operating point. Because the inverter sees the already-degraded DC power, DC-applied degradation can affect the behavior: a system that clips in early years may stop clipping as modules degrade. AC-applied degradation models, by contrast, are applied after inverter conversion and do not affect clipping behavior. Before the , the system is not yet commissioned, so all models set .None (No Degradation)
When the degradation model is set to None:Linear DC Degradation
Linear degradation applies a constant annual rate over the system lifetime. Degradation accumulates from the energization date when First Year Degradation is enabled, or from year when disabled. The degradation coefficient is: where is the elapsed time expressed as a fractional number of years (using an 8760-hour year). The degraded power is:Non-Linear DC Degradation
Non-linear degradation specifies a separate rate for each year of operation, always starting from the energization date (no delayed onset option). When Use Leap Years is disabled, elapsed time is normalized to a 365-day year by subtracting leap days; when enabled, leap days are included. The cumulative degradation sums all complete years plus a pro-rated portion of the current year: where is in fractional years (as defined above), is the number of complete years elapsed, is the count of February 29th occurrences between and , and is the fractional part of the current year. The first term sums the rates of all complete years; the second term pro-rates the current year’s rate. Example: = January 1, 2027 00:00 and = March 15, 2033 00:00. There are 2265 elapsed days, with (February 29 in 2028 and 2032). Then , so and the pro-rated fraction is . The cumulative degradation is .Light and Elevated Temperature Induced Degradation (LeTID)
LeTID is an additional degradation mechanism that can be enabled independently of the primary degradation model. Unlike conventional degradation, LeTID is partially reversible—modules typically degrade over the first few years of operation, then partially recover (Repins et al., 2020). Per-year rates can therefore be negative in later years to capture this recovery. LeTID losses are reported separately from primary degradation and are applied at the same level (DC for Linear DC/Non-Linear DC, AC for Linear AC/Stepped AC). The algorithm uses the same cumulative approach as Non-Linear DC degradation: where , , and follow the same definitions as for Non-Linear DC degradation. When both primary degradation and LeTID are active, their losses are additive:References
- Jordan, D. C., & Kurtz, S. R. (2013). Photovoltaic degradation rates—an analytical review. Progress in Photovoltaics: Research and Applications, 21(1), 12–29.
- Repins, I., et al. (2020). Light and elevated temperature induced degradation (LeTID) in a utility-scale photovoltaic system. IEEE Journal of Photovoltaics, 10(4), 1084–1092.
- Kersten, F., Engelhart, P., et al. (2015). Degradation of multicrystalline silicon solar cells and modules after illumination at elevated temperature. Solar Energy Materials and Solar Cells, 142, 83–86.