-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresent.html
More file actions
92 lines (79 loc) · 4.06 KB
/
present.html
File metadata and controls
92 lines (79 loc) · 4.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Present | 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 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><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 Present Methane Cycle</h1>
<p>
Interpreting methane variability in the modern atmosphere
</p>
</section>
<section class="page-content">
<h2>Motivation</h2>
<p>
Since the late twentieth century, atmospheric methane has exhibited complex behavior, including periods of rapid growth, stabilization, and renewed acceleration. These changes have occurred alongside major shifts in energy production, land use, agricultural practices, and climate variability, making attribution particularly challenging.<BR><BR>
Despite the availability of extensive surface, aircraft, and satellite observations, substantial uncertainty remains regarding the relative contributions of different methane sources and the role of atmospheric sinks. In particular, changes in methane emissions from wetlands, fossil sources, and the chemical removal via the hydroxyl radical (OH) are often hypothesized as drivers of the variations. Disentangling emissions-driven changes from chemically driven variability is a central challenge for interpreting the modern methane record.
<figure class="wg-figure">
<img src="images/ch4-present.png">
<figcaption>
Methane concentrations over the instrumental era (1983-present) measured by NOAA at the Mauna Loa Observatory.
</figcaption>
</figure>
</p>
<h2>Key Research Questions</h2>
<ul>
<li>What are the dominant drivers of observed methane trends since the 1980s?</li>
<li>How have changes in OH and other oxidants affected methane lifetime in recent decades?</li>
<li>Can atmospheric measurements, satellite data, and inverse modeling be reconciled into a consistent picture of methane sources and sinks?</li>
<li>How do climate variability and extreme events modulate year-to-year methane emissions?</li>
</ul>
<h2>Relevance to FETCH<sub>4</sub></h2>
<p>
FETCH<sub>4</sub> addresses these questions by combining global observations, chemical transport modeling, and machine-learning approaches. The goal is to reduce uncertainty in methane source attribution and sink variability during the modern observational era.
</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>