Skip to content

Question about day of year climatology statistics #302

Discussion options

You must be logged in to vote

Thanks, @huaracheguarache, much appreciated! Here is the promised response:

What is the characteristic of the daily values? If the daily data were means, then I think what you need would be
time: mean within years time: median over years. The daily (i.e. "within years") aspect is encoded in the time coordinates and, crucially, their bounds:

data:  // time coordinates translated to date/time format
  time = "1981-01-01 12:00",
         "1981-01-02 12:00",
         ...
         "1981-12-31 12:00" ;
  climatology_bounds = "1981-01-01", "2010-01-02",
                       "1981-01-02", "2010-01-03",
                       ...
                       "1981-12-31", "2011-01-01" ;

Each pair of …

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@huaracheguarache
Comment options

@huaracheguarache
Comment options

Answer selected by JonathanGregory
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@huaracheguarache
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conventions Conventions and conformance
3 participants