-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (61 loc) · 4.25 KB
/
index.html
File metadata and controls
67 lines (61 loc) · 4.25 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
---
layout: page
title: "Mesoscale Convective Systems tracking Method Intercomparison (MCSMIP)"
---
<div class="indent-text">
<p>
Mesoscale convective systems (MCSs) are large complexes of convective storms that span at least 100 km horizontally and can persist for several hours or even more than a day. Decades of research, field studies, and advancements in remote sensing, modeling, and theoretical understanding have deepened our knowledge of their structure, evolution, and impact on weather and climate. MCSs contribute more than half of the total rainfall in tropical regions and many midlatitude areas. They are also associated with various hazardous weather events, including extreme precipitation, flooding, damaging winds, large hail, and even tornadoes.
</p>
</div>
<!-- First Figure with Caption -->
<div class="figure-container">
<img src="/images/main_mcs_example_small.gif"
alt="Mesoscale Convective System"
style="max-width: 100%; height: auto;"
onclick="openLightbox('/images/main_mcs_example_large.gif')">
<div class="figure-caption">
<em>Example snapshots of cold clouds (T<sub>b</sub> < 241K, white shading) and precipitation (color shading) from global satellite observations at 13 UTC on 5 February 2020.</em>
</div>
</div>
<div class="indent-text">
<h1>What is the goal of MCSMIP?</h1>
<p>
The Mesoscale Convective Systems tracking Method Intercomparison (MCSMIP) is a collaborative international initiative that unites researchers from universities, laboratories, and agencies worldwide. Our mission is to advance our understanding of mesoscale convective systems (MCSs) and their impact on global weather and climate, with a particular focus on how different tracking methods influence these conclusions. This is achieved through the use of advanced satellite observations and high-resolution model simulations.
</p>
<p>
To accomplish this, we quantify the sensitivities and uncertainties associated with various tracking algorithms. By systematically examining different tracking methods and criteria, the project seeks to better understand how these approaches shape key MCS characteristics, including their lifetime, frequency, size, and precipitation.
</p>
</div>
<!-- Second Figure with Caption -->
<div class="figure-container">
<img src="/images/main_mcsrainfraction_small.gif"
alt="MCS Rainfall"
style="max-width: 100%; height: auto;"
onclick="openLightbox('/images/main_mcsrainfraction_large.gif')">
<div class="figure-caption">
<em>
Comparisons of observed MCS contribution to total precipitation quantified by different tracking algorithms. Global distribution of MCS contribution to total precipitation for (a) summer and (b) winter based on results from PyFLEXTRKR. Tropical and global (60°S-60°N) mean values of the trackers are shown in (c) summer and (d) winter.
</em>
</div>
</div>
<!-- Committee Members Section -->
<h1>Committee Members</h1>
<ul>
<li>Zhe Feng, Co-chair (<a href="mailto:zhe.feng@pnnl.gov">zhe.feng@pnnl.gov</a>)</li>
<li>Ruby Leung, Co-chair (<a href="mailto:ruby.leung@pnnl.gov">ruby.leung@pnnl.gov</a>)</li>
<li>Andreas Prein, Co-chair (<a href="mailto:andreas.prein@usys.ethz.ch">andreas.prein@usys.ethz.ch</a>)</li>
<li>Julia Kukulies, Committee member (<a href="mailto:kukulies@ucar.edu">kukulies@ucar.edu</a>)</li>
<li>Kelly Núñez Ocasio, Committee member (<a href="mailto:knunez.ocasio@tamu.edu">knunez.ocasio@tamu.edu</a>)</li>
<li>Zachary Moon, Committee member (<a href="mailto:zachary.moon@ertcorp.com">zachary.moon@ertcorp.com</a>)</li>
<li>Fengfei Song, Committee member (<a href="mailto:songfengfei@ouc.edu.cn">songfengfei@ouc.edu.cn</a>)</li>
<li>Jinyan Song, Committee member (<a href="mailto:songjinyan@stu.ouc.edu.cn">songjinyan@stu.ouc.edu.cn</a>)</li>
<li>Wenhao Dong, Committee member (<a href="mailto:wenhao.dong@noaa.gov">wenhao.dong@noaa.gov</a>)</li>
<li>Manikandan Rajagopal, Committee member (<a href="mailto:mani.rajagopal@utah.edu">mani.rajagopal@utah.edu</a>)</li>
<li>John Mejia, Committee member (<a href="mailto:John.Mejia@dri.edu">John.Mejia@dri.edu</a>)</li>
</ul>
<!-- Lightbox Modal -->
<div id="lightbox" class="lightbox" onclick="closeLightbox()">
<img id="lightbox-img" alt="Large Image">
</div>
</body>
</html>