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
@pochedls Thanks for your comment. @pochedls@tomvothecoder please correct me if I am wrong, but I think we have separated group_average from average, so group_average can get annual cycle (12 time points if monthly) or seasonal mean (4 time points) or more, while average returns overall average (thus, one time point). In such case, I think it makes sense to not have freq option for average.
@pochedls Thanks for your comment. @pochedls@tomvothecoder please correct me if I am wrong, but I think we have separated group_average from average, so group_average can get annual cycle (12 time points if monthly) or seasonal mean (4 time points) or more, while average returns overall average (thus, one time point). In such case, I think it makes sense to not have freq option for average.
.average() collapses the time dimension. freq was removed from the method parameters and is instead inferred from the variable's time coordinates (_infer_freq).
We'll just need to update the .average() example to remove freq. Thanks!
Describe your documentation update
In the example of temporal average doc,
But in my test with latest xcdat it returns
I cannot recall we removed
freq
from temporal average, but if so, doc needs update accordingly.The text was updated successfully, but these errors were encountered: