-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathleftFrame.html
111 lines (100 loc) · 4.77 KB
/
leftFrame.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>MPAS</title>
<style type="text/css">
<!--
#LeftFrameDiv table tr td p {
text-align: center;
color: #000;
font-size: 18px;
}
-->
</style>
</head>
<body>
<div id="LeftFrameDiv" align="left">
<table style="text-align: left; width: 100px;" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;"><img style="width: 219px; height: 84px;" src="files/graphics/logo.png" alt="logo" /></td>
</tr>
</tbody>
</table>
<table style="width: 225px; background-color: rgb(204, 204, 204);" border="0">
<caption><br/></caption><tbody>
<tr>
<td style="vertical-align:top; font-size:14pt;"><a href="mainFrame.html" title="MPAS Overview" target="mainFrame">MPAS Home</a></td>
</tr>
<tr>
<td style="height:30px; vertical-align:bottom; font-size:14pt;"><span style="font-weight: bold;"><a href="https://www2.mmm.ucar.edu/projects/mpas/site/index.html" target="_blank">MPAS-Atmosphere</a></span></td>
</tr>
<tr>
<td>
<table>
<tr><td><a href="https://www2.mmm.ucar.edu/projects/mpas/site/documentation/mpas_overview.html" title="MPAS-Atmosphere" target="_blank">Overview</a></td></tr>
<tr><td><a href="https://www2.mmm.ucar.edu/projects/mpas/site/documentation/mpas_da.html" title="DART" target="_blank">Data Assimilation</a></td></tr>
<tr><td><a href="https://www2.mmm.ucar.edu/projects/mpas/site/access_code.html" title="MPAS-Atmosphere" target="_blank">Download</a></td></tr>
</table>
</td>
</tr>
<tr>
<td style="height:30px; vertical-align:bottom; font-size:14pt;"><span style="font-weight: bold;">MPAS-Albany Land Ice</span></td>
</tr>
<tr>
<td>
<table>
<tr><td><a href="land_ice/land_ice.html" title="MPAS-Albany Land Ice" target="mainFrame">Overview</a></td></tr>
<tr><td><a href="land_ice/download.html" title="MPAS-Albany Land Ice" target="mainFrame">Download</a></td></tr>
</table>
</td>
</tr>
<tr>
<td style="height:30px; vertical-align:bottom; font-size:14pt;"><span style="font-weight: bold;">MPAS-Ocean</span></td>
</tr>
<tr>
<td>
<table>
<tr><td><a href="ocean/ocean.html" title="MPAS-Ocean" target="mainFrame">Overview</a></td></tr>
<tr><td><a href="ocean/releases.html" title="MPAS-Ocean" target="mainFrame">Download</a></td></tr>
</table>
</td>
</tr>
<tr>
<td style="height:30px; vertical-align:bottom; font-size:14pt;"><span style="font-weight: bold;">MPAS-Sea Ice</span></td>
</tr>
<tr>
<td>
<table>
<tr><td><a href="sea_ice/sea_ice.html" title="MPAS-Ocean" target="mainFrame">Overview</a></td></tr>
<tr><td><a href="sea_ice/releases.html" title="MPAS-Ocean" target="mainFrame">Download</a></td></tr>
</table>
</td>
</tr>
<tr>
<td style="height:30px; vertical-align:bottom; font-size:14pt;"><span style="font-weight: bold;"><a href="publications.html" title="Publications" target="mainFrame">Publications</span></td>
</tr>
<tr>
<td style="height:30px; vertical-align:bottom; font-size:14pt;"><span style="font-weight: bold;"><a href="presentations.html" title="Presentations" target="mainFrame">Presentations</span></td>
</tr>
<tr>
<td style="height:30px; vertical-align:bottom; font-size:14pt;"><span style="font-weight: bold;">Resources</span><br/></td>
</tr>
<tr>
<td>
<table>
<tr><td><a href="license.html" title="MPAS Coyright and License Agreement" target="mainFrame">License Information</a></td></tr>
<tr><td><a href="https://github.com/MPAS-Dev/MPAS-Model/wiki" title="MPAS Wiki" target="_blank">Wiki</a></td></tr>
<tr><td><a href="bug_tracker.html" title="MPAS Bug Tracker" target="mainFrame">Bug Tracker</a></td></tr>
<tr><td><a href="https://github.com/MPAS-Dev/MPAS-Model/wiki/Users-Mailing-Lists" title="MPAS Mailing Lists" target="_blank">Mailing Lists</a></td></tr>
<tr><td><a href="files/documents/MPAS-DevelopersGuide.pdf" title="MPAS Developers Guide" target="mainFrame">MPAS Developers Guide</a></td></tr>
<tr><td><a href="files/documents/MPAS-MeshSpec.pdf" title="MPAS Mesh Specification Document" target="mainFrame">MPAS Mesh Specification Document</a></td></tr>
</table>
</td>
</tr>
</tbody></table>
</div>
<p> </p>
</body>
</html>