SimpleEddyDetection

버전 1.0.0 (18.3 KB) 작성자: Chi
Simple Oceanic Mesoscale Eddy Detection based on sea level anomaly (sla)
다운로드 수: 216
업데이트 날짜: 2022/10/12

SimpleEddyDetection

Simple Oceanic Mesoscale Eddy Detection based on sea level anomaly (sla)

View SimpleEddyDetection on File Exchange

Inputs:

lon: longitude, vector or matrix generated by "meshgrid" with range between [-180,180]

lat: latitude, vector or matrix generated by "meshgrid" with range between [-90,90]

sla: (spatial high-pass filtered) sea level anomaly (unit: meter) falls within the area defined by viarable "lon" and "lat". Continent or no value at grid point is masked with "NaN".

upperFolderName: a string to signify the upper folder name or path.

whichYear: The year of data "sla". Only an integer is accepted.

whichMonth: The month of data "sla". Only an integer is accepted.

whichDay: The day of data "sla". Only an integer is accepted. Can be replaced by "[]".

whichHour: The hour of data "sla". Only an integer is accepted. Can be replaced by "[]".

amplitudeThreshold (optional): unit: cm. Default is 3 cm. Note: this is an artificial threshold that an detected eddy is required to meet this criterion.

radiusThreshold (optional): unit: Km. Default is 45 Km, designed for altimetry data due to its resolving capability. Note: this is an artificial threshold that an detected eddy is required to meet this criterion.

Outputs:

Eddy: a structure array contains the properties of detected eddies:

Eddy.type: polarity of detected eddy. -1 for cyclonic while 1 for anticyclonic.

Eddy.center: longitude and latitude of eddy centroid.

Eddy.amplitude: longitude and latitude of eddy's sla extreme as well as eddy's amplitude (set to positive no matter if it is cyclonic or anticyclonic. Unit: cm)

Eddy.radius: radius of an circle that has the same area as the eddy area enclosed by the eddy edge. Unit: Km

Eddy.edge: two vectors specify the longitudes and latitudes of eddy edge defined by the outermost closed sla contour.

A NetCDF file will be generated if successful detection.

Author:

Dr. Chi Xu (SCSIO, CAS)

SEP 07 2020

http://data.scsio.ac.cn/characteristic/zhongchiduwo

This function is provided "as is" without warranty of any kind.

인용 양식

Chi (2024). SimpleEddyDetection (https://github.com/chouj/SimpleEddyDetection), GitHub. 검색됨 .

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

Community Treasure Hunt

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

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.