Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 171f10c

Browse filesBrowse files
authored
Replace zenith with solar_zenith in variable map for pvlib:psm3 (#2381)
* solve issue 2377 * add checks for all mapped variables * fix code to pass all checks
1 parent 22364d8 commit 171f10c
Copy full SHA for 171f10c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎pvlib/iotools/psm3.py

Copy file name to clipboardExpand all lines: pvlib/iotools/psm3.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
'ghi_clear': 'clearsky_ghi',
5050
'dhi_clear': 'clearsky_dhi',
5151
'dni_clear': 'clearsky_dni',
52-
'zenith': 'solar_zenith_angle',
52+
'solar_zenith': 'solar_zenith_angle',
5353
'temp_air': 'air_temperature',
5454
'temp_dew': 'dew_point',
5555
'relative_humidity': 'relative_humidity',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.