In pull request #87 I added the option to compute variances for several time periods. That functionality made the checker crash because units were squared.
The question is, we want to allow this kind of functions on the preprocessor? If that's true, when we want to apply the data checker?
Other (potential) preprocessor functions that can be affected:
- Corner cases in regrid than can make values go outside
valid_min and valid_max range
- Anomalies: can make values go outside
valid_min and valid_max range
- Standarized anomalies ( anomalies / std ): they don't have units
In pull request #87 I added the option to compute variances for several time periods. That functionality made the checker crash because units were squared.
The question is, we want to allow this kind of functions on the preprocessor? If that's true, when we want to apply the data checker?
Other (potential) preprocessor functions that can be affected:
valid_minandvalid_maxrangevalid_minandvalid_maxrange