Skip to content
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

Dynamic albedo for floating PV #2203

Open
IoannisSifnaios opened this issue Sep 10, 2024 · 5 comments
Open

Dynamic albedo for floating PV #2203

IoannisSifnaios opened this issue Sep 10, 2024 · 5 comments

Comments

@IoannisSifnaios
Copy link
Contributor

Per @lmicheli recommendation, I suggest we add the dynamic albedo calculation as described here.

I am up for taking the task of adding it to pvlib, but I would like to hear your thoughts on this addition.

@kandersolar
Copy link
Member

One concern around the white cap fraction defined by Eq 6: this paper seems to treat Eq 6 as returning a unitless fraction (it is subtracted from 1 in several places), but the cited reference claims that the equation returns values in percent. That seems like a nontrivial error to me.

More generally, would people actually use a spectral albedo model for FPV? I think of spectral albedo as being pretty niche for ground PV (#1826), but maybe it's different in FPV?

@cwhanse
Copy link
Member

cwhanse commented Sep 10, 2024

I think someone modeling floating PV would look for an albedo because the transposition models require one. The paper proposes a spectral albedo model because one of its sources provides a spectral refractive index. If we implement this method, I think we should add an integrated broadband albedo to the function's output.

I'm a bit skeptical of albedo models that are calibrated to satellite observations, as the components of this model appear to be. I can see how foam, whitecaps and surface roughness could affect the large-area albedo viewed from space. How would these features affect the albedo "seen" by a floating PV system? More generally, is an accurate albedo important in a performance model for ocean floating PV? I imagine the modules would be at quite shallow tilt on the floaters, with their view to the horizon mostly blocked by adjacent floaters. If that's right, the far-field sea-reflected irradiance would be a negligible factor in system power.

My skepticism aside, someone modeling ocean floating PV will likely use a transposition model that requires an albedo, so functions that model albedo have a place in the library.

@echedey-ls
Copy link
Contributor

echedey-ls commented Sep 10, 2024

I think we should add an integrated broadband albedo to the function's output.

I would prefer to leave that to another function, so it's code can be reused if spectral data is extended in the future and the implementation and docs of this model are more compact clear.

@adriesse
Copy link
Member

I scanned the paper but did not see any validation of the model.

@IoannisSifnaios
Copy link
Contributor Author

I scanned the paper but did not see any validation of the model.

Good point @adriesse! There is also this paper that has a fairly similar model (and also a validation section). However, based on the previous comments, it is still not entirely clear to me if such a model would be a valuable addition.

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

5 participants