easyclimate.core.variability

easyclimate.core.variability#

This module calculate climate variability

Functions

calc_all_climatological_mean(data_input[, dim])

Calculation of the climatological mean over the entire time range.

calc_daily_climatological_anomaly(...[, ...])

Calulate daily anomaly using the given dataset of climatological mean state .

calc_horizontal_wind_components_std(uv_dataset)

Calculate the standard deviation of vector wind speed and direction.

calc_monthly_climatological_std_without_seasonal_cycle_mean(...)

Calculate the standard deviation of monthly data anomalies over the entire time range.

calc_monthly_climatological_var_without_seasonal_cycle_mean(...)

Calculate the variance of monthly data anomalies over the entire time range.

calc_seasonal_climatological_mean(data_input)

Calculation of the seasonal climatological mean over the entire time range.

calc_seasonal_cycle_mean(data_input[, dim])

Calculation of the seasonal cycle means over the entire time range.

calc_seasonal_cycle_std(data_input[, dim])

Calculation of the seasonal cycle standard deviation over the entire time range.

calc_seasonal_cycle_var(data_input[, dim])

Calculation of the seasonal cycle standard deviation over the entire time range.

calc_seasonal_mean(data_input[, dim, ...])

Calculation of the seasonal means per year over the entire time range.

populate_daymean2everyday(data_daily[, ...])

Populate the data of each day using the daily mean state of the data_daily or given dataset.

populate_monmean2everymon(data_monthly[, ...])

Populate the data of each month using the monthly mean state of the data_monthly or given dataset.

remove_seasonal_cycle_mean(data_input[, ...])

Remove of the seasonal cycle means over the entire time range.