Interface
ClimateTools functions are defined on YAXArray/Cube values.
Arithmetic
Use native broadcasting and arithmetic with compatible cubes.
anom = fut .- ref
ratio = fut ./ refEnsemble Helpers
stats = ensemble_stats(cube; dim="time")
stats2 = ensemble_fct(cube; dim="time")ensemble_fct is an alias of ensemble_stats.