Releases: climate-service-center/index_calculator
Releases · climate-service-center/index_calculator
v0.12.0
v0.11.0
Internal Changes
- updates of build system (setuptools is deprecated) (#42)
- using
pyproject.toml
file instead ofsetup.py
- using
setuptools_scm
for automatic updating of version numbers. - updates of
pre-commit
hooks. - indicator UTCI: set default stat from
average
tosunlit
(#36 )
New Indicators
- CMD: calm days
Documentation
- how to implement a new project
- how to implement a new indicator
v0.10.0
- correct CIname
- make indices classes callable
- split
_indices.py
into_inidices.py
and_climate_indicator.py
- make conversion indices possible
v0.9.0
- 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 foryearHydro
(yyyy1-09-01 to yyyy2-08-31) - new ERA5 DRS structure and file naming convention
- type of components in
pjson
fromstr
tolist
v0.8.2
- calculate indices with neagtive thresholds
v0.8.1
new drs format and file naming convention for project E-OBS
v0.8.0
-
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
- outsourcing test data to github repository https://github.com/ludwiglierhammer/test_data
v0.7.5
- 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
- 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