-
### Addressing a Problem?
Currently, the `xclim.indices.generic.select_time()` supports several indexers types. However, all of them are statics and compute indicators using the same bounds over sp…
-
* icclim version: 5.4.0
* Python version: 3.9.13
### Description
For calculating indexes using SNOW, icclim was giving the error `errors.DimensionalityError: Cannot convert from 'centimeter' ([…
-
Unsure if this is already done but xclim dev team is currently implementing a number of quality control checks in a simple to use submodule:
https://github.com/Ouranosinc/xclim/issues/65
And is cl…
-
STAC Assets creation depends on an attribute called `access_urls`, which holds the various endpoints served by THREDDS. At the moment, we get these endpoints by
1. Sending a request to the NcML serv…
-
Just wanted to make a quick note here that if you're thinking about adding unit conversion functionality to cmip6_preprocessing (@jbusecke mentioned this in a presentation I attended earlier today), t…
-
### Addressing a Problem?
xclim is currently using a fairly crude approximation for HDD and CDD using daily average temperature. This neglects the daily cycle.
### Potential Solution
The UK Met Of…
huard updated
2 weeks ago
-
**What happened**:
With `cftime` 1.2.0, one can create datetime object with `cftime.datetime(*args, calendar='calendar')`, instead of using one of the subclasses (ex `cftime.DatetimeNoLeap(*args)…
-
When using xclim or icclim to calculate indices that involve calculating a threshold along the entire time axis (a percentile-based threshold), memory usage can explode for large multi-dimensional (i.…
-
Unit conversion should probably be handled with [pint](https://pint.readthedocs.io/en/stable/).
It's built into both [pint-xarray](https://pint-xarray.readthedocs.io/en/latest/index.html), [xclim]…
-
### Addressing a Problem?
I am using xclim-sdba to bias correct 50 ensemble members of the CESM2 climate model. I am using the MBCn technique from Cannon 2018 and following the tutorial here: https:/…