Skip to content

Commit 9bad509

Browse files
authored
Change apparent_zenith to solar_zenith
Based on the decision in pvlib#1403
1 parent b616015 commit 9bad509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/iotools/psm3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'Clearsky GHI': 'ghi_clear',
3030
'Clearsky DHI': 'dhi_clear',
3131
'Clearsky DNI': 'dni_clear',
32-
'Solar Zenith Angle': 'apparent_zenith',
32+
'Solar Zenith Angle': 'solar_zenith',
3333
'Temperature': 'temp_air',
3434
'Relative Humidity': 'relative_humidity',
3535
'Dew point': 'temp_dew',

0 commit comments

Comments
 (0)