Replies: 1 comment
-
|
Important MESH has no awareness of seasonal time shifts (e.g., daylight savings) or time zones. Care might have to be taken when comparing simulated outputs to observations that haven't been converted to standard time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MESH hours run from 00:00 to 23:00. After 23:00 has elapsed, it resets to 00:00 and the day is incremented by +1. A frame marked 02:00 (2 AM) contains values calculated in the time-step starting after 02:00 and ending before 03:00.
This can be in contrast to some forcing and/or analysis datasets, particularly those that count "hours into the future" as opposed to incremental days. It's done by design to be able to easily mask all hours corresponding to a particular day, where if it ran from 01:00 to 24:00, most interpreters would mark the frame 24:00 as belonging to the next date (e.g., 00:00 of day+1) and the time-series of sub-daily records corresponding to a run would appear to start with a day of 23 hours and end with a day of only 1 hour.
Beta Was this translation helpful? Give feedback.
All reactions