-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpast.html
More file actions
94 lines (81 loc) · 4.33 KB
/
past.html
File metadata and controls
94 lines (81 loc) · 4.33 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Past | FETCH₄</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/logo.ico">
</head>
<body>
<nav class="navbar">
<div class="nav-logo">
<a href="index.html">
<img src="images/fetch4_logo.png" alt="FETCH4 logo">
</a>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li class="dropdown">
<a href="#">Science ▾</a>
<ul class="dropdown-menu-res">
<li><a href="past.html">Past</a></li>
<li><a href="present.html">Present</a></li>
<li><a href="future.html">Future</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#">Working Groups ▾</a>
<ul class="dropdown-menu">
<li><a href="working-groups/wg1-measurements.html">WG1: Measurements</a></li>
<li><a href="working-groups/wg2-modeling.html">WG2: Modeling</a></li>
<li><a href="working-groups/wg3-machine-learning.html">WG3: ML</a></li>
</ul>
</li>
<li><a href="publications.html">Publications</a></li>
<li><a href="https://drive.google.com/drive/folders/1fSmIuRMgYcZb5TEa8ATc7f7ciV5OyTzu" target="_blank">Internal</a></li>
</li>
</ul>
</nav>
<main class="content">
<section class="page-header">
<h1>The Past Methane Cycle</h1>
<p>
Understanding natural methane variability prior to large-scale human influence
</p>
</section>
<section class="page-content">
<h2>Motivation</h2>
<p>
Methane has varied substantially over glacial-interglacial cycles and during abrupt climate transitions, reflecting changes in natural emissions, atmospheric chemistry, and large-scale climate dynamics. Ice-core records spanning hundreds of thousands of years reveal pronounced shifts in atmospheric methane concentration associated with changes in temperature, hydrology, and ecosystem extent, as well as rapid reorganizations of the climate system.<BR><BR>
These variations occurred under climate states markedly different from today and in the absence of large-scale anthropogenic emissions. As a result, the past methane cycle provides a unique opportunity to isolate natural controls on methane sources and sinks, including wetland extent, biomass burning, geological emissions, and the oxidative capacity of the atmosphere. Understanding how these processes operated in past climates is essential for establishing a physically grounded baseline against which modern and future methane changes can be evaluated.
<figure class="wg-figure">
<img src="images/ch4-past.png">
<figcaption>
Atmospheric methane over the last 800,000 years as inferred from Antarctic ice cores.
</figcaption>
</figure>
</p>
<h2>Key Research Questions</h2>
<ul>
<li>What processes controlled methane emissions during glacial, deglacial, and early Holocene periods?</li>
<li>How did changes in atmospheric oxidants, particularly OH, regulate methane lifetime under past climate states?</li>
<li>What roles did wetlands, biomass burning, geological sources, and abrupt climate events play in driving observed methane variability?</li>
<li>How can ice-core measurements of methane and related tracers be used to constrain coupled climate-chemistry models?</li>
</ul>
<h2>Relevance to FETCH<sub>4</sub></h2>
<p>
FETCH<sub>4</sub> integrates measurements, modeling, and machine learning to reconcile proxy records with mechanistic understanding. By combining ice-core observations with Earth system simulations, the project aims to quantify natural methane variability and its controlling factors across past climate regimes.
</p>
</section>
</main>
<footer class="site-footer">
<span class="footer-left">© 2026 FETCH<sub>4</sub></span>
<a href="https://www.schmidtsciences.org/vesri/" target="_blank">
<img src="images/funder-logo.png"
alt="Funder logo"
class="funder-logo">
</a>
</footer>
</body>
</html>