pypi icclim 6.3.0
v6.3.0

latest releases: 7.0.0, 6.5.0, 6.4.0...
17 months ago

BREAKING CHANGES

  • [fix] The indicators based on the difference between two variables (ecad: DTR, ETR, vDTR and anomaly) gave wrong values due to a bad unit conversion of the output. This was for example the case when the input variables are in Kelvin, the difference between the two variables is still in Kelvin but it cannot be converted to degree Celsius with the ususal +273.15. To workaround this issue, we first convert inputs to the expected output unit and then we compute the index.
  • [fix] Indices based on both a percentile threshold and a threshold_min_value (for ecad: r75p, r75pTOT, r95p, r95pTOT, r99p, r99pTOT) are now computing the exceedance rate on values above threshold_min_value as well. Previously this threshold_min_value was used to compute the percentile and the total (for rxxpTOT indices) but not the exceedance rate.
  • [maint] The only compatible version of icclim 6.3.0 is xclim 0.42

Don't miss a new icclim release

NewReleases is sending notifications on new releases.