Skip to content

improve ground reflection when sun is behind panels #617

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

Closed
mikofski opened this issue Nov 12, 2018 · 3 comments
Closed

improve ground reflection when sun is behind panels #617

mikofski opened this issue Nov 12, 2018 · 3 comments

Comments

@mikofski
Copy link
Member

Is your feature request related to a problem? Please describe.
I think that the ground reflection is over-estimated when the sun is behind the panels.

The following image shows a panel facing the ground, tilted 160° down and facing northeast at 70° on Jan-1 from 8AM to noon in Oakland, CA.
back_side_diffuse

The ground reflection on this panel seems quite high when you consider the diffuse sky for a similar panel, tilted 20° and facing southeast at 250°
front_side_diffuse

Another way to think of these panels are as the backside and frontside of the same panel.

I think the reason the backside ground reflection is over-estimated is because the it is not considering that a portion of the ground it sees is shaded, so the GHI should not include the direct component. If I remove the beam and re-calculate I get what seems like a more reasonable value.

But the actual backside ground POA would be in between these because some of the ground visible to the backside is in shade and some is not.

Describe the solution you'd like
This may just be a continuation of #421 or some other bifacial issue or PR. But I still think it would be relevant for the get_ground_diffuse function anyway.

I think we should calculate where the shadow would be on a flat surface, divide the ground into two regions, and add the view factors algebraically.

Describe alternatives you've considered
Well for the front side this delta is obviously nearly zero and probably not measurable, so maybe just wait for #421 or some other bifacial solution to be completed.

Additional context
Probably related to #421

@cwhanse
Copy link
Member

cwhanse commented Nov 12, 2018

I think that the ground reflection is over-estimated when the sun is behind the panels.

I agree, if we're comparing model to reality. The ground-reflected irradiance model in use assumes:

  1. the ground visible to the panel is the half-plane extending to the horizon (no obstructions), and
  2. the irradiance on this half-plane is GHI (no shadows).
    With these assumptions, the model is correctly implemented in pvl_grounddiffuse.

A better model requires accounting for shadows on the ground that reduce reflected irradiance to the panel. That's the essence of the rear-side irradiance model anticipated by #421. Our analysis and measurements have shown that the rear-side irradiance is ~80% from ground reflections.

@kandersolar
Copy link
Member

With infinite_sheds and pvfactors available now, shall we close this? I suppose we could note the simplifying assumptions (Lambertian surface reflectance, also) in get_ground_diffuse's docstring.

@mikofski
Copy link
Member Author

yes, I agree! Thanks Kevin for keeping tabs on stale issues 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants