-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (100 loc) · 6.66 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
#map {
width: 700px;
height: 300px;
}
</style>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="MicroHH: a CFD code for the simulation of turbulent flows in the atmospheric boundary layer">
<meta name="author" content="MicroHH development team">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<title>MicroHH</title>
</head>
<body>
<a href="https://github.com/microhh"><img style="position: absolute; top: 0; right: 0; border: 0;" src="forkme_right_red_aa0000.png" alt="Fork me on GitHub" data-canonical-src="forkme_right_red_aa0000.png"></a>
<!--
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">MicroHH</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#">About</a></li>
<li><a href="#news">News</a></li>
<li><a href="#pubs">Publications</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Links <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">MicroHH links:</li>
<li><a href="http://github.com/microhh/microhh">Github</a></li>
<li><a href="https://github.com/microhh/microhh/issues">Bug tracker</a></li>
<li><a href="https://vimeo.com/channels/817195">Vimeo channel</a></li>
<li class="divider"></li>
<li class="dropdown-header">Other:</li>
<li><a href="#">Blank</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</nav>
-->
<!--<img class="img-responsive" src="back_wide.png"/>-->
<div class="container">
<!--<h1><a href="index.html">MicroHH</a></h1>-->
<h1><img src='microhh_logo_blue.png' height="55px"></h1>
<p class="lead">For the simulation of turbulent flows in the atmosphere</p>
<div class="row">
<div class="col-md-12">
<h3>Quick links</h3>
<p>
<a href="http://github.com/microhh/microhh" class="btn btn-primary btn-sm" role="button">Github »</a>
<a href="https://microhh.readthedocs.io/en/latest/" class="btn btn-primary btn-sm" role="button">ReadTheDocs »</a>
<a href="https://vimeo.com/channels/microhh" class="btn btn-primary btn-sm" role="button">Vimeo »</a>
</p>
<a name="about"></a>
<h3>About</h3>
<p>MicroHH is a computational fluid dynamics code designed to simulate turbulent flows in the atmosphere using Direct Numerical Simulation (DNS) and Large-Eddy Simulation (LES) techniques. Its capabilities span a range from highly idealized flows to realistic atmospheric boundary layers, incorporating all relevant processes, such as moist thermodynamics, radiation, land surface processes, and microphysics. The code is written in C++/CUDA and runs on both CPUs and GPUs.</p>
<p>MicroHH is hosted on <a href="http://github.com/microhh/microhh">GitHub</a>. There, the latest version of the source code can be found, as well as all <a href="https://github.com/microhh/microhh/releases">releases</a>, and a <a href="https://github.com/microhh/microhh/issues">bug tracker</a>. Our <a href="https://microhh.readthedocs.io/en/latest/">ReadTheDocs</a> pages provide guidance on how to use the model.</p>
<p>MicroHH is described in detail in <a href="https://www.geosci-model-dev.net/10/3145/2017/">van Heerwaarden et al. (2017)</a>. In case you decide to use MicroHH for your own research, the developers would appreciate to be notified and kindly request to cite their reference paper.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3>Animations</h3>
<p>From time to time we post animations in our <a href="https://vimeo.com/channels/microhh">Vimeo channel</a>. The HD versions can be watched at the Vimeo website.</p>
</div>
<div class="col-md-4">
<iframe src="https://player.vimeo.com/video/903271032" width="300" height="170" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe src="https://player.vimeo.com/video/816519740" width="300" height="170" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div class="col-md-4">
<iframe src="https://player.vimeo.com/video/289326996" width="300" height="170" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>