PV Cell Temperature and Temperature-Derated Power
Cell temperature by the NOCT model, and the temperature-derated power it produces.
Example
You enter
- Ambient temperature (°C) 30
- Plane-of-array irradiance (W/m²) 800
- NOCT (C, datasheet, default 45) 45
- Module STC power (W) 400
- Power temp coefficient (%/C, e.g. -0.35) -0.35
You get
- Cell temperature 55 C
- Power at cell temperature 358 W
- Temperature loss 10.5%
Details, formula, and sources
Cell temperature from the NOCT model T_cell = T_amb + (NOCT-20) G/800 and the temperature-derated power P = P_stc(1 + gamma(T_cell-25)). A 400 W module at 30 C air, 800 W/m^2 runs 55 C and makes 358 W (10.5% loss); a cool 10 C morning makes 386 W. The datasheet governs.
T_cell = T_amb + (NOCT - 20) x G/800; P = P_stc x (1 + (gamma/100)(T_cell - 25)); loss = (1 - P/P_stc) x 100.
The PV NOCT cell-temperature model and the datasheet power temperature coefficient, by name.
The NOCT model and temperature-coefficient derate are standard PV design relations (NREL / module datasheets). The module datasheet governs the coefficients.
Estimate. AHJ and licensed professional govern.
Field names used by the API: T_amb_C, G_wm2, NOCT_C, P_stc_W, gamma, T_cell_C, P_W, loss_pct
- NOCT model T_cell = T_amb + (NOCT - 20) x G/800PV design practice / NREL
- Power derate P = P_stc x (1 + gamma/100 x (T_cell - 25)); gamma ~ -0.35%/C siliconmodule datasheet
- Temperature only no irradiance scaling and no soiling/wiring/inverter/shading lossesscope of this tile