Get Global Mean Sea Levels

버전 3.0.1 (84.3 KB) 작성자: Chad Greene
Acquire time series of global mean sea levels from 1992 to present.
다운로드 수: 985
업데이트 날짜: 2019/5/20

라이선스 보기

[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.

인용 양식

Chad Greene (2024). Get Global Mean Sea Levels (https://www.mathworks.com/matlabcentral/fileexchange/37934-get-global-mean-sea-levels), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
3.0.1

Added live scripts

1.2.0.0

Updated functions to include data from from 1992 to the present date in 2013.

1.1.0.0

Deleted a redundant file in the package.

1.0.0.0