-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (41 loc) · 1.92 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<title>TARGET</title>
<link href="styles/main.css" rel="stylesheet" type="text/css">
</head>
<body id="home">
<div class="container">
<header>
The TARGET model
</header>
<div class="sidebar1">
<ul class="nav">
<li><a href="index.html" id="homenav">Home</a></li>
<li><a href="download.html" id="downloadnav">Download</a></li>
<li><a href="manual.html" id="manualnav">Technical Manual</a></li>
<li><a href="bibliography.html" id="biblionav">Bibliography</a></li>
</ul>
<aside>
<p>Thanks for visiting</p>
</aside>
<!-- end .sidebar1 --></div>
<article class="content">
<section>
<h2>About</h2>
<p>
<b>T</b>he <b>A</b>ir-temperature <b>R</b>esponse to <b>G</b>reen/blue-infrastructure <b>E</b>valuation <b>T</b>ool (TARGET) is designed to be efficient and easy to use, with fewer user-defined parameters and less model input data required than other urban climate models. TARGET can be used to model street level air temperature at fine spatial scales (e.g. 30 m), meaning it can be used at the street, precinct, or city scales. The model aims to balance realistic representation of physical processes and computation efficiency.</p>
</section>
<section>
<h2>How to get started</h2>
<p>To get started, <a href="download.html">download the model here</a>, including a set of example files. Simply place all files in the same directory and run the Maespa executable. Please consult the manual for instructions on how to set up your own input files.</p>
</section>
</article>
<footer>
<p>See <a href="https://github.com/mothlight/target.github.io">https://github.com/mothlight/target.github.io</a> for source code of this site.</p>
</footer>
<!-- end .container --></div>
</body>
</html>