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
Describe the bug
The current implementation of the multimodel statistics preprocessor was not designed to work for daily data, but it doesn't raise an error either. This leads to misleading results, because prior to the statistics calculations, all time points are reset to the first of the month:
This error has propagated into the reference datasets for the multimodel-statistics regression tests. While the sample data have 62 time points (days), the reference statistics cubes only have 2 (the first days of the 2 months).
This issue will be solved in #685, but until then, daily multimodel-statistics output should not be trusted.
The text was updated successfully, but these errors were encountered:
Describe the bug
The current implementation of the multimodel statistics preprocessor was not designed to work for daily data, but it doesn't raise an error either. This leads to misleading results, because prior to the statistics calculations, all time points are reset to the first of the month:
ESMValCore/esmvalcore/preprocessor/_multimodel.py
Line 216 in 4d52e4a
This error has propagated into the reference datasets for the multimodel-statistics regression tests. While the sample data have 62 time points (days), the reference statistics cubes only have 2 (the first days of the 2 months).
This issue will be solved in #685, but until then, daily multimodel-statistics output should not be trusted.
The text was updated successfully, but these errors were encountered: