Skip to content

Releases: climate-service-center/index_calculator

v0.12.0

16 Jul 10:37
d71026a
Compare
Choose a tag to compare

Internal Changes

New Indicators

v0.11.0

20 Nov 09:47
Compare
Choose a tag to compare

Internal Changes

  • updates of build system (setuptools is deprecated) (#42)
  • using pyproject.toml file instead of setup.py
  • using setuptools_scm for automatic updating of version numbers.
  • updates of pre-commit hooks.
  • indicator UTCI: set default stat from average to sunlit (#36 )

New Indicators

  • CMD: calm days

Documentation

  • how to implement a new project
  • how to implement a new indicator

v0.10.0

04 Oct 15:25
Compare
Choose a tag to compare
  • correct CIname
  • make indices classes callable
  • split _indices.py into _inidices.py and _climate_indicator.py
  • make conversion indices possible

v0.9.0

25 Sep 08:53
Compare
Choose a tag to compare
  • convert time frequencies to requested time frequency
  • rename variable name(s) to requested variable name(s)
  • convert input variable(s) to requested input variable(s): sfcWind, snd
  • SCD: set default threshold to 3mm day-1
  • set left and right bounds for yearAC (yyyy1-07-01 to yyyy2-06-30) and for yearHydro (yyyy1-09-01 to yyyy2-08-31)
  • new ERA5 DRS structure and file naming convention
  • type of components in pjson from str to list

v0.8.2

31 Aug 07:48
Compare
Choose a tag to compare
  • calculate indices with neagtive thresholds

v0.8.1

18 Aug 10:26
Compare
Choose a tag to compare

new drs format and file naming convention for project E-OBS

v0.8.0

13 Jul 13:25
Compare
Choose a tag to compare
  • optionally: calculate SCD with water equivalent input

  • replace '.' with '-' in directory structure and output file names

  • new climate indicators:

    • DSn: total number of days in dry spells
    • WSn: total number of days in wet spells
    • CSx: maximum length of cold spell
    • CSn: total number of days in cold spells
    • HSn: total number of days in hot spells
    • HWn: total number of days in heat waves
    • LFD: number of late frost days
  • metadata: set mm/day to mm

  • fixing v0.7.3 and v0.7.4 with xclim>=0.44

  • redo v0.7.5 (if dataset frequency is not equal input frequency, convert it; adding hourly test data)

v0.7.6

19 Jun 13:02
Compare
Choose a tag to compare

v0.7.5

19 Jun 09:17
Compare
Choose a tag to compare
  • if dataset frequency is not equal input frequency, convert it
  • adding hourly test data
  • calcualte climate indicators for ERA5 data
  • input variable for WI is tasmin not tas

v0.7.4

08 Jun 08:35
Compare
Choose a tag to compare
  • rename DSP to DSf according to other spell indicators
  • rename HW to HWx according to other spell indicators
  • new indicator: DSx, HWf
  • rename tables/indices.json to tables/metadata.json
  • expand some docstrings and rework metadata
  • those changes are not implemented in xclim yet
  • as soon as this is done index_calculator goes v0.8.0