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 337f723 commit 8bc9b86Copy full SHA for 8bc9b86
docs/sphinx/source/reference/airmass_atmospheric.rst
@@ -11,6 +11,8 @@ Airmass and atmospheric models
11
atmosphere.get_relative_airmass
12
atmosphere.pres2alt
13
atmosphere.alt2pres
14
+ atmosphere.tdew_from_rh
15
+ atmosphere.rh_from_tdew
16
atmosphere.gueymard94_pw
17
atmosphere.first_solar_spectral_correction
18
atmosphere.bird_hulstrom80_aod_bb
docs/sphinx/source/whatsnew/v0.11.2.rst
@@ -10,7 +10,8 @@ Deprecations
10
Enhancements
~~~~~~~~~~~~
-
+* :py:func: `~pvlib.atmosphere.rh_from_tdew` and `~pvlib.atmosphere.tdew_from_rh`
+ added. (:issue:`1744`, :pull:`2286`)
Bug fixes
~~~~~~~~~
0 commit comments