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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: