Get Global Mean Sea Levels
[gmsl,year_vec] = get_gmsl retrieves global mean sea level data from 1992 to present. get_gmsl_ns is functionally identical, but with seasonal signals removed.
INPUTS: none
OUTPUTS:
gmsl = global mean sea level array
year_vec = corresponding years
TWO-LINE EXAMPLE:
[sealevels,datearray] = get_gmsl;
plot(datearray,sealevels)
The example file provided in the package (global_mean_sea_level_plotter.m) uses get_gmsl and get_gmsl_ns to plot globally-averaged sea levels from 1992 to present and compute a linear least-squares fit for to the data.
Data are retrieved from the University of Colorado Sea Level Research Group website, http://sealevel.colorado.edu/. If you use this data set, please cite the following:
Nerem, R. S., D. Chambers, C. Choe, and G. T. Mitchum. "Estimating Mean Sea Level Change from the TOPEX and Jason Altimeter Missions." Marine Geodesy 33, no. 1 supp 1 (2010): 435.
An internet connection is required for use of these functions.
Citar como
Chad Greene (2026). Get Global Mean Sea Levels (https://es.mathworks.com/matlabcentral/fileexchange/37934-get-global-mean-sea-levels), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Sciences > Geoscience > Geodesy and Mapping >
- Aerospace and Defense > Aerospace Toolbox > Standard Workflow Procedures > Data Import >
Etiquetas
Agradecimientos
Inspirado por: sea level changer GUI
Inspiración para: Sea level rise trend interpolator, Get El Niño Southern Oscillation Index values, Get Land Surface Temperatures, How to map sea level rise
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
