-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add polo-smm #2491
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
base: main
Are you sure you want to change the base?
Add polo-smm #2491
Changes from 1 commit
3363ace
ceba758
36c9b43
eaa90b4
794ed98
7926a3d
988557c
45e768f
38e5694
c24e013
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -710,3 +710,102 @@ def spectral_factor_jrc(airmass, clearsky_index, module_type=None, | |||||
+ coeff[2] * (airmass - 1.5) | ||||||
) | ||||||
return mismatch | ||||||
|
||||||
def spectral_factor_polo(precipitable_water, airmass_absolute, aod500, aoi, altitude, | ||||||
module_type=None, coefficients=None, albedo=0.2): | ||||||
jesuspolo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
""" | ||||||
Estimation of spectral mismatch for BIPV application in vertical facades. | ||||||
|
Estimation of spectral mismatch for BIPV application in vertical facades. | |
Estimate the spectral mismatch for BIPV application in vertical facades. |
I think the imperative form is standard practice for the summary line
jesuspolo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
jesuspolo marked this conversation as resolved.
Show resolved
Hide resolved
jesuspolo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
jesuspolo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
jesuspolo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
jesuspolo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
jesuspolo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
jesuspolo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* ``'monosi'`` - anonymous sc-si module. | |
* ``'monosi'`` - anonymous sc-si module. |
What is "sc-si"? Is this a typo and should be "monocrystalline Si"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can albedo both be a float and an array?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure, I always thought it as a float, since it refers to a total albedo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was more wondering if the code allows for albedo being passed in as a time series?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was more wondering if the code allows for albedo being passed in as a time series?
+1 to making this possible if not already
Uh oh!
There was an error while loading. Please reload this page.