Skip to content

Commit 410e95f

Browse files
Update pvlib/atmosphere.py
Co-authored-by: Kevin Anderson <[email protected]>
1 parent 6312f92 commit 410e95f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pvlib/atmosphere.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -358,14 +358,9 @@ def rh_from_tdew(temperature, dewpoint, coeff=(6.112, 17.62, 243.12)):
358358
359359
References
360360
----------
361-
.. [1] (
362-
https://library.wmo.int/viewer/68695/
363-
?offset=3#page=220&viewer=picture&o=bookmark&n=0&q=
364-
)
365-
.. [2] (
366-
https://www.schweizerbart.de//papers/metz/detail/3/89544/
367-
Advancements_in_the_field_of_hygrometry?af=crossref
368-
)
361+
.. [1] "Guide to Instruments and Methods of Observation",
362+
World Meteorological Organization, WMO-No. 8, 2023.
363+
https://library.wmo.int/idurl/4/68695
369364
"""
370365

371366
# Calculate vapor pressure (e) and saturation vapor pressure (es)

0 commit comments

Comments
 (0)