bekozi
bekozi
who: @tatarinova Will use defaults from ECA index definitions: > Indices are calculated for the mixed blended series only and over a time span which is as long as the...
who: Seth McGinnis, Natalia Tatarinova Support recursive computations that may use the output from the first calculation as input to the second.
who: @bekozi Expose the full suite of keyword arguments to Grid and Field objects in ESMPy through the "regrid_options" argument to OcgOperations.
who: @bekozi Attempting to request base size from operations will currently raise a validation exception.
who: @bekozi Spatial subset operations on the destination grid are repeated in the case of multiple datasets in the request. These operations are fairly low overhead, but speed improvements may...
who: @bekozi Clip operations will raise a validation exception. The current implementation in regridding requires the spatial operation to occur before regridding. The subset operation needs to be refactored to...
Add comparison to basis "time:value" table. Times not present in the basis will be removed from the output time series (in case of leap years and differing calendars). Operators to...
who: Nils Hempelmann Allow dates to be chosen from the previous year for a winter season if the year is available. Also, put a flag 'seasons' that will represent the...
who: Nils Hempelmann Add "normalize_by" global option for calculations. The initial option will be "sample_size". Example syntax: ``` python calc = [{'func': 'mean', 'name': 'mean', 'kwds': {'normalize_by': 'sample_size'}}] ```