-
Notifications
You must be signed in to change notification settings - Fork 8
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
HOYS with minutes #37
Comments
Hi @DambronOlivier, I can't thank you enough for checking all these inputs before the release. Let me check and see how genskymtx will work with sub-hourly data. |
@DambronOlivier. First up, I too want to thank you for trying out these components before the release. Although, I haven't been participating in any of the discussions, I have been reading all of them. @mostaphaRoudsari As you pointed out, the issue with doing sub-hourly values has more to do with radiation values than whether gendaymtx can handle it. Gendaymtx will work fine if we modify the wea file to reflect those sub-hourly values. As far as modifiying the wea file and corresponding radiation values go, this has been studied before:
....which, in turn, is based on ....
Bottom-line is that we can implement this thing. If we get the interpolation part going rest of the back-end API is already in place. However, I am not entirely sure if this is "mission-critical" as we'd be interpolating radiation values that are already based on TMY data (typical is the key here). I doubt if we'd learn anything useful from that. I do see a value in being able to do this through gendaylit wherein we can plug measured values from weather stations. |
Hi @DambronOlivier and @mostaphaRoudsari , I can confirm that smaller timesteps will work with whatever we have presently. Here is an example: https://www.youtube.com/watch?v=2rXrWhIf-4o&feature=youtu.be The timesteps in the video are at 1 minute intervals. I generated the data from Daysim which has the interpolation algorithm built-in. We'd have to replicate the same algorithm in HB[+] to make it fully functional. The good news is that as and when we do implement it, we have a ready reference to check our results against. |
Thank you @sariths! Here is the code that we need to add in order to create the subhourly wea file. |
|
Has the reverse interpolation been implemented into HB[+] yet? |
This is now possible if you use |
hi @mostaphaRoudsari ,
I was trying to add more granularity of timestep to generate more images with DC_image-based.
If I am not mistaken, it seems that the HOYS are not taking into account the decimals for a given list of hours. Perhaps it is the way the WEA rounds hours. Would it be causing issues elsewhere to get minutes into the WEA?

Kind regards,
Olivier
The text was updated successfully, but these errors were encountered: