Skip to content

Commit c39c449

Browse files
Update pvlib/atmosphere.py
Co-authored-by: Kevin Anderson <[email protected]>
1 parent 2bdc1dc commit c39c449

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pvlib/atmosphere.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@ def tdew_from_rh(
385385
Air temperature (dry-bulb temperature) in degrees Celsius
386386
relative_humidity : numeric
387387
Relative humidity as percentage (0-100)
388+
coeff: tuple, default (6.112, 17.62, 243.12)
389+
Magnus equation coefficients (A, B, C). The default values are those
390+
recommended by the WMO [1]_.
388391
389392
Returns
390393
-------

0 commit comments

Comments
 (0)