-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Milestone
Description
I just stumbled across two things in the documentation where it would be helpful to correct them:
- For the
surface_tilt
in thePVSystem
class it says:
Up=0, horizon=90.
This is a bit confusing since I guess it is meant as defined in the basic_chain
:
The tilt angle is defined as degrees from horizontal (e.g. surface facing up = 0, surface facing horizon = 90)
Is that right? Maybe we could use the same definition in the PVSystem
class.
- In the docstring of the
Modelchain
class the default value for theorientation_strategy
south_at_latitude_tilt
is missing.