-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (57 loc) · 5.58 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head> <!--load CSS libraries and meta tags -->
<!-- Required meta tags -->
<meta charset="utf-8">
<title>STORMS: Seasonal Turbulence Observations from Robotics and Modelling in the Southern Ocean </title>
<meta name="description" content="STORMS is an NRF-SANAP funded research project, which aims to invesitgate the impact of storms in the Southern Ocean. This investigation spans from documenting local physical-biological upper-ocean restructuring by storms to an improved systemic understanding of such storm-driven impacts on the mean state of the Southern Ocean. ">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="mystyle.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body >
<header class="navbar navbar-default fixed-top" style="background-color:white" >
<div class="container">
<div id="navbar" class="navbar-collapse">
<img class='logo' src="https://github.com/sarahnicholson/STORMS/blob/master/storms_logo.jpg?raw=true">
</div>
</div>
</header>
<div class="container first">
<h1 ><b>S</b>easonal <b>T</b>urbulence <b>O</b>bservations from <b>R</b>obotics and <b>M</b>odelling in the <b>S</b>outhern Ocean </h1>
<p> </p>
<p style="text-align:justify"> The Southern Ocean is one of the stormiest places on earth; here strong mid-latitude storms frequently traverse large distances of this ocean. Beneath these passing storms, this ocean is characterized high eddy kinetic energy (eddies and fronts occupying the meso to sub-mesoscale). The passage of intense storms over this underlying meso to sub-mesoscale eddy variability may strongly impact the upper-ocean environment where phytoplankton live, yet exactly how remains unclear. This project plans for the first time to address this important climate knowledge gap by showing how these intense storms impact upper ocean physics and biogeochemistry with unique observations and modelling. Novel twinned autonomous ocean robots (Wave Glider coupled to a Slocum with a turbulence package) experiments have been designed to directly observe scale sensitivities and links between storm driven wind forcing, upper-ocean mixing and phytoplankton growth. Several numerical models (idealised and regional) have been setup to (a) understand further the associated storm-driven mechanisms and (b) explore how changes in storm characteristics could impact annual primary production in the SO. Given that the SO is arguably the main source of medium-term uncertainty in global CO2 fluxes, understanding such climate sensitivities is of critical importance.</p>
<p> </p>
<img src="https://github.com/sarahnicholson/storms/blob/master/F1.large%20(1).jpg?raw=true">
<p> </p>
</div>
<div class="container">
<!-- Content here -->
<h2> Research objectives: </h2>
<p style="text-align:justify"> The overarching hypothesis of this proposal is that <i> storms are important drivers of global air-sea CO2 flux through associated impacts on seasonal and mean physical structuring (stratification and mixing) and primary production in the Southern Ocean</i>. Thus, the aim of this research is to understand the role of storms on upper-ocean mixing, stratification and biological consequences from local to seasonal and annual mean states. This will be undertaken by pursuing the following key aims each with a set of research objectives: </p>
<p> <b>Aim 1</b>: Local-scale: How does the passage of a storm reconfigure upper-ocean physics and biology during summer in the SubAntarctic? </p>
<p> <b>Aim 2</b>: Seasonal and regional-scale: How do storm-driven upper-ocean responses and the associated mechanisms differ through the season and in different regions of the Southern Ocean? </p>
<p> <b>Aim 3</b>: System-mean scale: How do storms shape the seasonal and annual-mean states of upper-ocean physics and primary production in the Southern Ocean? </p>
<p> </p>
</div>
<p> </p>
<div class="container">
<h2 class="text-primary"> Project Team: </h2>
<p> </p>
<p> Sarah Nicholson (PI), Pedro Monteiro (co-PI), Sebastiaan Swart (co-PI), Daniel B. Whitt, Ilker Fer, Anthony Bosse, Marcel du Plessis, Nicolette Chang, Isabelle Giddy, Ayanda Mpalweni , Tumelo Moalusi </p>
</div>
<p> </p>
<p> </p>
<div class="container">
<img src="https://github.com/sarahnicholson/storms/blob/master/aff.png?raw=true">
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</div>
</body>
</html>