Skip to content

Commit 7e64e8e

Browse files
committed
add note regarding temp coeff consistency
1 parent 773e809 commit 7e64e8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pvlib/ivtools/sdm/pvsyst.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,10 @@ def fit_pvsyst_iec61853_sandia_2025(effective_irradiance, temp_cell,
405405
Input arrays of operating conditions and electrical measurements must be
406406
1-D with equal lengths.
407407
408+
Values supplied for ``alpha_sc``, ``beta_mp``, and ``R_s`` must be
409+
consistent with the matrix data, as these values are used when estimating
410+
other model parameters.
411+
408412
This method is non-iterative. In some cases, it may be desirable to
409413
refine the estimated parameter values using a numerical optimizer such as
410414
the default method in ``scipy.optimize.minimize``.

0 commit comments

Comments
 (0)