Skip to content

Commit

Permalink
Change apparent_zenith to solar_zenith
Browse files Browse the repository at this point in the history
Based on the decision in pvlib#1403
  • Loading branch information
AdamRJensen authored Mar 2, 2022
1 parent b616015 commit 9bad509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvlib/iotools/psm3.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'Clearsky GHI': 'ghi_clear',
'Clearsky DHI': 'dhi_clear',
'Clearsky DNI': 'dni_clear',
'Solar Zenith Angle': 'apparent_zenith',
'Solar Zenith Angle': 'solar_zenith',
'Temperature': 'temp_air',
'Relative Humidity': 'relative_humidity',
'Dew point': 'temp_dew',
Expand Down

0 comments on commit 9bad509

Please sign in to comment.