Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pvlib/temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ def faiman(poa_global, temp_air, wind_speed=1.0, u0=25.0, u1=6.84):

Notes
-----
Faiman [1] uses the parameter names U'0 and U'1 in equation 5, which
is the equation referred to as the Faiman model. In IEC-61853 and in
this function the prime is dropped from the parameter names.

All arguments may be scalars or vectors. If multiple arguments
are vectors they must be the same length.

Expand Down