Published March 31, 2021
| Version v0.25.0
Software
Open
Ouranosinc/xclim: v0.25.0
Authors/Creators
- 1. Ouranos
- 2. @Ouranosinc
- 3. @jakarto3d
- 4. STFC CEDA
Description
Announcements
- Deprecation: Release 0.25.0 of
xclimwill be the last version to explicitly support Python3.6 andxarray<0.17.0.
land.winter_stormcomputes days with snow accumulation over threshold.land.blowing_snowcomputes days with both snow accumulation over last days and high wind speeds.land.snow_melt_we_maxcomputes the maximum snow melt over n days, andland.melt_and_precip_maxthe maximum combined snow melt and precipitation.snd_max_doyreturns the day of the year where snow depth reaches its maximum value.atmos.high_precip_low_tempreturns days with freezing rain conditions (low temperature and precipitations).land.snow_cover_durationcomputes the number of days snow depth exceeds some minimal threshold.land.continuous_snow_cover_startandland.continuous_snow_cover_endidentify the day of the year when snow depth crosses a threshold for a given period of time.days_with_snow, counts days with snow between low and high thresholds, e.g. days with high amount of snow (indiceandindicatoravailable).fire_season, creates a fire season mask from temperature and, optionally, snow depth time-series.
generic.count_domaincounts values within low and high thresholds.run_length.seasonreturns a dataset storing the start, end and length of a season.- Fire Weather indices now support dask-backed data.
- Objects from the
xclim.sdbasubmodule can be created from their string repr or from the dataset they created. - Fire Weather Index submodule replicates the R code of
cffdrs, including fire season determination and overwintering of the drought_code. - New
run_boundsandkeep_longest_runutilities inxclim.indices.run_length. - New bias-adjustment method:
PrincipalComponent(based on Hnilica et al. 2017 https://doi.org/10.1002/joc.4890).
- Small changes in the output of
indices.run_length.rle.
Files
Ouranosinc/xclim-v0.25.0.zip
Files
(472.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:22c03b84e72cdbcb78506436ed9ef200
|
472.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/Ouranosinc/xclim/tree/v0.25.0 (URL)