Skip to content

v5.4.0

Compare
Choose a tag to compare
@bzah bzah released this 10 Aug 13:00
· 470 commits to master since this release
0fbbf28

icclim v5.4 is a small summer release with a few fixes.

What's Changed

  • [fix] When giving input as a list of netcdf files, the coordinate values are now merged using the override strategy.
    Hence, the first file having a given dimension define this dimension for all the subsequent files.
  • [fix] Fixed the output unit of some indices (from "ºC" to the standard "degree_Celsius")
  • [fix] Fixed issue where dataset having a time bounds variable could not be processed (due to chunking). We now chunk only the studied variables thus the DataArray(s) instead of the whole Dataset.

Full Changelog: v5.3.0...v5.4.0