easyclimate.core.yearstat

easyclimate.core.yearstat#

This module computes statistical values over timesteps of the same year

Functions

calc_yearly_climatological_max(data_input[, dim])

Calculate yearly standard deviation.

calc_yearly_climatological_mean(data_input)

Calculate yearly mean.

calc_yearly_climatological_min(data_input[, dim])

Calculate yearly standard deviation.

calc_yearly_climatological_std(data_input[, dim])

Calculate yearly standard deviation.

calc_yearly_climatological_sum(data_input[, dim])

Calculate yearly sum.

calc_yearly_climatological_var(data_input[, dim])

Calculate yearly standard deviation.