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
Taking care of time-steps in the middle of the hour (#79)
* Taking care of time-steps in the middle of the hour
In cases, the middle hour time-step was printed as HH:29:599999 so it
cause issues with time shift, as 29 != 30 (30 was the assumption
previosuly).
Furthermore, the last time step of subsetting is assumed to be HH:45:00
so as to no miss time-steps where the value is set to HH:30:00001
(slightly past HH:30:00).
Reported-by: Mohamed Elshamy <[email protected]>
Signed-off-by: Kasra Keshavarz <[email protected]>
* time-stamp correction removed per user's request
---------
Signed-off-by: Kasra Keshavarz <[email protected]>
0 commit comments