8000 Gallery example for modeling fixed-tilt arrays with pvfactors by kandersolar · Pull Request #1470 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Gallery example for modeling fixed-tilt arrays with pvfactors #1470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
kandersolar committed Jun 9, 2022
commit fc55c8cf2284aef10199af7e370817930d0e0c95
2 changes: 1 addition & 1 deletion docs/examples/bifacial/plot_pvfactors_fixed_tilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Now the trick: since pvfactors only wants to model single-axis tracking
# arrays, we have to pretend our fixed tilt array is a single-axis tracking
# array that never rotates. In that case, the "axis of rotation" is
# the along the length of the row, 90 degrees offset from the
# along the length of the row, with ``axis_azimuth`` 90 degrees offset from the
# fixed ``surface_azimuth``.

irrad = pvfactors_timeseries(
Expand Down
0