Skip to content

Latest commit

 

History

History
91 lines (49 loc) · 4.17 KB

recipe_modes_of_variability.rst

File metadata and controls

91 lines (49 loc) · 4.17 KB

Modes of variability

Overview

The goal of this recipe is to compute modes of variability from a reference or observational dataset and from a set of climate projections and calculate the root-mean-square error between the mean anomalies obtained for the clusters from the reference and projection data sets. This is done through K-means or hierarchical clustering applied either directly to the spatial data or after computing the EOFs.

The user can specify the number of clusters to be computed.

The recipe's output consist of three netcdf files for both the observed and projected weather regimes and the RMSE between them.

Available recipes and diagnostics

Recipes are stored in recipes/

  • recipe_modes_of_variability.yml

Diagnostics are stored in diag_scripts/magic_bsc/

  • WeatherRegime.R - function for computing the EOFs and k-means and hierarchical clusters.
  • weather_regime.R - applies the above weather regimes function to the datasets

User settings

User setting files are stored in recipes/

  1. recipe_modes_of_variability.yml

    Required settings for script

    • plot type: rectangular or polar
    • ncenters: number of centers to be computed by the clustering algorithm (maximum 4)
    • cluster_method: kmeans (only psl variable) or hierarchical clustering (for psl or sic variables)
    • detrend_order: the order of the polynomial detrending to be applied (0, 1 or 2)
    • EOFs: logical indicating wether the k-means clustering algorithm is applied directly to the spatial data ('false') or to the EOFs ('true')
    • frequency: select the month (format: JAN, FEB, ...) or season (format: JJA, SON, MAM, DJF) for the diagnostic to be computed for (does not work yet for MAM with daily data).

Variables

  • psl (atmos, monthly/daily, longitude, latitude, time)

Observations and reformat scripts

None

References

Example plots

Four modes of variability for autumn (September-October-November) in the North Atlantic European Sector for the RCP 8.5 scenario using BCC-CSM1-1 future projection during the period 2020-2075. The frequency of occurrence of each variability mode is indicated in the title of each map.