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.
%
%
引用格式
Pankaj Dey (2024). Seasonality Index of extreme events (https://www.mathworks.com/matlabcentral/fileexchange/63661-seasonality-index-of-extreme-events), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- Sciences > Geoscience > Oceanography and Hydrology >
- Sciences > Geoscience > Weather and Atmospheric Science >
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!seasonality_index/
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |