Daily Antarctic sea ice concentration

バージョン 1.3.0.0 (1.46 MB) 作成者: Chad Greene
This function downloads and plots daily sea ice concentration fields.
ダウンロード: 918
更新 2016/6/20

ライセンスの表示

This function plots daily Antarctic sea ice concentration from Nimbus-7 SMMR and DMSP SSM/I-SSMIS Passive Microwave Data or Near-Real-Time DMSP SSMIS Daily Polar Gridded Sea Ice Concentrations.
Syntax
seaice
seaice(Date)
seaice(...,'xy')
seaice(...,'label',LabelLocation)
ci = seaice(...,'noplot')
[ci,lat,lon,x,y,h] = seaice(...)
Description
seaice plots a the most recent available sea ice concentration map.
seaice(Date) specifies a date from October 26, 1978 to present. Date can be entered as a string in just about any common format for writing dates, or in Matlab's datenum format. Any date after January 1 of the current year will use Near-Real-Time data. This may potentially cause errors in the first week of the year.
seaice(...,'xy') plots in polar stereographic (x,y) coordinates. By default if you do not have Matlab's Mapping Toolbox, the 'xy' option is selected automatically. If you do have Matlab's Mapping Toolbox but you'd still like to plot your data as meters "eastings and northings", include the 'xy' tag.
seaice(...,'label',LabelLocation) specifies a location for date label. Location must be specified in cardinal coordinates (e.g., 'north' for top) or 'none' to place no label. Default LabelLocation is 'southwest', meaning the lower left corner of the map.
ci = seaice(...,'noplot') does not plot any data, but returns a gridded sea ice concentration. This may be useful for populating a 3D matrix of sea ice concentrations.

[ci,lat,lon,x,y,h] = seaice(...) returns a whole slew of good information, including lat/lon grids, handle h of plotted object(s), and x,y grids.

引用

Chad Greene (2024). Daily Antarctic sea ice concentration (https://www.mathworks.com/matlabcentral/fileexchange/50126-daily-antarctic-sea-ice-concentration), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersGlaciology についてさらに検索

Community Treasure Hunt

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

Start Hunting!

seaice/html/

バージョン 公開済み リリース ノート
1.3.0.0

Updated to work with the new F18 sensor. Also now includes cmocean colormaps.

1.2.0.0

Updated the ftp link used to get archive data. The link changed from sea ice data processing version 1 to 1.1.

1.1.0.0

Georeferencing fix. Thanks for Laura Davies for bringing this to my attention.

1.0.0.0