Skip to content

Commit 55fa894

Browse files
committed
fix azimuth prob in docs
1 parent d8b9968 commit 55fa894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinx/source/package_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ object to accomplish our modeling goal:
183183
name=name,
184184
altitude=altitude)
185185
localized_system.surface_tilt = latitude
186-
localized_system.surface_azimuth = 0
186+
localized_system.surface_azimuth = 180
187187
clearsky = localized_system.get_clearsky(times)
188188
solar_position = localized_system.get_solarposition(times)
189189
total_irrad = localized_system.get_irradiance(solar_position['apparent_zenith'],

0 commit comments

Comments
 (0)