-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.txt
47 lines (31 loc) · 1.94 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Compute Transient Attracting Profiles (TRAPs) [TRAP is a synonym of Attracting Objective Eulerian Coherent Structure (OECS)]
% %
% Mattia Serra (Harvard University) %
% https://www.mattiaserra.com/
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
License:
This software is made public for research use only. It may be modified and redistributed
under the terms of the GNU General Public License.
Aknowledgements:
Mattia Serra acknowledges Alireza Hajighasem, Mohammad Farazmand and George Haller for the development of this software.
Algorithm:
This code implements theoretical results developed by Serra & Haller (2016) [1] at ETH Zurich.
Specifically, the code developed here can be used to compute attracting Objsctive Eulerian Coherent Structures also called Transient Attracting Profiles (TRAPS)[2].
Citation:
Please cite [1-2] if you use the code in your own work.
-----------------------------------------------------------------------------
References:
[1] M. Serra, and G. Haller, Objective Eulerian Coherent Structures,
Chaos, 26 (2016) 053110.
[2] M. Serra, P. Sathe, I. Rypina, A. Kirincich, S. Ross, P. Lermusiaux, A. Allen, T. Peacock and G. Haller, Search and rescue at sea aided by hidden flow structures, Nature Communications, 11 2525 (2020).
-----------------------------------------------------------------------------
Tested on Matlab R2019b.
Installation notes:
Run the Main.m file
NOTE: This code may be imporved and subject to several changes. Therefore, we suggest to visit this
page and check if the version you downloaded is up to date.
Maintained by Mattia Serra,
serram at seas dot harvard dot edu
https://www.mattiaserra.com/
July 8, 2020.