We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b5908 commit 63a9226Copy full SHA for 63a9226
pvlib/atmosphere.py
@@ -393,10 +393,9 @@ def tdew_from_rh(
393
394
References
395
----------
396
- .. [1] (
397
- https://library.wmo.int/viewer/68695/
398
- ?offset=3#page=220&viewer=picture&o=bookmark&n=0&q=
399
- )
+ .. [1] "Guide to Instruments and Methods of Observation",
+ World Meteorological Organization, WMO-No. 8, 2023.
+ https://library.wmo.int/idurl/4/68695
400
"""
401
# Calculate the term inside the log
402
# From RH = 100 * (es/e), we get es = (RH/100) * e
0 commit comments