Get Climate Teleconnection Indices

版本 1.0.0.0 (3.9 KB) 作者: Chad Greene
Import Arctic, Antarctic, Pacific-North American & North American Oscillation indices from NOAA CPC.
1.0K 次下载
更新时间 2012/10/16

查看许可证

Import time series of climate teleconnection indices from the United States National Weather Service (NWS)/National Oceanic and Atmospheric Administration (NOAA) Climate Prediction Center (CPC) website found here: http://www.cpc.ncep.noaa.gov/products/precip/CWlink/daily_ao_index/teleconnections.shtml.

Downloadable indices include:
get_ao retrieves Arctic Oscillation (AO), sometimes called the Northern Annular Mode (NAM).

get_aao retrieves Antarctic Oscillation (AAO), sometimes the Southern Annular Mode (SAM).

get_nao retrieves North Atlantic Oscillation (NAO).

get_pna retrieves Pacific North-American Pattern.

INPUT ARGUMENTS: none

OUTPUTS: (example for the AAO)
aao_ind = daily AAO index values
aao_dates = date vector

EXAMPLE:
[aao_ind,aao_dates] = get_aao;
figure
plot([aao_dates(1) aao_dates(end)],[0 0],'k'); hold on
plot(aao_dates,aao_ind,'b')
datetick
xlim([aao_dates(1) aao_dates(end)])
box off
text(0,.9,' Antarctic Oscillation Index','units','normalized')

引用格式

Chad Greene (2024). Get Climate Teleconnection Indices (https://www.mathworks.com/matlabcentral/fileexchange/38596-get-climate-teleconnection-indices), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011a
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

启发作品: Get Land Surface Temperatures, deseason

Community Treasure Hunt

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

Start Hunting!

CPC_indices/

版本 已发布 发行说明
1.0.0.0