easyclimate.core.yearstat

easyclimate.core.yearstat#

This module calculates statistical values over timesteps of the same year

Functions

calc_yearly_max(data_input[, dim])

Calculate yearly standard deviation.

calc_yearly_mean(data_input[, dim])

Calculate yearly mean.

calc_yearly_min(data_input[, dim])

Calculate yearly standard deviation.

calc_yearly_std(data_input[, dim])

Calculate yearly standard deviation.

calc_yearly_sum(data_input[, dim])

Calculate yearly sum.

calc_yearly_var(data_input[, dim])

Calculate yearly standard deviation.