forked from MPAS-Dev/mpas-dev.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsea_ice.html
62 lines (56 loc) · 1.45 KB
/
sea_ice.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
<!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-Seaice</title>
<style type="text/css">
#apDiv1 {
position:absolute;
width:350px;
height:341px;
z-index:1;
left: 401px;
top: 35px;
}
#apDiv2 {
position:absolute;
width:700px;
height:20px;
z-index:2;
left: 21px;
top: 7px;
}
#apDiv3 {
position:absolute;
width:392px;
height:319px;
z-index:3;
left: 329px;
top: 38px;
}
#apDiv4 {
position:absolute;
width:725px;
height:201px;
z-index:4;
left: 20px;
top: 360px;
}
</style>
</head>
<body>
<div id="apDiv2">
<h1>MPAS-Seaice</h1> <img src="iceAreaCell.png" alt=""
name="Seaicearea" width="360" height="300" hspace="30"
vspace="40" align="right" id="Seaicearea" />
<p>MPAS-Seaice is a new sea ice model that uses a
Voronoi tesselation grid to allow variable
resolution. It uses the same EVP rheology, horizontal
variational operators and incremental remppaing for
transport as CICE but adapted for arbitrarily shaped
polygonal cells. It uses the same <q>column package</q>
library as CICE for column physics (vertical
thermodynamics, shortwave radiation, mechanical
redistribution) and biogeochemistry.</p>
</body>
</html>