Coder Social home page Coder Social logo

chouj / simpleeddydetection Goto Github PK

View Code? Open in Web Editor NEW
22.0 1.0 4.0 31 KB

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

License: GNU General Public License v3.0

MATLAB 100.00%
altimetry matlab mesoscale-eddies oceanography oceanic-eddies file-exchange matlab-functions physical-oceanography

simpleeddydetection's Introduction

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.

simpleeddydetection's People

Contributors

chouj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.