Published April 20, 2023 | Version v1
Software Open

Sea Level Extremes Analysis

  • 1. Universitat de les Illes Balears (UIB) / Centre Oceanogràfic de les Balears (IEO - CSIC)
  • 2. Institut Mediterrani d'Estudis Avançats (UIB - CSIC)
  • 3. Universitat de les Illes Balears (UIB)
  • 4. Centre Oceanogràfic de les Balears (IEO - CSIC)

Description

This product includes a set of scripts developed in Matlab (Version R2021a), aimed at identifying and analysing the extreme events of a series of sea level anomalies (SLA, e.g. from a tide gauge). The sampling frequency can be minutes or hours. The main function is "extreme_analysis.m", which takes as input the sea level anomaly series, and the atmospheric component of sea level series. As input, it is also required to specify the percentile that will be used to identify the extreme values, and the minimum separation between events that will be considered. Optionally, it is possible to load seasonal cycle and astronomical tide series, or make the function calculate it. In case the tide has to be calculated, it calls the UTIDE functions (Codiga 2023: https://es.mathworks.com/matlabcentral/fileexchange/46523-utide-unified-tidal-analysis-and-prediction-functions) which must be in the same directory as the main function. It identifies the extreme events of the series, stores their parameters (start and end date of each event, date of the peak, SLA at peak time, duration and average SLA during the event) and calculates the contributions of the different processes considered, which are: low-frequency atmospheric contribution, storm surge, seasonal cycle, astronomical tide, residuals T>1m, residuals 1h<T<1m and residuals T<1h. The separation into frequency bands (the atmospheric component in LFAC and storm surge, and that of the residuals), is carried out with a Butterworth filter of order 3 (can be modified), by calling the external function "butter_filter.m", which must be in the same directory.

Notes

This work is part of the R+D+I project VENOM (PGC2018-099285-B-C21, PGC2018-099285-B-C22), and the project UNCHAIN (PCI2019‐103680), both funded by MCIN/AEI/10.13039/501100011033 and by the ERDF (A way of making Europe). This research has been supported by the Ministerio de Ciencia e Innovación and the European Regional Development Fund, Interreg. We are grateful to Daniel Codiga for making their tidal analysis functions freely available, which we include in the .rar file, so that they can be called directly from the main function to adjust the tidal series.

Files

Files (42.6 kB)

Name Size Download all
md5:2172de30566a6ac1b064c71ffa6ebdf9
42.6 kB Download

Additional details

References