-
Notifications
You must be signed in to change notification settings - Fork 25
Add multiyear mean to temporal_state #116
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is needednew computationUpdate that adds a new computation methodUpdate that adds a new computation methodtopic-multi-fileIssues/pull requests related to a multi-file Resource handlerIssues/pull requests related to a multi-file Resource handlerwishlistFeatures we would ideally want to support, but not right nowFeatures we would ideally want to support, but not right now
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needednew computationUpdate that adds a new computation methodUpdate that adds a new computation methodtopic-multi-fileIssues/pull requests related to a multi-file Resource handlerIssues/pull requests related to a multi-file Resource handlerwishlistFeatures we would ideally want to support, but not right nowFeatures we would ideally want to support, but not right now
Why this feature is necessary:
Necessary is a bit strong -- I can definitely compute multiyear means from the annual means rex outputs easy enough. At the same time I end up doing it a lot and it would be handy!
A possible solution is:
Basically, be able to point temporal_stats to a bunch of h5's and tell it to take the mean across all files for a certain dataset.
I have considered the following alternatives:
What I do now, which again works, is compute the annual means and then postprocess the multiyear manually.
Charge code
None for now, i'll update if I think I can find something
Urgency / Timeframe
Not urgent at all, just a whishlist feature.