Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I/O: Redesign how I/O handles averaging, fill values and average tracking #2938

Open
AaronDonahue opened this issue Aug 5, 2024 · 0 comments

Comments

@AaronDonahue
Copy link
Contributor

A part of the I/O restructuring will include how we handle output that needs memory of previous state. These would currently be AVERAGE, MIN and MAX.

A big part of this will be how we consider the average count flag. The average count flag is important in cases where a FillValue is present in some number of timesteps. We do not want to include FillValue values in the average computation and we want to make sure that when we ultimately average over X steps that X represents the total number of real valued contributions to the average.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant