Skip to content

Commit

Permalink
Replace zenith with solar_zenith in variable map for pvlib:psm3 (#2381)
Browse files Browse the repository at this point in the history
* solve issue 2377

* add checks for all mapped variables

* fix code to pass all checks
  • Loading branch information
ayushjariyal authored Feb 21, 2025
1 parent 22364d8 commit 171f10c
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 @@ -49,7 +49,7 @@
'ghi_clear': 'clearsky_ghi',
'dhi_clear': 'clearsky_dhi',
'dni_clear': 'clearsky_dni',
'zenith': 'solar_zenith_angle',
'solar_zenith': 'solar_zenith_angle',
'temp_air': 'air_temperature',
'temp_dew': 'dew_point',
'relative_humidity': 'relative_humidity',
Expand Down

0 comments on commit 171f10c

Please sign in to comment.