You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using pyGRETA for CSP time series modeling and have a question about the physical model code, specially about the function calc_CF_solar.
The script contains the comment # For CSP: tracking like pv.tracking = 1 (Line 214) that suggests that one-axis-tracking is applied for CSP (this is also written in the documentation).
However, it does not seem like proper tracking is used here, the tracking-function is never called for CSP. Is this maybe missing in the code?
But perhaps it also fails in my understanding of the model.
Best regards,
Jonas Fill
The text was updated successfully, but these errors were encountered:
Hello,
I'm currently using pyGRETA for CSP time series modeling and have a question about the physical model code, specially about the function
calc_CF_solar
.The script contains the comment
# For CSP: tracking like pv.tracking = 1
(Line 214) that suggests that one-axis-tracking is applied for CSP (this is also written in the documentation).However, it does not seem like proper tracking is used here, the tracking-function is never called for CSP. Is this maybe missing in the code?
But perhaps it also fails in my understanding of the model.
Best regards,
Jonas Fill
The text was updated successfully, but these errors were encountered: