Skip to content

Releases: ClimateImpactLab/dodola

[0.19.0] - 2022-03-25

25 Mar 02:11
f9ab1e7
Compare
Choose a tag to compare

Added

  • Add badge for current release DOI to README. (@brews)

Changed

  • Significant update to container/package environment pins. (PR #183, @brews)

[0.18.0] - 2022-03-03

03 Mar 01:30
67c12fd
Compare
Choose a tag to compare

Added

  • Add basic CI/CD test and build status badges to README. (PR #182, @brews)

Fixed

  • Fix dodola validate-dataset OOM on small workers without dask-distributed. (PR #181, @brews)

[0.17.0] - 2022-02-17

17 Feb 00:39
4fac617
Compare
Choose a tag to compare

Changed

  • Increase max allowed tasmin, tasmax in services.validate to 377 K for UKESM1-0-LL. (PR #180, @brews)

Fixed

  • Move in-memory data loading where it is needed for 360-days calendar conversion in clean-cmip6 (PR #179, @emileten)

[0.16.2] - 2022-02-15

15 Feb 00:30
5898625
Compare
Choose a tag to compare

Fixed

  • Fix incorrect references when standardizing gcm (PR #178, @emileten)

[0.16.1] - 2022-01-27

27 Jan 22:26
2a14064
Compare
Choose a tag to compare

Fixed

  • Fix the wetday frequency correction so that different replacement values are used, rather than a single one (PR #174, PR #176, @emileten, @delgadom).

[0.16.0] - 2022-01-19

18 Jan 22:45
8d203b7
Compare
Choose a tag to compare

Added

Changed

  • Remove duplicated service-level logging info lines of code introduced by PR #148 (PR #168, @emileten)
  • Decrease validation temperature range min to 130 (PR #170, @emileten)

[0.15.1] - 2021-12-29

29 Dec 23:21
bbbbd74
Compare
Choose a tag to compare

Fixed

  • Fix boolean condition error in DTR ceiling application. (PR #165, PR #166, @emileten)

[0.15.0] - 2021-12-27

28 Dec 02:22
e07f360
Compare
Choose a tag to compare

Added

  • Add maximum precipitation adjustment service that applies a "ceiling" or "cap" to precipitation values above a user-defined threshold. (PR #164, @dgergel)

Changed

  • Increase max precipitation allowed by validation to 3000 mm. (PR #164, @dgergel)
  • Update wet day frequency correction to incorporate method additions from Hempel et al 2013. (PRs #162 and #159, @dgergel)
  • Floor and ceiling for DTR. (PR #163 @emileten)

[0.14.0] - 2021-12-21

21 Dec 18:44
5b273ed
Compare
Choose a tag to compare

Changed

  • Update wet day frequency correction to include small negative values in correction and to limit the correction range to the threshold * 10 ^ -2. (PR #158, @dgergel)
  • Update package setup, README, HISTORY/CHANGELOG to new system. (PR #154, @brews)

v0.13.0 (2021-12-17)

18 Dec 00:11
d8ace30
Compare
Choose a tag to compare
  • Update diurnal temperature range (DTR) validation to differentiate min DTR accepted value for CMIP6 vs bias corrected and downscaled data inputs (PR #155, @dgergel)
  • Update diurnal temperature range (DTR) validation to differentiate polar and non-polar regions (PR #153, @dgergel)
  • Fix rechunk error when converting 360 days calendars. (#149, PR #151, @brews)
  • Remove cruft code. Removes dodola commands biascorrect, downscale, buildweights along with corresponding functions in dodola.services and dodola.core. (PR #152, @brews)