-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamsr2-sit.html
192 lines (168 loc) · 7.41 KB
/
amsr2-sit.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<title>AMSR2 Sea Ice Thickness</title>
<head>
<link REL="SHORTCUT ICON" href="static/favicon.ico" type="image/x-icon">
<link rel="icon" href="static/favicon.ico" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--common frameworks -->
<script rel="javascript" src="./static/js/jquery-3.6.4.min.js"></script>
<script rel="javascript" src="./static/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="./static/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--own styles-->
<link rel="stylesheet" href="./static/css/style.css">
<link rel="stylesheet" href="./static/css/nav.css">
<script rel="javascript" src="./static/js/functions.js"></script>
<script>
$(document).ready( function() {
checkAppearance();
});
</script>
</head>
<body>
<header>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top">
<a class="nav-item nav-button favicon" href="index.html"><img src="./static/favicon.ico"> </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#collapsibleNavbar" aria-controls="collapsibleNavbar">
<span class="navbar-toggler-icon navbar-dark"></span>
</button>
<div class="container-fluid">
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<!--AMSR2-->
<div class="dropdown">
<a class="nav-item nav-button" href="amsr2.html" role="button">AMSR2 </a>
<div class="dropdown-menu" id="nav_amsr">
<a class="dropdown-item" href="amsr2-sit.html">AMSR2 Ice Thickness </a>
<a class="dropdown-item" href="past-sit.html">Past Thickness</a>
</div>
</div>
<!--AWP-->
<div class="dropdown">
<a class="nav-item nav-button" href="awp.html" role="button">Albedo-Warming Potential (AWP) </a>
<div class="dropdown-menu" id="nav_awp">
<div class="AWPcolumn">
<a class="dropdown-item" href="awp-region.html">AWP regional</a>
<a class="dropdown-item" href="awp-south.html">Antarctic</a>
<a class="dropdown-item" href="NRTawp.html">Arctic NRT</a>
<a class="dropdown-item" href="NRTawp-south.html">Antarctic NRT</a>
</div>
<div class="AWPcolumn">
<a class="dropdown-item" href="melt-awp.html">Arctic Ice-Melt AWP</a>
<a class="dropdown-item" href="melt-awp-south.html">Antarctic Ice-Melt AWP</a>
<a class="dropdown-item" href="NRT-icemelt.html">Arctic Ice-Melt NRT</a>
<a class="dropdown-item" href="NRT-icemelt-south.html">Antarctic Ice-Melt NRT</a>
</div>
</div>
</div>
<!--SNOW-->
<div class="dropdown">
<a class="nav-item nav-button" href="snow-cover.html" role="button" >Snow</a>
<div class="dropdown-menu" id="nav_snow">
<a class="dropdown-item" href="snow-regional.html">Snow-Regional</a>
<a class="dropdown-item" href="past-snow.html">Past Snow Maps</a>
</div>
</div>
<!--Icesheets-->
<div class="dropdown">
<a class="nav-item nav-button" href="icesheets.html" role="button">Ice Sheets </a>
<div class="dropdown-menu" id="nav_ice">
<a class="dropdown-item" href="bedrock.html">Greenland Bedrock</a>
<a class="dropdown-item" href="bedrock-antarctica.html">Antarctica Bedrock</a>
<a class="dropdown-item" href="glacier-size.html">Glacier Size</a>
</div>
</div>
<!--Analysis-->
<div class="dropdown">
<a class="nav-item nav-button" href="#" role="button">Analysis </a>
<div class="dropdown-menu" id="nav_analysis">
<a class="dropdown-item" href="ice-free-days.html">Ice Free Days</a>
<a class="dropdown-item" href="past-sic.html">Past Ice Maps</a>
<a class="dropdown-item" href="MinMax.html">MinMax SIC</a>
<a class="dropdown-item" href="MeltFreezeDays.html">Arctic Melt & FreezeDays</a>
<a class="dropdown-item" href="MeltFreezeDays_south.html">Antarctic Melt & FreezeDays</a>
</div>
</div>
<!--Other-->
<a class="nav-item nav-button" href="doc.html">Documentation</a>
<a class="nav-item nav-button" href="volcano.html">Volcanos</a>
<a class="nav-item nav-button" href="https://github.com/NicoSun/ScienceData" target="_blank">Data</a>
</div>
</div>
</div>
<span id="moon" onclick="darkmode()">
<i class="fa fa-moon-o"></i>
</span>
</nav>
</header>
<main>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-10 text-center">
<h2>AMSR2 Snow & Ice Volume</h2>
<p class="ex"><i>A High Resolution Sea Ice & Snow Thickness estimation</i></p>
</div>
</div>
<section> <!-- Maps -->
<div class="row dblcol">
<div class="col-xl-6">
<img src="https://drive.google.com/uc?id=1xcuLUVwQ7RqJb6SuNcO8xMhuPh9ejcbX&export=download" title="AMSR2 Sea Ice Thickness">
</div>
<div class="col-xl-6">
<img src="https://drive.google.com/uc?id=1ozkYARK9MgAGhwJHpUxvbcz9SAadmgGm&export=download" title="AMSR2 Sea Ice Thickness Anomaly">
</div>
</div>
</section>
<hr>
<section> <!-- Graphs -->
<div class="row dblcol">
<div class="col-xl-6">
<img src="https://drive.google.com/uc?id=16WqNGeO8upArgIykm4iJQzRvLOzcqQP-&export=download" title="AMSR2 Sea Ice Volume chart">
</div>
<div class="col-xl-6">
<img src="https://drive.google.com/uc?id=1cAvpkr5A063Udr9eaJI_F55ZmHI2TmJB&export=download" title="AMSR2 Sea Ice Thickness chart">
</div>
</div>
</section>
<hr>
<section>
<div class="row dblcol"> <!-- Movies -->
<div class="col-xl-6">
<video width="900" height="765" controls>
<source src="https://drive.google.com/uc?id=1SGBN9wNsYESVgd8wah7WNdLjhwhrlPCv&export=download" type="video/webm">
Your browser does not support the video tag.
</video>
</div>
<div class="col-xl-6">
<video width="900" height="765" controls>
<source src="https://drive.google.com/uc?id=1nbjGafen36etaOwGRLDA5Nzj1UgG0P51&export=download" type="video/webm">
Your browser does not support the video tag.
</video>
</div>
</div>
</section>
<hr>
<div class="row justify-content-center">
<div class="col-10 text-center">
<section style="max-width:1200px"> <!-- Graph -->
<img src="https://drive.google.com/uc?id=1Kk4XNJeQe7gitfTtGlLEINzG14Ex7C7i&export=download" title="AMSR2 Sea Ice Thickness Histogram">
</section>
<hr>
<h2>Data used</h2>
<p>Hori, M., H. Yabuki, T. Sugimura, T. Terui, 2012, AMSR2 Level 3 product of Daily Polar Brightness Temperatures and Product, 1.00, Arctic Data archive System (ADS), Japan, https://ads.nipr.ac.jp/dataset/A20170123-003</p>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer>
<hr>
<div class="container-fluid">
<div class="row justify-content-center text-center">
<p>CryosphereComputing</p>
</div>
</footer>
</body>
</html>