Skip to content

Commit 63a9226

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pvlib/atmosphere.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,10 +393,9 @@ def tdew_from_rh(
393393
394394
References
395395
----------
396-
.. [1] (
397-
https://library.wmo.int/viewer/68695/
398-
?offset=3#page=220&viewer=picture&o=bookmark&n=0&q=
399-
)
396+
.. [1] "Guide to Instruments and Methods of Observation",
397+
World Meteorological Organization, WMO-No. 8, 2023.
398+
https://library.wmo.int/idurl/4/68695
400399
"""
401400
# Calculate the term inside the log
402401
# From RH = 100 * (es/e), we get es = (RH/100) * e

0 commit comments

Comments
 (0)