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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
7.1.1
Fixes
Fix inflated seasonal totals in icclim.sum(...) when converting filtered daily rate data such as precipitation in mm/day to amounts.
Seasonal selections like MAM no longer integrate across inter-season gaps, so reproduced cases such as 4228.6 now correctly return 310.4.
Improvements
Add a faster daily-source conversion path for seasonal rate-to-amount handling.
Add generalized reference-verification scripts and regression tests for seasonal precipitation and non-precipitation cases.
Add a developer protocol for broader Climpact/manual comparisons.
Notes
A separate metadata ambiguity remains possible when a variable name conflicts with CF metadata, such as RH being used for precipitation. That did not cause the numeric bug fixed in this release.