Commit 6ab4e9d
authored
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]>1 parent ee79769 commit 6ab4e9d
File tree
1 file changed
+13
-9
lines changed- var/repos/builtin/recipes/ouranos-mrcc5-cmip6
1 file changed
+13
-9
lines changedLines changed: 13 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
361 | 365 | | |
362 | 366 | | |
363 | 367 | | |
| |||
0 commit comments