Seasonality Index of extreme events
% This function can be use to calculate seasonal distribution of any exteme
% events in hydrology namely, low flows or maximum flow. It relies on two
% parameter, namely :
% r: the length of the mean vector is a measure of the variability of low flow days
% theta: the directional angle of the mean vector.
%_______________________________________________%
% Code is written by Pankaj Dey, PhD student at Department of Civil
% Engineeing, Indian Institute of Science, Bangalore.
%_______________________________________________%
%
%
% Input: date: it is an array which compose of the dates when the extermes
% are observed in a particular year. The structure of date is as follows:
%
 %For example:    		Col.1     Col.2      Col.3
%                                Year     Month       Day
%                        
%                      date=     1904        3         1
%                                    1905        3         1
%
%
%  Output: results: a matrix whose 
%                            First row element denotes the length of the
%                            mean vector
%                            Second row element denotes the directional
%                            angle of the mean vector
%                           Third row element denotes the mean day of
%                           occurence of extreme.
%
% Additionally a polar plot will pop up ehich will graphically display the
% position of the mean vector in polar cordiantes.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 
%  Note: a function name 'date2julian' is used in this function. 
%
%
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
%
%  References: Laaha, G. and Blöschl, G., 2006. Seasonality indices for regionalizing low flows. Hydrological Processes, 20(18), pp.3851-3878.
%
%
Cita come
Pankaj Dey (2025). Seasonality Index of extreme events (https://it.mathworks.com/matlabcentral/fileexchange/63661-seasonality-index-of-extreme-events), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Sciences > Geoscience > Oceanography and Hydrology >
 - Sciences > Geoscience > Weather and Atmospheric Science >
 
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
seasonality_index/
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 | 
