Skip to content

Commit 171f10c

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/iotools/psm3.py

+1-1
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)