8000 Update infinite_sheds.py to add shaded fraction to returned variables in infinite_sheds.get_irradiance and infinite_sheds.get_irradiance_poa by williamhobbs · Pull Request #1871 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Update infinite_sheds.py to add shaded fraction to returned variables in infinite_sheds.get_irradiance and infinite_sheds.get_irradiance_poa #1871

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 10 commits into from
Oct 4, 2023
Prev Previous commit
Next Next commit
Update pvlib/bifacial/infinite_sheds.py
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
  • Loading branch information
williamhobbs and kandersolar authored Oct 4, 2023
commit 2f136b6dfe1b1035622a2397d346f48b450f65cc
4 changes: 2 additions & 2 deletions pvlib/bifacial/infinite_sheds.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ def get_irradiance(surface_tilt, surface_azimuth, solar_zenith, solar_azimuth,
cells from the front surface. [W/m^2]
- ``poa_front_ground_diffuse`` : ground-reflected diffuse irradiance
reaching the module cells from the front surface. [W/m^2]
- ``shaded_fraction_front`` : fraction of row slant height from the
bottom that is shaded from direct irradiance on the front surface.
- ``shaded_fraction_front`` : fraction of the front surface,
going up from the bottom, affected by row-to-row beam shading.
[unitless]
- ``poa_back_direct`` : direct irradiance reaching the module cells from
the back surface. [W/m^2]
Expand Down
0