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.
ghi_clear
1 parent 23453b4 commit 996361dCopy full SHA for 996361d
docs/sphinx/source/whatsnew/v0.10.2.rst
@@ -19,7 +19,8 @@ Enhancements
19
20
Bug fixes
21
~~~~~~~~~
22
-
+* :py:func:`~pvlib.iotools.get_psm3` no longer incorrectly returns clear-sky
23
+ DHI instead of clear-sky GHI when requesting ``ghi_clear``. (:pull:`1819`)
24
25
Testing
26
~~~~~~~
pvlib/iotools/psm3.py
@@ -46,7 +46,7 @@
46
'ghi': 'ghi',
47
'dhi': 'dhi',
48
'dni': 'dni',
49
- 'ghi_clear': 'clearsky_dhi',
+ 'ghi_clear': 'clearsky_ghi',
50
'dhi_clear': 'clearsky_dhi',
51
'dni_clear': 'clearsky_dni',
52
'zenith': 'solar_zenith_angle',
0 commit comments