Skip to content

Commit 664f884

Browse files
authored
Enhance description of unit_mass in prilliman temperature model (#1857)
* Add description to prilliman unit_mass * Fix typo
1 parent eb7b34a commit 664f884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pvlib/temperature.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,7 @@ def prilliman(temp_cell, wind_speed, unit_mass=11.1, coefficients=None):
962962
963963
unit_mass : float, default 11.1
964964
Total mass of module divided by its one-sided surface area [kg/m^2]
965+
One-sided surface area is equal to module height times width
965966
966967
coefficients : 4-element list-like, optional
967968
Values for coefficients a_0 through a_3, see Eq. 9 of [1]_

0 commit comments

Comments
 (0)