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
need to be explicit in the documentation/Manual what time is being used
Time is relevant to meteorological forcing and to profiles
Times change in many places - with DST (daylight savings time) going on/off - so the alignment of profiles and meteorology will change.
UTC is generally used in the meteorology world
ST - standard time (e.g. EST - eastern standard time) is more useful for local applications
Proposal -(a) all calculations done in UTC (b) profiles in the region's ST (c) output in UTC and option for region S or ST and DT (Daylight time). (d) codes deals with summer/winter time
Internally - times all dealt with in one place - no corrections done elsewhere - and the alignment of profiles done using a consistent method throughout.
Changes this implies (a) calculations done in UTC (b) assumption of ALL profiles region ST (c) remove some unnecessary checks -(d) provide option for different time outputs (e) make documentation clear (Time section and link to all inputs that have a time component have a link explaining assumption
Problem