-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamples.html
More file actions
242 lines (174 loc) · 7.86 KB
/
examples.html
File metadata and controls
242 lines (174 loc) · 7.86 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
---
title: Example gallery
keywords: videos, NEMO, AVISO, IFS, examples, ROMS
category: basics
---
<!doctype html>
<html lang="en">
<head>
<title>Example gallery</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="shortcut icon" href="images/headers_footer/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/headers_footer/favicon.ico" type="image/x-icon">
</head>
<body class="palette-navy">
{% include header.html pre_link=" " %}
<main id="content" class="site-content">
<section id="hero" class="block block-hero has-gradient outer">
<div class="bg-img" style="background-image: url('images/headers_footer/fig_header.png')"></div>
<div class="inner-sm">
<div class="block-header">
<h1 class="block-title">Example gallery</h1>
</div>
<div class="block-content">
<p>Video and Image galleries of different results computed with <strong>TRACMASS</strong></p>
</div>
</div>
</section><!-- .block -->
<section id="lorem-ipsum" class="block block-grid outer has-header">
<div class="inner">
<div class="block-header inner-sm">
<h2 class="block-title">Video Gallery</h2>
<p class="block-subtitle">Some trajectory examples computed using TRACMASS</p>
</div>
<div class="block-content">
<div class="grid grid-col-2">
<div class="grid-item">
<div class="grid-item-inside">
<h3 class="grid-item-title line-left">
Conveyor belt
</h3>
<div class="grid-item-content">
<iframe width="560" height="315" src="https://www.youtube.com/embed/3-LI45Z6_qs" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen=""></iframe>
</div>
</div>
</div>
<div class="grid-item">
<div class="grid-item-inside">
<h3 class="grid-item-title line-left">
Particles in the Agulhas current system.
</h3>
<div class="grid-item-content">
<iframe width="560" height="315" src="https://www.youtube.com/embed/UOpxBc-bcds" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen=""></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- .block -->
<section id="lorem-ipsum" class="block block-grid outer has-header">
<div class="inner">
<div class="block-header inner-sm">
<h2 class="block-title">Image gallery</h2>
<p class="block-subtitle">Includes examples of different TRACMASS features</p>
</div>
<div class="block-content">
<div class="grid grid-col-2">
<div class="grid-item">
<div class="grid-item-inside">
<div class="grid-item-image">
<img src="images/fig_theo_intro.png" alt="lorem-ipsum" />
</div>
<h3 class="grid-item-title line-left">
<a href="blog/theoretical.html">Theoretical case</a>
</h3>
<div class="grid-item-content">
<p>The theoretical is the default project of TRACMASS and describes the flow on a spatial
homogeneous and time dependent two dimensional velocity field.</p>
</div>
<div class="grid-item-buttons">
<a href="blog/theoretical.html" class="">See gallery</a>
</div>
</div>
</div>
<div class="grid-item">
<div class="grid-item-inside">
<div class="grid-item-image">
<img src="images/fig_aviso_intro.png" alt="lorem-ipsum" />
</div>
<h3 class="grid-item-title line-left">
<a href="blog/aviso.html">AVISO (satellite altimetry data)</a>
</h3>
<div class="grid-item-content">
<p>The AVISO data is stored on a Arakawa’s B-grid while TRACMASS is defined on a Arakawa’s C-grid.
Therefore, both zonal and meridional fluxes are computed interpolating the velocity fields on the
TRACMASS grid. This is done on the read_field subroutine.</p>
</div>
<div class="grid-item-buttons">
<a href="blog/aviso.html" class="">See gallery</a>
</div>
</div>
</div>
<div class="grid-item">
<div class="grid-item-inside">
<div class="grid-item-image">
<img src="images/fig_nemo_intro.png" alt="lorem-ipsum" />
</div>
<h3 class="grid-item-title line-left">
<a href="blog/nemo.html">NEMO</a>
</h3>
<div class="grid-item-content">
<p>The NEMO data is defined on the same grid as the TRACMASS grid. Therefore, there is no need to
interpolate velocities or tracer on the TRACMASS grid.</p>
</div>
<div class="grid-item-buttons">
<a href="blog/nemo.html" class="">See gallery</a>
</div>
</div>
</div>
<div class="grid-item">
<div class="grid-item-inside">
<div class="grid-item-image">
<img src="images/fig_roms_intro.png" alt="lorem-ipsum" />
</div>
<h3 class="grid-item-title line-left">
<a href="blog/roms.html">ROMS</a>
</h3>
<div class="grid-item-content">
<p>The ROMS data is defined on the same grid as the TRACMASS grid. Therefore, there is no need to
interpolate velocities or tracer on the TRACMASS grid. However, ghosts u and v points are defined
around the frame to adjust to the TRACMASS grid.</p>
</div>
<div class="grid-item-buttons">
<a href="blog/roms.html" class="">See gallery</a>
</div>
</div>
</div>
<div class="grid-item">
<div class="grid-item-inside">
<div class="grid-item-image">
<img src="images/fig_ifs_intro.png" alt="lorem-ipsum" />
</div>
<h3 class="grid-item-title line-left">
<a href="blog/ifs.html">IFS-ECMWF</a>
</h3>
<div class="grid-item-content">
<p>The IFS data is stored on a Arakawa’s A-grid while TRACMASS is defined on a Arakawa’s C-grid.
Therefore, both zonal and meridional fluxes are computed interpolating the velocity fields on the
TRACMASS grid. This is done on the read_field subroutine.</p>
</div>
<div class="grid-item-buttons">
<a href="blog/ifs.html" class="">See gallery</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- .block -->
</main><!-- .site-content -->
{% include footer.html %}
</div><!-- .site -->
</body>
</html>