Accumulators not reset for inactive points
Open
bug
priority: low
- Dominant language
- Fortran
- Stars
- 352
- Forks
- 361
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 7
Description
If a point (patch, column, etc.) is inactive when a reset is requested for a `timeavg` or `runaccum` accumulator type (`accumulMod`), it will not be reset.
I think this is not an issue with the code as-is. Accumulator values seem to only ever be reset at the beginning of the year, which is also the only time that patch activation/deactivation is allowed. However, future code might not make this assumption.
Contributor guide
Assessment
This issue has not been assessed yet.