-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2026_lala1.html
More file actions
116 lines (111 loc) · 3.28 KB
/
Copy path2026_lala1.html
File metadata and controls
116 lines (111 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2026_lala1</title>
<style>
body {
font-family: Arial, sans-serif;
}
table {
width: auto;
border-collapse: collapse;
margin-top: 20px;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: center;
}
th {
background-color: #f2f2f2;
}
td img {
width: auto;
height: auto;
background-color: #ccc;
}
.links {
margin: 20px;
}
a {
font-size: 18px;
color: #1a73e8;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>2026_lala1</h1>
<div class="links">
<a href="storms2026.html">Back to Case Page</a>
</div>
<table>
<tr>
<th>Figure</th>
<th>Description</th>
</tr>
<tr>
<td><img src="figures/2026_lala1.cdf_absvort_.png" style="width: 100%; height: auto;" alt="HERE"></td>
<td>Absolute vorticity at 4 heights.<br>
Wind vectors are at respective height.
</td>
</tr>
<tr>
<td><img src="figures/2026_lala1.cdf_mflux_.png" style="width: 100%; height: auto;" alt="HERE"></td>
<td>Mass flux at 4 heights.<br>
Wind vectors are at respective height.<br>
Red box is ceneterd on the 4 km <br>
mass flux maximum.
</td>
</tr>
<tr>
<td><img src="figures/2026_lala1.cdf_thermo.png" style="width: 100%; height: auto;" alt="HERE"></td>
<td>Thermodynamic variables. <br>
Values of variables in red box: <br>
Saturation fraction: 0.875520 <br>
Instability index: 7.455292 J/K/kg <br>
Deep instability index: -0.609573 J/K/kg <br>
DCIN: -7.119466 J/K/kg <br>
SST: 29.121107 degC <br>
CAPE: 793.703430 J/kg
</td>
</tr>
<tr>
<td><img src="figures/2026_lala1.cdf_vertMF_.png" style="width: 100%; height: auto;" alt="HERE"></td>
<td>Vertical mass flux profile (top left),<br>
absolute vorticity (top right, blue for <br>
whole domain, red for red box average), <br>
potential vorticity (bottom left) and <br>
vorticity tendency (bottom right): <br>
total - cyan, <br>
convergence - magenta, <br>
tilting - blue.
</td>
</tr>
<tr>
<td><img src="figures/2026_lala1.cdf_vtendALL_.png" style="width: 100%; height: auto;" alt="HERE"></td>
<td>Vorticity tendency at different <br>
heights. Shading is absolute vorticity, <br>
while lines are 0.006 1/ks^2 intervaled <br>
vorticity tendencies:<br>
total - cyan, <br>
convergence - magenta, <br>
tilting - blue.
</td>
</tr>
<tr>
<td><img src="figures/VORTEX_LOCATION_2026_lala1.nc.png" style="width: 70%; height: auto;" alt="HERE"></td>
<td>Location of abs. vort. maximum with <br>
height (left panel), and distance to<br>
2 km absolute vorticity center <br>
from respective height (right panel).
</td>
</tr>
</table>
</body>
</html>