-
Notifications
You must be signed in to change notification settings - Fork 1.1k
irradiance.globalinplane appears redundant with total_irrad #422
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
Comments
I think they're different, but I'm struggling to think of a good use case for
|
I am mixed on this, because I have used both, but not necessarily for a
good reason, just because of whichever tutorial I was copying at the time.
I think I prefer globalinplane because I occasionally have need to modify
the intermediates rather than use the default assumptions. Also, does
total_irrad work with tracking? I can't remember off the top of my head.
…On Mon, Feb 12, 2018 at 10:32 AM, Will Holmgren ***@***.***> wrote:
I think they're different, but I'm struggling to think of a good use case
for globalinplane.
globalinplane computes POA global from modeling intermediates (AOI, DNI,
POA diffuse).
total_irrad computes POA components from more basic information (system
specs, solar position, DNI, GHI, DHI).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#422 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AH66AaO9XT6XKWkaCgfvmX52M4K75nHtks5tUIPbgaJpZM4SCliW>
.
|
My post above was a bit misleading. I suggested that Thinking through this a little more... First, Second, Third, So, While we're at it, I'd welcome suggestions for a better name than |
I think those ideas are good, reduce total_irrad to a wrapper, and refactor the wrapped functions. My instinctive reaction to 'total_irrad' is 'get_irradiance_components' I like function names that start with verbs. |
Closed via #427 |
Suggest removing globalinplane.
The text was updated successfully, but these errors were encountered: