Skip to content

Time - documentation and consistency in the code #1507

Description

@suegrimmond

Problem

  1. need to be explicit in the documentation/Manual what time is being used
  2. Time is relevant to meteorological forcing and to profiles
  3. Times change in many places - with DST (daylight savings time) going on/off - so the alignment of profiles and meteorology will change.
  4. UTC is generally used in the meteorology world
  5. ST - standard time (e.g. EST - eastern standard time) is more useful for local applications
  6. 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
  7. Internally - times all dealt with in one place - no corrections done elsewhere - and the alignment of profiles done using a consistent method throughout.
  8. 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
  9. Day of Week and hemisphere checks also needed

Metadata

Metadata

Labels

1-featureNew functionality2-doc:userUser guides, tutorials2-infra:code-refactorCode refactoring and cleanup2-infra:inputInput data handling and validation2-infra:outputOutput formatting and export3-P1High priority4-needs-discussionAgenda item for weekly catch-up meeting

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions