이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). Get Climate Teleconnection Indices (https://kr.mathworks.com/matlabcentral/fileexchange/38596-get-climate-teleconnection-indices), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 준 파일: Get Land Surface Temperatures, deseason
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
