-
Notifications
You must be signed in to change notification settings - Fork 3
/
narrative.html
783 lines (672 loc) · 101 KB
/
narrative.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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
<!DOCTYPE html>
<!--[if IEMobile 7]><html class="iem7" lang="en" dir="ltr"><![endif]-->
<!--[if lte IE 6]><html class="lt-ie9 lt-ie8 lt-ie7" lang="en" dir="ltr"><![endif]-->
<!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8" lang="en" dir="ltr"><![endif]-->
<!--[if IE 8]><html class="lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html lang="en" dir="ltr"><!--<![endif]-->
<head>
<meta charset="utf-8" />
<!--<base href="/narrative" />-->
<link rel="shortcut icon" href="img/geos-chem-favicon.png" />
<link rel="canonical" href="narrative.html" />
<link rel="shortlink" href="narrative.html" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Narrative description and how to cite GEOS-Chem" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Narrative description and how to cite GEOS-Chem" />
<meta name="twitter:image" content="https://geos-chem.org" />
<title>Narrative description and how to cite GEOS-Chem</title>
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link type="text/css" rel="stylesheet" href="css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4%EF%B9%96m=1675397288.css" media="all" />
<link type="text/css" rel="stylesheet" href="css/css_1kR8T1_c-l5pBT6ZwbDT7BFda-4fyqW9Jjum29_2IY8%EF%B9%96m=1675397312.css" media="all" />
<link type="text/css" rel="stylesheet" href="css/css_YnlUIvHP13qgpYEqubzE8JyDwlSxUnVibfnVkSoSDb0%EF%B9%96m=1675397273.css" media="all" />
<link type="text/css" rel="stylesheet" href="css/css_Ku-3OcT9qU9h7dnGig5e23q6EVryY8orK4wzVDxsweE%EF%B9%96m=1675397367.css" media="all" />
<link type="text/css" rel="stylesheet" href="css/css_vprtFTrWyg23GbY50_zJZHWGYMNfS8vsrRS26i4-ISk%EF%B9%96m=1675397406.css" media="screen" />
<link type="text/css" rel="stylesheet" href="css/css_dW-aNNrctRhQNc-KECjtQd0PxuW-h19IEum-TX2MeEk%EF%B9%96m=1675397301.css" media="print" />
<link type="text/css" rel="stylesheet" href="css/css_SH2Lx3Qprh0GZo_9xRp85U9NsWfkSXn_Bi-rJoMY1sw%EF%B9%96m=1675397273.css" media="screen" />
<link type="text/css" rel="stylesheet" href="css/css_uaIDKcYMUK5osSQXuirpr3ZleXtnnpBN-eiECm7N0M0%EF%B9%96m=1675397395.css" media="all" />
<link type="text/css" rel="stylesheet" href="css/blue_sky.css" media="all" />
<link type="text/css" rel="stylesheet" href="css/responsive.blue_sky.css" media="all" />
<link type="text/css" rel="stylesheet" href="css/geos-chem.css" media="all"/>
<script type="text/javascript" src="dropdown-menu.js"></script>
<!--[if lte IE 8]>
<script type="text/javascript">
var os_c = document.createElement;os_c('header');os_c('nav');os_c('section');os_c('article');os_c('aside');os_c('footer');os_c('hgroup');os_c('figure');
</script>
<![endif]-->
</head>
<body class="html not-front not-logged-in no-sidebars page-node page-node- page-node-1585793 node-type-page og-context og-context-node og-context-node-1585652 navbar-on">
<div id="skip-link">
<a href="#main-content" class="element-invisible element-focusable" tabindex="1">Skip to main content</a>
</div>
<div id="page_wrap" class="page_wrap">
<div id="page" class="container page header-main content-top footer-none">
<div id="page-wrapper">
<!--header regions beg-->
<header id="header" class="clearfix" role="banner">
<div id="header-container">
<div id="header-panels" class="at-panel gpanel panel-display three-col clearfix">
<div class="region region-header-second"><div class="region-inner clearfix">
<section id="block-boxes-1630413211" class="block block-boxes block-boxes-os_boxes_html" module="boxes" delta="1630413211">
<div class="block-inner clearfix">
<h2 class="block-title" ng-non-bindable="">Site-Logo</h2>
<div class="block-content content" ng-non-bindable="">
<div id='boxes-box-1630413211' class='boxes-box'>
<div class="boxes-box-content">
<p style="text-align:center"><a href="index.html" title=""><img alt="Welcome to the GEOS-Chem website" src="img/geos-chem-logo.png" style="width:420px" /></a></p>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</header>
<!--header regions end-->
<!--main menu region beg-->
<div id="menu-bar" class="nav region-menu-bar clearfix">
<nav id="block-os-primary-menu" class="block block-os no-title menu-wrapper menu-bar-wrapper clearfix" module="os" delta="primary-menu">
<script>inlineDropDownMenu();</script>
</nav>
</div>
<!--main menu region end-->
<div id="columns" class="clearfix">
<div class="hg-container">
<div id="content-column" role="main">
<div class="content-inner">
<a name="main-content"></a>
<header id="main-content-header">
<a name="main-content"></a>
<h1 align="center" id="page-title" ng-non-bindable=""> Narrative description and how to cite GEOS-Chem</h1>
</header>
<!--front panel regions beg-->
<div id="content-panels" class="at-panel gpanel panel-display content clearfix">
<div class="region region-content-top">
<div class="region-inner clearfix">
<div id="block-os-pages-main-content" class="block block-os-pages no-title" module="os_pages" delta="main_content">
<div class="block-inner clearfix">
<div class="block-content content" ng-non-bindable="">
<article id="node-1585793" class="node node-page article clearfix" role="article">
<div class="node-content" ng-non-bindable="">
<div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-full">
<div class="field-items">
<div class="field-item even">
<p align="center">
<em>Updated November 9, 2024 (version 14.5.0)</em>
</p>
<p align="center">
<a href="#citation">Citing GEOS-Chem</a> |
<a href="#name" >Name</a> |
<a href="#orig">Original references</a> |
<a href="#config">Configurations</a> |
<a href="#cloud">Cloud</a> |
<a href="#met">Met fields & grids</a> |
<a href="#nest">Nesting</a>
<br />
<a href="#tran_dep">Transport & deposition</a> |
<a href="#rad">Radiation</a> |
<a href="#emis">Emissions</a> |
<a href="#chem">Chemistry</a> |
<a href="#aer">Aerosols</a> |
<a href="#carbgas">Carbon gases</a> |
<a href="#hg">Mercury</a> |
<a href="#pops">POPs</a>
<br />
<a href="#tracers">Transport tracers</a> |
<a href="#diags">Diagnostics</a> |
<a href="#adj">Model adjoint</a> |
<a href="#refs">References</a>
</p>
<p>
We give here a narrative description of the <a href="http://wiki.geos-chem.org/GEOS-Chem_versions" target="_blank">current standard version </a> of the GEOS-Chem model, with two purposes:
</p>
<ul>
<li class="disc">To provide you with a quick overview of GEOS-Chem components and capabilities;</li>
<li class="disc">To assist you in correctly citing relevant model components in your publications.</li>
</ul>
<p>
We encourage you to be generous in citations—this not only recognizes the developer's work but also increases the traceability of your paper. Offering co-authorship to developers is encouraged for new developments flagged in this narrative if they are important for your work. It may also be appropriate to offer co-authorship for older model developments if they were new when you started your work. See the <a href="new-developments.html">New GEOS-Chem Developments page</a> for more specific information on the developer(s) to be credited, and contact the <a href="working-groups.html">Model Scientist or appropriate Working Group chair</a> if you need guidance.
</p>
<p>
The narrative below is reviewed and updated by the <a href="steering-committee.html" title="">GEOS-Chem Steering Committee</a> at every new X.Y model version release.
</p>
<h2>
<a name="citation" id="citation"></a>Citing GEOS-Chem
</h2>
<p>
GEOS-Chem should be referenced by its version number X.Y.Z and corresponding DOI. See the <a href="http://wiki.geos-chem.org/GEOS-Chem_versions" target="_blank">history of model versions and their DOIs</a>. The website (<a href="http://www.geos-chem.org">http://www.geos-chem.org</a>) is also a useful reference. In addition, we strongly encourage you to cite GEOS-Chem journal publications, both for your general use of GEOS-Chem and for your specific applications. We also encourage you to name GEOS-Chem in your Abstract (or in your title, if appropriate) so that your paper gets picked up by GEOS-Chem searches and gets listed in the GEOS-Chem publications page. Consult the narrative below for referencing specific components of the model. For questions on citations please contact the relevant <a href="working-groups.html">Working Group Chair or Model Scientist</a>.
</p>
<h2>
<a name="name" id="name"></a>Model name
</h2>
<p>
The name "GEOS-Chem" was coined in 2001 and is first referred to in Bey et al. [2001]. It is not an acronym - there is nothing to spell out. GEOS stands for Goddard Earth Observing System and Chem stands for Chemistry but calling it the "Goddard Earth Observing System - Chemistry" model would be inappropriate because the GEOS Earth System Model can use other chemical modules besides GEOS-Chem, and GEOS-Chem can use other meteorological drivers besides GEOS.
</p>
<p>
If an abbreviated name for GEOS-Chem needs to be used, such as in a Figure or other context where space is limited, then 'GC' is acceptable and is frequently used for informal communication within the GEOS-Chem community. No other abbreviation is acceptable. In particular, 'GEOS' should not be used because of confusion with the GEOS Earth System Model.
</p>
<h2>
<a name="orig" id="orig"></a>Original/historical references
</h2>
<p>
Bey et al. [2001] is the first reference to GEOS-Chem that includes a detailed model description. It is suitable as an original reference for the model. It only describes a model for gas-phase tropospheric oxidant chemistry. Subsequent original references for major additional model features are:
</p>
<ul>
<li>Park et al. [2004] for aerosol chemistry;</li>
<li>Y.X. Wang et al. [2004] for the nested model;</li>
<li>Henze et al. [2007] for the model adjoint;</li>
<li>Selin et al. [2007] for the mercury simulation;</li>
<li>Trivitiyanurak et al. [2008] for TOMAS aerosol microphysics;</li>
<li>Yu and Luo [2009] for APM aerosol microphysics;</li>
<li>Eastham et al. [2014] for stratospheric chemistry;</li>
<li>Keller et al. [2014] for HEMCO;</li>
<li>Long et al. [2015] for the grid-independent GEOS-Chem; </li>
<li>Prather [2015] for Cloud-J photolysis;</li>
<li>Eastham et al. [2018] for the high-performance GEOS-Chem (GCHP);</li>
<li>Hu et al. [2018] for GEOS-Chem within the GEOS ESM (GEOS-GC);</li>
<li>Lin et al. [2020] for GEOS-Chem within WRF (WRF-GC);</li>
<li>Zhuang et al. [2019, 2020] for implementations of GEOS-Chem Classic and GCHP on the cloud.</li>
<li>Bindle et al. [2021] for the stretched-grid capability in GCHP.</li>
<li>Murray et al. [2021] for GEOS-Chem driven by GISS GCM fields (GCAP 2.0)</li>
<li>Croft et al. [2024] for TOMAS in GCHP;</li>
<li>Miller et al. [2024] for HETP aerosol thermodynamical equilibrium.
</ul>
<h2>
<a name="config" id="config"></a>Configurations
</h2>
<p>
GEOS-Chem is a grid-independent model. It operates on 1-D columns with default or user-specified horizontal gridpoints, vertical gridpoints, and timesteps. The <em>GEOS-Chem chemical module</em> updates column concentrations for the effects of emissions, radiation, chemistry, aerosol microphysics, and deposition at each time step. This chemical module can be implemented in three different configurations:
</p>
<ul>
<li><em>GEOS-Chem Classic (sometimes abbreviated GCC)</em>. This uses archived GEOS meteorological data on a rectilinear latitude-longitude grid to compute horizontal and vertical transport. Parallelization is through an Open-MP shared-memory architecture and scales efficiently up to about 30 CPUs.</li>
<li><em>GEOS-Chem High Performance (GCHP)</em>. This uses archived GEOS meteorological data on their original cubed-sphere grid to compute horizontal and vertical transport. Parallelization is through an MPI distributed memory architecture and scales efficiently on thousands of CPUs. GCHP is described by Eastham et al. [2018]. Improved advection, resolution, performance, and community access are described by Martin et al. [2022].</li>
<li><em>GEOS-Chem in on-line applications. </em> This uses the GEOS-Chem chemical module coupled with an independent simulation of atmospheric dynamics from a meteorological model, where the meteorological model handles the transport of chemicals together with that of the dynamical variables. The off-line transport component of GEOS-Chem is either totally disabled or limited to fast vertical transport (convective and boundary layer mixing). In this way GEOS-Chem can serve as an on-line atmospheric chemistry module for meteorological models.</li>
</ul>
<h2>
<a name="cloud" id="cloud"></a>Cloud
</h2>
<p>
GEOS-Chem Classic and GCHP can be run on the cloud as originally described by Zhuang et al. [2019, 2020]. The functionality for GCHP required further maintenance, development, and documentation. This update is a <a href="new-developments.html" target="_blank" title="">new development in version 14.2.0</a>.
</p>
<h2>
<a name="met" id="met"></a>Meteorological fields and grid resolution
</h2>
<p>
GEOS-Chem in off-line mode (Classic or GCHP) is driven by assimilated meteorological data from the Goddard Earth Observation System (GEOS) of the NASA Global Modeling and Assimilation Office (GMAO). The three GEOS latitude-longitude data archives used by GEOS-Chem are:
</p>
<ul>
<li>the operational data stream starting in 2012 from the GEOS Forward Processing (<a href="http://wiki.geos-chem.org/GEOS-FP" target="_blank">GEOS-FP</a>) (native resolution 0.25° x 0.3125°, 72 levels)</li>
<li>the consistent <a href="http://wiki.geos-chem.org/MERRA-2" target="_blank">MERRA-2</a> reanalysis for 1979-present (native resolution 0.5° x 0.625°, 72 levels)</li>
<li>the consistent <a href="http://wiki.geos-chem.org/GEOS-IT" target="_blank">GEOS-IT</a> reanalysis for 1998-present (native resolution 0.5° x 0.625°, 72 levels) and this is a <a href="new-developments.html" title="">new development in version 14.3.0</a>.</li>
</ul>
<p>
The GEOS-FP and MERRA-2 archives have 3-hour temporal resolution for 3-D fields and 1-hour resolution for 2-D fields. A C720 GEOS-FP archive at hourly resolution for advection variables is also available for March 2021 to present. The GEOS-IT archive has hourly resolution for all fields and is also available at C180 resolution; this is a <a href="new-developments.html" title="">new development in version 14.3.0</a>.
</p>
<p>
The GEOS data are pre-processed for use in GEOS-Chem, in particular to generate coarser-resolution archives. The GEOS data can also be used directly without pre-processing.
</p>
<p>
GEOS-Chem simulations can be conducted at the native spatial resolution of the GEOS fields or at coarser resolutions. Simulations focused on the troposphere can reduce the number of vertical levels from 72 to 47 by coarsening the vertical resolution in the stratosphere and mesosphere. GEOS-Chem Classic simulations can also be conducted in nested mode (see Nesting below). The default timesteps are optimized to balance accuracy and speed as described by Philip et al. [2016].
</p>
<p>
GEOS-Chem can also use off-line meteorological fields from the GISS GCM for future climates and paleoclimates. These implementations are referred to as the GCAP and ICECAP models. GCAP 2.0 is described by Murray et al. [2021].
</p>
<p>
The GEOS-Chem chemical module can be used in on-line applications on any grid of the parent meteorological model:
</p>
<ul>
<li>On-line coupling with the GEOS ESM is described by Hu et al. [2018] and is called <em>GEOS-GC</em></li>
<li>On-line coupling with the Beijing Climate Center (BCC) climate model is described by Lu et al. [2020] and is called <em>BCC-GC</em></li>
<li>On-line coupling with the Weather Research Forecast (WRF) model is described by Lin et al. [2020] and Feng et al. [2021] and is called <em>WRF-GC</em>.</li>
<li>On-line coupling with the Community Earth System Model (CESM) is described in Fritz et al. [2022] and Lin et al. [2024] and is called <em>CESM-GC.</em></li>
</ul>
<h2>
<a name="nest" id="nest"></a>Nesting
</h2>
<p>
The nested capability for GEOS-Chem was first implemented and described by Y. X. Wang et al. [2004]. It allows simulations at the native-grid horizontal resolution of the GEOS data over a user-selected regional domain with dynamic boundary conditions from a coarser global simulation. The nesting can either be 1-way, with no influence from the nested domain on the global domain, or 2-way where the two domains interact with each other. The 2-way nesting capability with multiple nests is described by Yan et al. [2014].
</p>
<p>
The current nested version of GEOS-Chem Classic uses GEOS-FP data with 0.25° x 0.3125° resolution or MERRA-2 data with 0.5° x 0.625° resolution within the nested domain. The capability to operate at 0.25° x 0.3125°resolution with full aerosol-oxidant chemistry was originally developed by Zhang et al. [2015] for East Asia and Kim et al. [2015] for North America. <a href="http://wiki.geos-chem.org/FlexGrid" target="_new">FlexGrid</a> allows users to define any nested domain at runtime, with no pre-processing of meteorological or other data files, requiring only the generation of boundary condition files at the global model resolution.
</p>
<p>
GCHP cannot use nested grids but can instead use the stretched-grid configuration of Bindle et al. [2021] to provide high resolution over regions of interest. The refinement region characteristics can be specified at runtime without any preprocessing or generation of boundary condition files. Resolution varies smoothly away from refinement region.
</p>
<h2>
<a name="tran_dep" id="tran_dep"></a>Transport and deposition
</h2>
<p>
GEOS-Chem Classic uses the TPCORE advection algorithm of Lin and Rood [1996] on the latitude-longitude grid of the archived GEOS meteorological data. GCHP uses the FV3 advection algorithm of Putnam and Lin [2007] on a cubed sphere grid after remapping the archived GEOS meteorological data on that grid. Convective transport in GEOS-Chem is computed from the convective mass fluxes in the meteorological archive as described by Wu et al. [2007]. Boundary layer mixing in GEOS-Chem uses the non-local scheme implemented by Lin and McElroy [2010]; an option allows instead for full instantaneous mixing up to the GEOS-diagnosed mixing depth.
</p>
<p>
The wet deposition scheme in GEOS-Chem is described by Liu et al. [2001] for water-soluble aerosols and by Amos et al. [2012] for gases. Henry's law constants are from the compilation by Sander [2015] including for water-soluble organics [Safieddine and Heald, 2017]. Scavenging of aerosol by snow and cold/mixed precipitation is described by Q. Wang et al. [2011, 2014]. Faster scavenging as described by Luo et al. [2020] is an option in the model (<a href="new-developments.html" title="">new development in version 13.2.0</a>.).
</p>
<p>
Dry deposition is based on the resistance-in-series scheme of Wesely [1989] as implemented by Y. Wang et al. [1998a]. Size-dependent aerosol dry deposition is from Emerson et al. [2020] and this is a <a href="new-developments.html" title="">new development in version 13.3.0</a>. Updates to gravitational setting and hygroscopic growth in aerosol dry deposition are from Li et al. [2023] and this is a <a href="new-developments.html" title="">new development in 14.4.0</a>. Aerosol deposition to snow/ice is described by Fisher et al. [2011]. Sea-salt deposition is from Jaegle et al. [2011]. Cold-temperature HNO3 deposition is from Jaegle et al. [2018]. There is an option for dependence of stomatal conductance on CO2 levels [Franks et al., 2013]. Ozone deposition to the ocean is from Pound et al. [2020]. Ozone deposition to snow and ice is from Barten et al. [2021] and this is a <a href="new-developments.html" title="">new development in version 13.4.0.</a>
</p>
<p>
See the <a href="#hg" title="">mercury section</a> for description of air-sea-land exchange of mercury.
</p>
<h2>
<a name="rad" id="rad"></a>Radiation
</h2>
<p>
GEOS-Chem can calculate the radiative forcing from changes in atmospheric composition using the optional RRTMG module. Implementation of RRTMG in GEOS-Chem is described in Heald et al. [2014].
</p>
<p>
Photolysis frequencies for stratospheric and tropospheric chemistry are calculated with Cloud-J v8.0 including UV H2O absorption [Prather and Zhu, 2024] and this is a <a href="new-developments.html" title="">new development in version 14.5.0</a>. There is an option to remove UV H2O absorption. Versions 14.3.0 - 14.4.3 used the Cloud-J code of Prather [2015] and this is a <a href="new-developments.html" title="">new development in version 14.3.0</a>. Previous versions used the Fast-JX code of Bian and Prather [2002] as implemented in GEOS-Chem by Mao et al. [2010] for the troposphere and Eastham et al. [2014] for the stratosphere, with fractional cloud optical depths represented by the approximate random overlap method [Liu et al., 2006, 2009]. The effect of aerosol extinction is as described by Latimer and Martin [2019]. There is an option to add absorption of UV by brown carbon [Hammer et al., 2016].
</p>
<h2>
<a name="emis" id="emis"></a>Emissions
</h2>
<p>
All GEOS-Chem emissions are configured at run-time using the HEMCO 3.0 facility described by Lin et al. [2021]. HEMCO allows users to mix and match inventories from the GEOS-Chem library or add their own, apply scaling factors, overlay and mask inventories, etc. without having to edit or compile the code. HEMCO also has extensions to compute emissions with meteorological dependencies and to process other input/output data in GEOS-Chem. HEMCO 3.0 has a number of new features including greater modularity for adaptation to other models and an intermediate grid for more accurate regional masking of emissions.
</p>
<p>
Emissions of dust aerosol, lightning NOx, biogenic VOCs, soil NOx, and sea salt aerosol are dependent on the local meteorological conditions. These emissions are computed off-line at the native resolution of the GEOS meteorological data and then archived along with the GEOS data as input to GEOS-Chem. In that way, emissions in GEOS-Chem remain the same at any model resolution. Users can also choose to compute emissions on-line rather than using the off-line emission files. Off-line biogenic VOCs, soil NOx and sea salt aerosol emissions are described in Weng et al. [2020]. Off-line dust emissions are described in Meng et al. [2021]. Updated biogenic VOC and soil NOx emissions are a <a href="new-developments.html" target="_blank" title="">new development in version 14.0.0</a>.
</p>
<p>
<em>Anthropogenic</em>. Global anthropogenic emissions up to 2019 are
from the CEDS v2 inventory (<a href="https://data.pnnl.gov/dataset/CEDS-4-21-21" target="_new">CEDS v_2021_04_21 gridded emissions data | Datahub (pnnl.gov)</a> as of version 13.2.0. An older CEDS version from McDuffie et al. [2020]. The option to use HTAPv3 emissions [Crippa et al. 2023] at 0.1 degree resolution is a <a href="new-developments.html">new development in version 14.1.0</a>. EDGAR v4.3.2 [Crippa et al., 2018] with trash emissions from Wiedinmyer et al. [2014] is available as an alternative option to CEDS (trash emissions are already included in CEDS). Ethane emissions from Tzompa-Sosa et al. [2016] and propane emissions from Xiao et al. [2008] overwrite the corrsponding CEDS and EDGAR v4.3.2 emissions in the default model. Diurnal variation of Chinese power plant emissions is from X. Liu et al. [2019]. Vertical allocation of emissions by sector follows Hemispheric CMAQ [US EPA, 2019]. Diel and day-of-week scale factors for anthropogenic emissions are based primarily on the US EPA National Emissions Inventory [Vukovich and Eyth, 2016] and is a <a href="new-developments.html" title="">new development in 14.4.0.</a>. Accounting for daylight savings time is a <a href="new-developments.html" title="">new development in 14.4.0.</a> Global continental chlorine emissions are from Zhang et al. [2022] and are a <a href="new-developments.html" title="">new development in 14.4.0.</a>
</p>
<p>
Future projections of anthropogenic emissions following the RCP scenarios have been implemented into GEOS-Chem by Holmes et al. [2013].
</p>
<p>
<em>Aircraft.</em> Aircraft emissions are from the AEIC 2019 inventory with reference to Simone et al. [2013] and this is a <a href="new-developments.html" title="">new development in version 13.4.0</a>. Older versions used the AEIC for 2005 inventory [Stettler et al., 2011].
</p>
<p>
<em>Ships</em>. Global shipping emissions are from CEDS. Shipping emissions of NOx are processed by the PARANOX module of Vinken et al. [2012] to account for ozone and HNO3 production in the plume. The PARANOX module was updated by Holmes et al. [2014].
</p>
<p>
<em>Open Fires</em>. Emissions from open fires for individual years are from the GFED4.1s inventory with options to use instead the FINNv1.5 inventory [Wiedinmyer et al., 2011], the QFED inventory, or the GFAS inventory. Emission factors for ALK6, C4H6, EBZ, STYR, and TMB emissions in GFED and FINN are a <a href="new-developments.html" title="">new development in version 14.5.0</a>. The GFED4 biomass burning data have been extended through October 2022; this is a <a href="new-developments.html" title="">new development in version 14.2.0</a>. The option to use a climatology of GFED4 biomass burning data is a <a href="new-developments.html" title="">new development in version 14.2.0</a>. BB4CMIP historical fire emissions for 1750-2014 are from van Merle et al. [2017]. VOC fire emissions [Carter et al., 2022] are a <a href="new-developments.html" title="">new development in version 14.2.0</a>.
</p>
<p>
<em>Lightning</em>. Lightning NOx emissions are as described by Murray et al. [2012] to match OTD/LIS climatological observations of lightning flashes. The option to use climatology was added as a <a href="new-developments.html" title="">new development in version 14.2.0</a>.
</p>
<p>
<em>Biogenic VOCs</em>. Biogenic VOC emissions in GEOS-Chem are from the MEGAN v2.1 inventory of Guenther et al. [2012] as implemented by Hu et al. [2015b]. Leaf area indices (LAIs) used in MEGAN v2.1 are from the Yuan et al. [2011] MODIS product for 2005-2020. Dependence on CO2 was added by Tai et al. [2013]. Acetaldehyde emissions are from Millet et al. (2010). Biogenic non-agricultural ammonia sources are from GEIA.
</p>
<p>
<em>Soils</em>. Biogenic soil NOx emissions are from Hudman et al. [2012].
</p>
<p>
<em>Ocean</em>. Marine emissions of DMS are from the Lana et al. [2011] dataset as implemented in GEOS-Chem by Breider et al. [2017]. Air-sea exchange of acetone assumes fixed ocean concentrations as described by Fischer et al. [2012]. Ocean acetaldehyde emissions are from Millet et al. (2010). Ammonia emissions from Arctic seabirds are from Croft et al. [2016]. Ocean ammonia emissions are from GEIA [Bouwman et al., 1997].
</p>
<p>
<em>Volcanoes</em>. Eruptive and non-eruptive volcanic SO2 emissions for individual years from 1978 to present are from the <a href="http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/VOLCANO/v2019-08/README">AEROCOM data base</a>. Extension of the data to May 2020 is a <a href="new-developments.html" title="">new development in version 13.3.0</a> and further extension through 2023 is a <a href="new-developments.html" title="">new development in 14.4.0.</a>. Older versions did not extend beyond 2018. For simulations of more recent periods when data are not available the non-eruptive volcanic emissions are set to a climatology and the eruptive emissions are set to zero.
</p>
<p>
<em>Other</em>. See the <a href="narrative.html#carbgas" title="">carbon gases section</a> for GEOS-Chem references on emissions of CO2 and methane. See the <a href="narrative.html#aer" title="">aerosols section</a> for GEOS-Chem references on primary aerosol emissions. See the <a href="narrative.html#hg">mercury section</a> for GEOS-Chem references on emissions of mercury. See the <a href="narrative.html#pops" title="">POPs section</a> for GEOS-Chem references on emissions of persistent organic pollutants (POPs).
</p>
<h2>
<a name="chem" id="chem"></a>Chemistry
</h2>
<p>
GEOS-Chem simulates detailed oxidant-aerosol chemistry in the troposphere and stratosphere. The chemical solver is KPP 3.0 [Lin et al., 2023] as implemented in GEOS-Chem with the <a href="http://wiki.geos-chem.org/FlexChem">FlexChem interface</a>, and includes the option to use an adaptive chemical solver. KPP 3.0 is a <a href="new-developments.html" target="_blank" title="">new development in version 14.1.0</a>. The ability for per-species definition of KPP absolute and relative solver tolerances is a <a href="new-developments.html" title="">new development in version 14.5.0</a>.
</p>
<h3>
<a name="gaschem" id="gaschem"></a>Chemical kinetics
</h3>
<p>
Chemical mechanism kinetics generally follow JPL/IUPAC recommendations as most recently implemented by Bates et al. [2024]; this is a <a href="new-developments.html" title="">new development in version 14.3.0</a>. The mechanism goes beyond the recommendations for specific aspects of the mechanism including for:
</p>
<ul>
<li>Isoprene [Bates and Jacob, 2019].</li>
<li>Aromatics [Bates et al., 2021]; this is a <a href="new-developments.html" title="">new development in version 13.3.0</a>. Older versions used parameterized aromatic chemistry from Fischer et al. [2014], mainly for PAN formation.</li>
<li>Ethylene and acetylene chemistry [Kwon et al., 2021]; this is a <a href="new-developments.html" title="">new development in version 13.3.0</a>.</li>
<li>Methanol [Chen et al., 2019]. The CH3O2 + OH reaction was subsequently added as a source of methanol following Bates et al. [2021] and this is a <a href="new-developments.html" title="">new development in version 13.3.0</a>.</li>
<li>Methyl, ethyl, and propyl nitrates [Fisher et al., 2018].</li>
<li>Hydroxymethanesulfonate (HMS) chemistry [Moch et al., 2020]; this is a <a href="new-developments.html" title="">new development in version 13.3.0</a>.</li>
<li>Tropospheric halogen chemistry [Wang et al., 2021]. Older versions used a scheme based on Sherwen et al. [2016] and Chen et al. [2017]. Sea salt debromination was restored in the standard model in version 14.2.0; it was an option in versions 13.4.0-14.1.0.</li>
<li>Criegees [Millet et al., 2015].</li>
<li>Mercury redox chemistry [Shah et al., 2022]; this is a <a href="new-developments.html" title="">new development in version 13.4.0</a>. Older versions used Horowitz et al. [2017]</li>
<li>Aerosol nitrate photolysis [Shah et al., 2023]; this is a <a href="new-developments.html" title="">new development in version 14.2.0</a>. Older versions had an option to add aerosol nitrate photolysis following Kasibhatla et al. [2018].</li>
<li>Lumped furans [Carter et al., 2022]; this is a <a href="new-developments.html" title="">new development in version 14.2.0</a>.</li>
<li>RCOOH, monoterpenes, new PNs and ANs [Travis et al., 2024]; this is a <a href="new-developments.html" title="">new development in version 14.5.0</a>.</li>
<li>Update to ALK4 and R4N2 chemistry [Brewer et al., 2023]; this is a <a href="new-developments.html" title="">new development in version 14.5.0</a>.</li>
<li>PPN photolysis [Horner et al., 2024]; this is a <a href="new-developments.html" title="">new development in version 14.5.0</a>.</li>
</ul>
<p>
See the <a href="narrative.html#rad" title="">radiation section</a> for the calculation of photolysis frequencies. Methane is prescribed as a surface boundary condition from monthly mean maps of spatially-interpolated NOAA flask data, and subsequently allowed to advect and react [Murray, 2016]. Water is specified from the driving meteorological fields in the troposphere but is transported as a reactive tracer in the stratosphere.
</p>
<p>
Reactive uptake of NO2, NO3, and N2O5 by aerosols is as described by Holmes et al. [2019], with reactive uptake coefficients for N2O5 on sulfate-nitrate-ammonium-organic aerosol from McDuffie et al. [2018ab]. HO2 uptake is from Mao et al. [2013] with a reactive uptake coefficient of 0.2 for conversion to H2O. Acid uptake by dust particles from Fairlie et al. [2010] is an option in the model. Aerosol hygroscopicity for calculating surface areas is from Latimer and Martin [2019]. Cloudwater pH is calculated following Shah et al. [2020].
</p>
<p>
Reactive uptake of nitrogen oxides by clouds accounts for entrainment in the subgrid cloudy fraction of gridboxes. The same treatment is also applied for halogen reactive uptake by clouds starting with version 12.9.0. However, a bug caused the limitation by entrainment not to be implemented properly until version 13.3.0 and this is a <a href="new-developments.html" title="">new development in version 13.3.0</a>.
</p>
<p>
GEOS-Chem simulations prior to version 13.2.0 could be configured to have full chemistry only in the troposphere (“troposphere-only simulation”) with simple linear representation of stratospheric chemistry following the Linoz algorithm of McLinden et al. [2000] for ozone and monthly mean sources and loss rate constants for other gases [Murray et al., 2012]. This capability was disabled in version 13.2.0.
</p>
<h3>
<a name="aer" id="aer"></a>Aerosol processes
</h3>
<p>
<em>Sulfate-nitrate-ammonium aerosol</em>. SNA thermodynamics are computed with the HETP thermodynamic module [Miller et al. 2024] and is a <a href="new-developments.html" title="">new development in 14.4.0</a>; passing of non-zero Ca2, Mg, and K cations to HETP is a <a href="new-developments.html" title="">new development in version 14.5.0</a>. Older versions used the ISORROPIA thermodynamic module [Fontoukis and Nenes, 2007] version 2.2. Sulfur oxidation in clouds and aerosols is coupled with gas-phase chemistry through KPP and this is a <a href="new-developments.html" title="">new development in version 13.4.0.</a>
</p>
<p>
<em>Carbonaceous aerosol</em>. Q. Wang et al. [2014] describes the BC simulation in GEOS-Chem. Organic aerosol in the default model follows the 'simple SOA' scheme of Pai et al. [2020]. The model has an option for 'complex SOA' following the Volatility Basis Set (VBS) scheme of Pye et al. [2010] and also including the aqueous-phase isoprene SOA scheme of Marais et al. [2016] coupled to the isoprene gas-phase chemistry mechanism.
</p>
<p>
<em>Dust aerosol</em>. The dust simulation in GEOS-Chem is described by Fairlie et al. [2007]. Dust size distributions are from Li Zhang et al. [2013]. Fine anthropogenic dust from combustion and industrial sources is from the AFCID inventory of Philip et al. [2017].
</p>
<p>
<em>Sea salt</em>. The sea salt aerosol simulation in GEOS-Chem is described by Jaegle et al. [2011]. An update to include emissions from blowing snow [Huang and Jaegle, 2017] is a <a href="new-developments.html" title="">new development in version 13.2.0.</a>
</p>
<p>
<em>Aerosol size.</em> Aerosol size for SNA and organic aerosol is from a parameterization of Zhu et al. [2023] and this is a <a href="new-developments.html" title="">new development in version 14.4.0.</a>
</p>
<p>
<em>Marine POA</em>. There is an option to emit marine POA following Gantt et al. [2015].
</p>
<p>
<em>Trace metals. </em>Simulation of 12 aerosol-borne trace metals is from Xu et al. [2019] and is a <a href="new-developments.html" title="">new development in version 13.2.0</a>.
</p>
<p>
<em>Aerosol microphysics</em>. Two alternate simulations of aerosol microphysics are implemented in GEOS-Chem: the TOMAS simulation [Kodros and Pierce, 2017] and the APM simulation [Yu and Luo, 2009]. The capability to use TOMAS in GCHP was implemented by Croft et al. [2024] and this is a <a href="new-developments.html" title="">new development in version 14.3.0</a>
</p>
<p>
<em>Aerosol optical depth. </em>Aerosol optical depth affecting photolysis rates is calculated in GEOS-Chem using RH-dependent aerosol optical properties from Zhu et al. [2023] and this is a <a href="new-developments.html" title="">new development in 14.4.0.</a>; older versions used aerosol optical properties from Latimer and Martin [2019]. Dust optics are from Ridley et al. [2012].
</p>
<p>
<em>Aerosol-only simulation. </em>In addition to the fully coupled gas-aerosol simulation described in the Tropospheric Chemistry section, there is an option to conduct aerosol-only simulations using fixed 3-D monthly oxidant concentrations (from a GEOS-Chem simulation of old vintage) and simple SOA. This is described by Leibensperger et al. [2012].
</p>
<h2>
<a name="carbgas" id="carbgas"></a>Carbon gases
</h2>
<p>
<em>CO2</em>. The current form of the simulation is described by Nassar et al. [2010]. Anthropogenic emissions are from ODIAC2019 [Oda and Maksyutov, 2011; Oda et al., 2018].
</p>
<p>
<em>Methane</em>. The current form of the simulation is described by Maasakkers et al. [2019]. Updated soil uptake is from the MeMo model v1.0 [Murguia-Flores et al., 2018]. Default global anthropogenic emissions are from EDGAR version 8; this update from EDGAR version 7 is a <a href="new-developments.html" title="">new development in 14.3.1</a>. Updated emission from fuel exploitation is from Scarpelli et al. [2022a] and is a <a href="new-developments.html" title="">new development in version 13.4.0</a>. older versions used Scarpelli et al. [2020]. Anthropogenic emissions from Mexico are from Scarpelli et al. [2020b]. Anthropogenic emissions from Canada are from Scarpelli et al. [2022b] and this is a <a href="new-developments.html" title="">new development in version 13.4.0.</a> Methane emissions from hydropower reservoirs is from Delwiche et al. [2022]; this is a <a href="new-developments.html" title="">new development in version 14.2.0.</a> An updated surface methane boundary condition using NOAA flask data is a <a href="new-developments.html" title="">new development in 14.4.0.</a>
</p>
<p>
<em>CO</em>. Simulation of CO in GEOS-Chem can be conducted either as part of the standard full-chemistry simulation or as a separate tagged-tracer simulation that resolves CO sources from individual regions or processes, and uses archived OH fields from a full-chemistry simulation to compute the CO sink. The most recent version is described by Fisher et al. [2017].
</p>
<p>
<em>Carbon simulation</em>. A carbon simulation (CO2-CO-CH4-OCS) via KPP is a <a href="new-developments.html" target="_blank" title="">new development in version 14.1.0</a>. Extension of this capability to GCHP is a <a href="new-developments.html" target="_blank" title="">new development in 14.4.0.</a>
</p>
<h2>
<a name="hg" id="hg"></a>Mercury
</h2>
<p>
The original GEOS-Chem coupled atmosphere-ocean simulation of mercury was described by Selin et al. [2007] for the atmosphere and by Strode et al. [2007] for the ocean. Extension to a coupled atmosphere-ocean-land model was described by Selin et al. [2008]. The current version of the atmospheric simulation is described by Shah et al. [2021] and this is a <a href="new-developments.html" title="">new development in version 13.4.0</a>. Older versions used Horowitz et al. [2017]. Improvements in modeled Hg0 dry deposition to land is a <a href="new-developments.html" target="_blank" title="">new development in version 14.1.0</a> [Feinberg et al. 2022]. The current version of the ocean simulation is described by Soerensen et al. [2010], with updated ocean rate coefficients from Song et al. [2015]. Treatment of Arctic sea ice and rivers is as described by Fisher et al. [2012, 2013]. Gas-aerosol partitioning of Hg(II) is from Amos et al. [2012].There is an option to couple GEOS-Chem with the terrestrial mercury module developed by Smith-Downey et al. [2010]. The option to use AMAP 2015 emissions [Steenhuisen and Wilson, 2022] is a <a href="new-developments.html" target="_blank" title="">new development in version 14.1.0</a>.
</p>
<p>
Anthropogenic emissions are from Y. Zhang et al. [2016]. Updated Hg0 emission factors are a <a href="new-developments.html" target="_blank" title="">new development in 14.2.0</a>. Future SRES emission scenarios have been implemented by Corbitt et al. [2011]. Options are available to use anthropogenic emissions from Streets et al. [2019] or from EDGAR v4.2 [Muntean et al., 2018].
</p>
<h2>
<a name="pops" id="pops"></a>Persistent Organic Pollutants (POPs)
</h2>
<p>
The model includes a simulation of PAHs as described by Friedman et al. [2014].
</p>
<h2>
<a name="tracers" id="tracers"></a>Tracers of transport
</h2>
<p>
Radon-222 emissions are from B. Zhang et al. [2021] and this is a <a href="new-developments.html" title="">new development in version 13.4.0</a>.
</p>
<h2>
<a name="diags" id="diags"></a>Model diagnostics
</h2>
<p>
The model offers detailed output diagnostics in NetCDF format including species concentrations, production and loss rates, family production and loss rates, emissions, deposition fluxes and velocities, budgets and fluxes, time series at fixed locations or along selected aircraft flight tracks and satellite orbits, etc. See the <a href="http://wiki.geos-chem.org/Guide_to_GEOS-Chem_History_diagnostics">GEOS-Chem wiki diagnostics page</a> for more information. The NOAA Obspack diagnostic is available for comparison of model output to compiled global suborbital observations of greenhouse gases.
</p>
<p>
Surface ozone and HNO3 concentrations can be diagnosed below the lowest model gridpoint to take into account aerodynamic resistance to deposition [Travis and Jacob, 2019].
</p>
<p>
The model PM2.5 diagnostic is calculated as described by Latimer and Martin [2019]. The PM10 diagnostic is calculated as described by Zhai et al. [2021] and this is a <a href="new-developments.html" title="">new development in version 13.4.0</a>.
</p>
<h2>
<a name="adj" id="adj"></a>Model Adjoint
</h2>
<p>
See the <a href="http://wiki.geos-chem.org/GEOS-Chem_Adjoint" target="_blank">GEOS-Chem adjoint wiki page</a> for description and references.
</p>
<h2>
<a name="refs" id="refs"></a>References
</h2>
<ul>
<li>Alexander, B., R.J. Park, D.J. Jacob, Q.B. Li, R.M. Yantosca, J. Savarino, C.C.W. Lee, and M.H. Thiemens, <em>Sulfate formation in sea-salt aerosols: Constraints from oxygen isotopes</em>, <u>J. Geophys. Res.</u>, <strong>110</strong>, D10307, 2005.</li>
<li>Amos, H. M., D. J. Jacob, C. D. Holmes, J. A. Fisher, Q. Wang, R. M. Yantosca, E. S. Corbitt, E. Galarneau, A. P. Rutter, M. S. Gustin, A. Steffen, J. J. Schauer, J. A. Graydon, V. L. St. Louis, R. W. Talbot, E. S. Edgerton, Y. Zhang, and E. M. Sunderland, <em>Gas-Particle Partitioning of Atmopsheric Hg(II) and Its Effect on Global Mercury Deposition</em>, <u>Atmos. Chem. Phys.</u>,<strong> 12</strong>, 591-603, 2012.</li>
<li>Barten, J.M.G., L.N. Ganzeveld, J.-G. Steeneveld, and M.C. Krol, Role of oceanic ozone deposition in explaining temporal variability in surface ozone at High Arctic sites, Atmos. Chem. Phys., 21, 10229–10248, 2021.</li>
<li>Bates, K.H., and D.J. Jacob, <em>A new model mechanism for atmospheric oxidation of isoprene: global effects on oxidants, nitrogen oxides, organic products, and secondary organic aerosol</em>, <u>Atmos. Chem. Phys.</u>, <strong>19</strong>, 9613-9640, 2019.</li>
<li>Bates, K.H., Jacob, D.J., Wang, S., Hornbrook, R.S., Apel, E.C., Kim, M.J., Millet, D.B., Wells, K.C., Chen, X., Brewer, J.F., Ray, E.A., Diskin, G.S., Commane, R., Daube, B.C. and Wofsy, S.C., <em><a href="https://agupubs.onlinelibrary.wiley.com/doi/epdf/10.1029/2020JD033439" title="">The global budget of atmospheric methanol: new constraints on secondary, oceanic, and terrestrial source</a></em>, <u>J. Geophys. Res., 126,</u> e2020JD033439, 2021.</li>
<li>Bates, K. H., Jacob, D. J., Li, K., Ivatt, P. D., Evans, M. J., Yan, Y., and Lin, J.: Development and evaluation of a new compact mechanism for aromatic oxidation in atmospheric models, Atmos. Chem. Phys., 21, 18351–18374,</span> <a href="https://acp.copernicus.org/articles/21/18351/2021/" title="">https://acp.copernicus.org/articles/21/18351/2021/</a>, 2021.</li>
<li>Bates, K., Evans, M., Henderson, B., and Jacob, D.: Impacts of updated reaction kinetics on the global GEOS-Chem simulation of atmospheric chemistry, EGUsphere [preprint], https://doi.org/10.5194/egusphere-2023-1374, 2024.</li>
<li>Bey, I., D. J. Jacob, R. M. Yantosca, J. A. Logan, B. Field, A. M. Fiore, Q. Li, H. Liu, L. J. Mickley, and M. Schultz, <em>Global modeling of tropospheric chemistry with assimilated meteorology: Model description and evaluation</em>, <u>J. Geophys. Res.</u>, <strong>106</strong>, 23,073-23,096, 2001.</li>
<li>Bian, H. S., and M. J. Prather, <em>Fast-J2: Accurate simulation of stratospheric photolysis in global chemical models</em>, <u>J. Atmos. Chem.</u>, <strong>41</strong>, 281-296, 2002.</li>
<li>Bindle, L., Martin, R. V., Cooper, M. J., Lundgren, E. W., Eastham, S. D., Auer, B. M., Clune, T. L., Weng, H., Lin, J., Murray, L. T., Meng, J., Keller, C. A., Putman, W. M., Pawson, S., and Jacob, D. J.: Grid-stretching capability for the GEOS-Chem 13.0.0 atmospheric chemistry model, Geosci. Model Dev., 14, 5977–5997, https://doi.org/10.5194/gmd-14-5977-2021, 2021.</li>
<li>Bouwman, A. F., D. S. Lee, W. A. H. Asman, F. J. Dentener, K. W. Van Der Hoek, and J. G. J. Olivier (1997), <em>A global high-resolution emission inventory for ammonia</em>, <u>Global Biogeochem. Cycles</u>, <strong>11(4)</strong>, 561-587.</li>
<li>Breider, T.J., L.J. Mickley, D.J. Jacob, C. Ge, J. Wang, M.P. Sulprizio, B. Croft, D.A. Ridley, J.R. McConnell, S. Sharma, L. Husain, V.A. Dutkiewicz, K. Eleftheriadis, H. Skov, and P.K. Hopke, <em>Multi-decadal trends in aerosol radiative forcing over the Arctic: contribution of changes in anthropogenic aerosol to Arctic warming since 1980</em>, <u>J. Geophys. Res.</u>, <strong>122(6)</strong>, 3573-3594, doi:10.1002/2016JD025321, 2017.</li>
<li>Brewer, J. F., Jacob, D. J., Jathar, S. H., He, Y., Akherati, A., Zhai, S., et al. A scheme for representing aromatic secondary organic aerosols in chemical transport models: Application to source attribution of organic aerosols over South Korea during the KORUS-AQ campaign. Journal of Geophysical Research: Atmospheres, 128, e2022JD037257, <a href="https://doi.org/10.1029/2022JD037257">https://doi.org/10.1029/2022JD037257</a>, 2023.</li>
<li>Carter, T. S., Heald, C. L., Kroll, J. H., Apel, E. C., Blake, D., Coggon, M., Edtbauer, A., Gkatzelis, G., Hornbrook, R. S., Peischl, J., Pfannerstill, E. Y., Piel, F., Reijrink, N. G., Ringsdorf, A., Warneke, C., Williams, J., Wisthaler, A., and Xu, L.: An improved representation of fire non-methane organic gases (NMOGs) in models: emissions to reactivity, Atmos. Chem. Phys., 22, 12093–12111, https://doi.org/10.5194/acp-22-12093-2022, 2022.</li>
<li>Chen, Q., J.A. Schmidt, V. Shah, L. Jaegle, T. Sherwen, and B. Alexander, <em>Sulfate production by reactive bromine: Implications for the global sulfur and reactive bromine budgets</em>, <u>Geophys. Res. Lett.</u>, <strong>44</strong>, 7069-7078, 2017.</li>
<li>Chen, X., Millet, D. B., Singh, H. B., Wisthaler, A., Apel, E. C., Atlas, E. L., Blake, D. R., Bourgeois, I., Brown, S. S., Crounse, J. D., de Gouw, J. A., Flocke, F. M., Fried, A., Heikes, B. G., Hornbrook, R. S., Mikoviny, T., Min, K.-E., Müller, M., Neuman, J. A., O'Sullivan, D. W., Peischl, J., Pfister, G. G., Richter, D., Roberts, J. M., Ryerson, T. B., Shertz, S. R., Thompson, C. R., Treadaway, V., Veres, P. R., Walega, J., Warneke, C., Washenfelder, R. A., Weibring, P., and Yuan, B., <em>On the sources and sinks of atmospheric VOCs: an integrated analysis of recent aircraft campaigns over North America</em>, <u>Atmos. Chem. Phys.</u>, <strong>19</strong>, 9097-9123, <a href="https://doi.org/10.5194/acp-19-9097-2019">https://doi.org/10.5194/acp-19-9097-2019</a>, 2019.</li>
<li>Corbitt, E.S., D.J. Jacob, C.D. Holmes, D.G. Streets, and E.M. Sunderland, <em>Global mercury source-receptor relationships for mercury deposition under present-day and 2050 emissions scenarios</em>, <u>Environ. Sci. Technol.</u>, <strong>45</strong>, 10477-10484, 2011.</li>
<li>Crippa, M., et al., <em>Gridded emissions of air pollutants for the period 1970-2012 within EDGAR v4.3.2</em>, <u>Earth Syst. Sci. Data</u>, <strong>10</strong>, 1987-2013, doi:10.5194/essd-10-1987-2018, 2018.</li>
<li>Crippa, M., Guizzardi, D., Butler, T., Keating, T., Wu, R., Kaminski, J., Kuenen, J., Kurokawa, J., Chatani, S., Morikawa, T., Pouliot, G., Racine, J., Moran, M. D., Klimont, Z., Manseau, P. M., Mashayekhi, R., Henderson, B. H., Smith, S. J., Suchyta, H., Muntean, M., Solazzo, E., Banja, M., Schaaf, E., Pagani, F., Woo, J. H., Kim, J., Monforti-Ferrario, F., Pisoni, E., Zhang, J., Niemi, D., Sassi, M., Ansari, T., and Foley, K.: HTAP_v3 emission mosaic: a global effort to tackle air quality issues by quantifying global anthropogenic air pollutant sources, Earth Syst. Sci. Data Discuss., 2023, 1-34, 10.5194/essd-2022-442, 2023.</li>
<li>Croft, B., G. R. Wentworth, R. V. Martin, W. R. Leaitch, J. G. Murphy, B. N. Murphy, J. K. Kodros, J. P. D. Abbatt and J. R. Pierce, <em>Contribution of Arctic seabird-colony ammonia to atmospheric particles and cloud-albedo radiative effect, </em><u>Nat. Commun.</u>, <strong>7</strong>:13444, doi:10.1038/ncomms13444, 2016.</li>
<li>Croft, B., R.V. Martin, R. Y.-W. Chang, L. Bindle, S.D. Eastham, L.A. Estrada, B. Ford, C. Li, M.S. Long, E.W. Lundgren, S. Sinha, M.P. Sulprizio, Y. Tang, A. van Donkelaar, R.M. Yantosca, D. Zhang, H. Zhu, and J.R. Pierce Towards fine horizontal resolution global simulations of aerosol sectional microphysics: Advances enabled by GCHP-TOMAS. J. Advances in Modeling Earth Systems, 2023: submitted.</li>
<li>Delwiche, K. B., Harrison, J. A., Maasakkers, J. D., Sulprizio, M. P., Worden, J., Jacob, D. J., & Sunderland, E. M. (2022). Estimating drivers and pathways for hydroelectric reservoir methane emissions using a new mechanistic model. Journal of Geophysical Research: Biogeosciences, 127, e2022JG006908. https://doi.org/10.1029/2022JG006908.</li>
<li>Eastham, S.D., Weisenstein, D.K., Barrett, S.R.H., <em>Development and evaluation of the unified tropospheric-stratospheric chemistry extension (UCX) for the global chemistry-transport model GEOS-Chem</em>, <u>Atmos. Env.</u>, <strong>89</strong>, 2014.</li>
<li>Eastham, S.D., M.S. Long, C.A. Keller, E. Lundgren, R.M. Yantosca, J. Zhuang, C. Li, C.J. Lee, M. Yannetti, B.M. Auer, T.L. Clune, J. Kouatchou, W.M. Putman, M.A. Thompson, A.L. Trayanov, A.M. Molod, R.V. Martin, and D.J. Jacob, <em>GEOS-Chem High Performance (GCHP): A next-generation implementation of the GEOS-Chem chemical transport model for massively parallel applications </em>, <u>Geosci. Mod. Dev.</u>, <strong>11</strong>, 2941-2953, 2018.</li>
<li>Emerson, E.W., A.L. Hodshire, H.M. DeBolt, K.R. Bilsback, J.R. Pierce, G.R. McMeeking, and D.K. Farmer, Revisiting particle dry deposition and its role in radiative effect estimates, PNAS, 117, 26076-26082, 2020.</li>
<li>Fairlie, T.D., D.J. Jacob, and R.J. Park, <em>The impact of transpacific transport of mineral dust in the United States</em>, <u>Atmos. Environ.</u>, 1251-1266, 2007.</li>
<li>Fairlie, T.D., D.J. Jacob, J.E. Dibb, B. Alexander, M.A. Avery, A. van Donkelaar, and L. Zhang, <em>Impact of mineral dust on nitrate, sulfate, and ozone in transpacific Asian pollution plumes</em>, <u>Atmos. Chem. Phys.</u>, <strong>10</strong>, 3999-4012, doi:10.5194/acp-10-3999-2010, 2010.</li>
<li>Feinberg, A., T. Dlamini, M. Jiskra, V. Shah and N.E. Selin (2022): Evaluating atmospheric mercury (Hg) uptake by vegetation in a chemistry-transport model. Environmental Science: Processes and Impacts, 24, 1303-1318 (doi: 10.1039/D2EM00032F).</li>
<li>Feng, X., Lin, H., Fu, T.-M., Sulprizio, M. P., Zhuang, J., Jacob, D. J., Tian, H., Ma, Y., Zhang, L., Wang, X., Chen, Q., and Han, Z.: WRF-GC (v2.0): online two-way coupling of WRF (v3.9.1.1) and GEOS-Chem (v12.7.2) for modeling regional atmospheric chemistry–meteorology interactions, Geosci. Model Dev., 14, 3741–3768, https://doi.org/10.5194/gmd-14-3741-2021</a>, 2021.</li>
<li>Fischer, E.V., D.J. Jacob, D.B. Millet, R.M. Yantosca, and J. Mao, <em>The role of the ocean in the global atmospheric budget of acetone</em>, <u>Geophys. Res. Lett.</u>, <strong>39</strong>, L01807, 2012.</li>
<li>Fischer, E.V., D.J. Jacob, R.M. Yantosca, M.P. Sulprizio, D.B. Millet, J. Mao, F. Paulot, H.B. Singh, A.-E. Roiger, L. Ries, R.W. Talbot, K. Dzepina, and S. Pandey Deolal, <em>Atmospheric peroxyacetylnitrate (PAN): a global budget and source attribution</em>, <u>Atmos. Chem. Phys.</u>, <strong>14</strong>, 2679-2698, 2014.</li>
<li>Fisher, J.A., D.J. Jacob, M.T. Purdy, M. Kopacz, P. Le Sager, C. Carouge, C.D. Holmes, R.M. Yantosca, R.L. Batchelor, K. Strong, G.S. Diskin, H.E. Fuelberg, J.S. Holloway, E.J. Hyer, W.W. McMillan, J. Warner, D.G. Streets, Q. Zhang, Y. Wang, and S. Wu, <em>Source attribution and interannual variability of Arctic pollution in spring constrained by aircraft (ARCTAS, ARCPAC) and satellite (AIRS) observations of carbon monoxide</em>, <u>Atmos. Chem. Phys.</u>, <strong>10</strong>, 977-996, 2010.</li>
<li>Fisher, J.A., D.J. Jacob, Q. Wang, R. Bahreini, C.C. Carouge, M.J. Cubison, J.E. Dibb, T. Diehl, J.L. Jimenez, E.M. Leibensperger, M.B.J. Meinders, H.O.T. Pye, P.K. Quinn, S. Sharma, A. van Donkelaar, and R.M. Yantosca, <em>Sources, distribution, and acidity of sulfate-ammonium aerosol in the Arctic in winter-spring</em>, <u>Atmos. Environ.</u>, <strong>45</strong>, 7301-7318, 2011.</li>
<li>Fisher, J.A., D.J. Jacob, A.L. Soerensen, H.M. Amos, A. Steffen, and E.M. Sunderland, <em>Riverine source of Arctic Ocean mercury inferred from atmospheric observations</em>, <u>Nature Geoscience</u>, <strong>5</strong>, 499-504, 2012.</li>
<li>Fisher, J.A., D.J. Jacob, A.L. Soerensen, H.M. Amos, E.S. Corbitt, D.G. Streets, Q. Wang, R.M. Yantosca, and E.M. Sunderland, <em>Factors driving mercury variability in the Arctic atmosphere and ocean over the past thirty years</em>, <u>Global Biogeochem. Cycles</u>, <strong>27</strong>, 1226-1235, 2013.</li>
<li>Fisher, J.A., L.T. Murray, D.B.A. Jones, and N.M. Deutscher, <em>Improved method for linear carbon monoxide simulation and source attribution in atmospheric chemistry models illustrated using GEOS-Chem v9</em>, <u>Geosci. Model Dev.</u>, <strong>10</strong>, 4129-4144, 2017.</li>
<li>Fisher, J.A., E.L. Atlas, B. Barletta, S. Meinardi, D.R. Blake, C.R. Thompson, T.B. Ryerson, J. Peischl, Z.A. Tzompa-Sosa, and L.T. Murray, <em>Methyl, Ethyl, and Propyl Nitrates: Global Distribution and Impacts on Reactive Nitrogen in Remote Marine Environments</em>, <u>J. Geophys. Res.</u>, <strong>123</strong>, 12,429-12,451, 2018.</li>
<li>Fountoukis, C., and A. Nenes, <em>ISORROPIA II: A computationally efficient thermodynamic equilibrium model for K+-Ca2+-Mg2+-NH4+-Na+-SO42-NO3--Cl-H2O aerosols</em>, <u>Atmos. Chem. Phys.</u>, <strong>7</strong>(17), 4639-4659, 2007.</li>
<li>Franks, P.J., et al., <em>Sensitivity of plants to changing atmospheric CO2 concentration: from the geological past to the next century</em>, <u>New Phytologist</u>, <strong>197.4</strong>, 1077-1094, 2013.</li>
<li>Friedman, C.L., Y. Zhang, and N.E. Selin, <em>Climate change and emissions impacts on atmospheric PAH transport to the Arctic</em>, <u>Environ. Sci. Technol.</u>, <strong>48</strong> (1), 429-437, 2014</li>
<li>Fritz, T. M., Eastham, S. D., Emmons, L. K., Lin, H., Lundgren, E. W., Goldhaber, S., Barrett, S. R. H., and Jacob, D. J.: Implementation and evaluation of the GEOS-Chem chemistry module version 13.1.2 within the Community Earth System Model v2.1, Geosci. Model Dev., 15, 8669–8704, https://doi.org/10.5194/gmd-15-8669-2022, 2022.</li>
<li>Guenther, A.B., Jiang, X., Heald, C.L., Sakulyanontvittaya, T., Duhl, T., Emmons, L.K., and Wang, X., <em>The Model of Emissions of Gases and Aerosols from Nature version 2.1 (MEGAN2.1): an extended and updated framework for modeling biogenic emissions</em>, <u>Geosci. Model Dev.</u>, <strong>5</strong>, 1471-1492, doi:10.5194/gmd-5-1471-2012, 2012.</li>
<li>Hammer M.S., R.V. Martin, A van Donkelaar, V. Buchard, O. Torres, D.A. Ridley, and R.J.D. Spurr, <em>Interpreting the ultraviolet aerosol index observed with the OMI satellite instrument to understand absorption by organic aerosols: Implications for atmospheric oxidation and direct radiative effects</em>, <u>Atmos. Chem. Phys.</u>, <strong>16</strong>, 2507-2523, doi:10.5194/acp-16-2507-2016, 2016.</li>
<li>Heald, C.L., D.A. Ridley, J.H. Kroll, S.R.H. Barrett, K.E. Cady-Pereira, M.J. Alvarado, C.D. Holmes, <em>Beyond Direct Radiative Forcing: The Case for Characterizing the Direct Radiative Effect of Aerosols</em>, <u>Atmos. Chem. Phys.</u>, <strong>14</strong>, 5513-5527, doi:10.5194/acp-14-5513-2014, 2014.</li>
<li>Henze, D. K., A. Hakami, and J. H. Seinfeld, Development of the adjoint of GEOS-Chem, Atmos. Chem. Phys., 7, 2413-2433, 2007. . <em>Beyond Direct Radiative Forcing: The Case for Characterizing the Direct Radiative Effect of Aerosols</em>, <u>Atmos. Chem. Phys.</u>, <strong>14</strong>, 5513-5527, doi:10.5194/acp-14-5513-2014, 2014.</li>
<li>Holmes, C.D., M. J. Prather, O.A. Søvde, and G. Myhre, <em>Future methane, hydroxyl, and their uncertainties: key climate and emission parameters for future predictions</em>, <u>Atmos. Chem. Phys.</u>, <strong>13</strong>, 285-302, doi:10.5194/acp-13-285-2013, 2013.</li>
<li>Holmes, C. D., Prather, M. J., and Vinken, G. C. M., <em>The climate impact of ship NOx emissions: an improved estimate accounting for plume chemistry</em>, <u>Atmos. Chem. Phys.</u>, <strong>14</strong>, 6801-6812, doi:10.5194/acp-14-6801-2014, 2014.</li>
<li>Holmes, C. D., Bertram, T. H., Confer, K. L., Graham, K. A., Ronan, A. C., Wirks, C. K., & Shah, V., <em>The role of clouds in the tropospheric NOx cycle: A new modeling approach for cloud chemistry and its global implications</em>, <u>Geophysical Research Letters</u>, <strong>46(9)</strong>, 4980-4990. <a href="https://doi.org/10.1029/2019GL081990">https://doi.org/10.1029/2019GL081990</a>, 2019.</li>
<li>Horner, R. P., Marais, E. A., Wei, N., Ryan, R. G., and Shah, V.: Vertical profiles of global tropospheric nitrogen dioxide (NO2) obtained by cloud-slicing TROPOMI, EGUsphere [preprint], <a href="https://doi.org/10.5194/egusphere-2024-1541">https://doi.org/10.5194/egusphere-2024-1541</a>, 2024.</li>
<li>Horowitz, H.M., D.J. Jacob, Y. Zhang, T.S. Dibble, F. Slemr, H.M. Amos, J.A. Schmidt, E.S. Corbitt, E.A. Marais, and E.M. Sunderland, <em>A new mechanism for atmospheric mercury redox chemistry: implications for the global mercury budget</em>, <u>Atmos. Chem. Phys.</u>, <strong>17</strong>, 6353-6371, 2017.</li>
<li>Hu, L., D.B. Millet, M. Baasandorj, T.J. Griffis, P. Turner, D. Helmig, A.J. Curtis, and J. Hueber, <em>Isoprene emissions and impacts over an ecological transition region in the US Upper Midwest inferred from tall tower measurements</em>, <u>J. Geophys. Res.</u>, <strong>120</strong>, 3553-3571, doi: 10.1002/2014JD022732, 2015.</li>
<li>Hu, L., C. A. Keller, M. S. Long, T. Sherwen, B. Auer, A. Da Silva, J. E. Nielsen, S. Pawson, M. A. Thompson, A. L. Trayanov, K. R. Travis, S. K. Grange, M. J. Evans, and D. J. Jacob, <em>Global simulation of tropospheric chemistry at 12.5 km resolution: performance and evaluation of the GEOS-Chem chemical module (v10-1) within the NASA GEOS Earth System Model (GEOS-5 ESM)</em>, <u>Geosci. Model Dev.</u>, <strong>11</strong>, 4603-4620, 2018</li>
<li>Huang, J. and Jaeglé, L.: Wintertime enhancements of sea salt aerosol in polar regions consistent with a sea ice source from blowing snow, Atmos. Chem. Phys., 17, 3699–3712, <a href="https://doi.org/10.5194/acp-17-3699-2017">https://doi.org/10.5194/acp-17-3699-2017</a>, 2017.</li>
<li>Hudman, R.C., N.E. Moore, R.V. Martin, A.R. Russell, A.K. Mebust, L.C. Valin, and R.C. Cohen, <em>A mechanistic model of global soil nitric oxide emissions: implementation and space based-constraints</em>, <u>Atm. Chem. Phys.</u>, <strong>12</strong>, 7779-7795, doi:10.5194/acp-12-7779-2012, 2012.</li>
<li>Jaegle, L., P.K. Quinn, T. Bates, B. Alexander, and J.-T. Lin, <em>Global distribution of sea salt aerosols: New constraints from in situ and remote sensing observations</em>, <u>Atmos. Chem. Phys.</u>, <strong>11</strong>, 3137-3157, doi:10.5194/acp-11-3137-2011, 2011.</li>
<li>Jaegle, L., Shah, V.,et al., <em>Nitrogen oxides emissions, chemistry, deposition, and export over the Northeast United States during the WINTER aircraft campaign</em>, <u>J. Geophys. Res.: Atmospheres</u>, <strong>123</strong>, <a href="https://doi.org/10.1029/2018JD029133">https://doi.org/10.1029/2018JD029133</a>, 2018.</li>
<li>Kasibhatla, P., Sherwen, T., Evans, M. J., Carpenter, L. J., Alexander, B., Chen, Q., Sulprizio, M. P., Lee, J. D., Read, K. A., Bloss, W., Crilley, L. R., Keene, W. C., Pszenny, A. A. P., and Hodzic, A., <em>Global impact of nitrate photolysis in sea-salt aerosol on NOx, OH, and O4 in the marine boundary layer</em>, <u>Atmos. Chem. Phys.</u>, <strong>18</strong>, 11185-11203, <a href="https://doi.org/10.5194/acp-18-11185-2018">https://doi.org/10.5194/acp-18-11185-2018</a>, 2018.</li>
<li>Keller, C.A., M.S. Long, R.M. Yantosca, A.M. Da Silva, S. Pawson, and D.J. Jacob, <em>HEMCO v1.0: A versatile, ESMF-compliant component for calculating emissions in atmospheric models</em>, <u>Geosci. Model Devel.</u>, <strong>7</strong>, 1409-1417, 2014.</li>
<li>Kim, P.S., D.J. Jacob, J.A. Fisher, K. Travis, K. Yu, L. Zhu, R.M. Yantosca, M.P. Sulprizio, J.L. Jimenez, P. Campuzano-Jost, K.D. Froyd, J. Liao, J.W. Hair, M.A. Fenn, C.F. Butler, N.L. Wagner, T.D. Gordon, A. Welti, P.O. Wennberg, J.D. Crounse, J.M. St. Clair, A.P. Teng, D.B. Millet, J.P. Schwarz, M.Z. Markovic, and A.E. Perring, <em>Sources, seasonality, and trends of Southeast US aerosol: an integrated analysis of surface, aircraft, and satellite observations with the GEOS-Chem model</em>, <u>Atmos. Chem. Phys.</u>, <strong>15</strong>, 10,411-10,433, 2015.</li>
<li>Kodros, J. K., Pierce, J. R.: <em>Important global and regional differences in cloud-albedo aerosol indirect effect estimates between simulations with and without prognostic aerosol microphysics,</em> <u>J. Geophys. Res.</u>, <strong>122</strong>, doi:10.1002/2016JD025886, 2017.</li>
<li>Kwon, H.-A., R.J. Park, Y.J. Oak, .C..R. Nowland, S.J. Janz, M. Kowalewski, A. Fried, J. Walega, K.H. Bates, J. Choi, D.R. Blake, A, Wisthaler, J.-H. Woo, Top-down estimates of anthropogenic VOC emissions in South Korea using formaldehyde vertical column densities from aircraft during the KORUS-AQ campaign, Elementa, 9, 00109, 2021.</li>
<li>Lana, A., Bell, T. G., Simó, R., Vallina, S. M., Ballabrera-Poy, J., Kettle, A. J., Dachs, J., Bopp, L., Saltzman, E. S., Stefels, J., Johnson, J. E., and Liss, P. S.: An updated climatology of surface dimethlysulfide concentrations and emission fluxes in the global ocean, Global Biogeochemical Cycles, 25, doi:10.1029/2010gb003850, 2011.</li>
<li>Latimer, R.N.C., and R.V. Martin, <em>Interpretation of measured aerosol mass scattering efficiency over North America using a chemical transport model,</em> <u>Atmos. Chem. Phys.</u>, <strong>19,</strong> 2635-2653, 2019.</li>
<li>Leibensperger, E.M., L.J. Mickley, D.J. Jacob, W.-T. Chen, J.H. Seinfeld, A. Nenes, P.J. Adams, D.G. Streets, N. Kumar, D. Rind, <em>Climatic effects of 1950-2050 changes in US anthropogenic aerosols - Part 1: Aerosol trends and radiative forcing</em>, <u>Atmos. Chem. Phys.</u>, <strong>12</strong>, 3,333-3,348, 2012.</li>
<li>Li, M., Zhang, Q., Streets, D.G., He, K.B., Cheng, Y.F., Emmons, L.K., Huo, H., Kang, S.C., Lu, Z., Shao, M., Su, H., Yu, X., and Zhang, Y., <em>Mapping Asian anthropogenic emissions of non-methane volatile organic compounds to multiple chemical mechanisms</em>, <u>Atmos. Chem. Phys.</u>, <strong>14</strong>, 5617-5638, doi:10.5194/acp-14-5617-2014, 2014.</li>
<li>Li, Y., Martin, R. V., Li, C., Boys, B. L., van Donkelaar, A., Meng, J., and Pierce, J. R., <em>Development and evaluation of processes affecting simulation of diel fine particulate matter variation in the GEOS-Chem model</em>, <u>Atmos. Chem. Phys.</u>, <strong>23</strong>(19), 12525-12543, doi.org/10.5194/acp-23-12525-2023, 2023.</li>
<li>Lin, H., Xu Feng, Tzung-May Fu, Heng Tian, Yaping Ma, Lijuan Zhang, Daniel J. Jacob, Robert M. Yantosca, Melissa P. Sulprizio, Elizabeth W. Lundgren, Jiawei Zhuang, Qiang Zhang, Xiao Lu, Lin Zhang, Lu Shen, Jianping Guo, Sebastian D. Eastham, and Christoph A. Keller, <em>WRF-GC: online coupling of WRF and GEOS-Chem for regional atmospheric chemistry modeling, Part 1: description of the one-way model (v1.0)</em>, <u>Geosci. Model Dev.</u>, <strong>13</strong>, 3241-3265, 2020.</li>
<li>Lin, H., Jacob, D. J., Lundgren, E. W., Sulprizio, M. P., Keller, C. A., Fritz, T. M., Eastham, S. D., Emmons, L. K., Campbell, P. C., Baker, B., Saylor, R. D., and Montuoro, R.: Harmonized Emissions Component (HEMCO) 3.0 as a versatile emissions component for atmospheric models: application in the GEOS-Chem, NASA GEOS, WRF-GC, CESM2, NOAA GEFS-Aerosol, and NOAA UFS models, Geosci. Model Dev., 14, 5487–5506, https://doi.org/10.5194/gmd-14-5487-2021, 2021.</li>
<li>Lin, H., M.S. Long, R. Sander, R.M. Yantosca, L.A. Estrada, L. Shen, and D.J. Jacob, An adaptive auto-reduction solver for speeding up integration of chemical kinetics in atmospheric chemistry models: implementation and evaluation in the Kinetic Pre-Processor (KPP) version 3.0.0, submitted to JAMES, <a href="https://doi.org/10.31223/X5505V">https://doi.org/10.31223/X5505V</a>, 2023.</li>
<li>Lin, H., L.K. Emmons, E.W. Lundgren, L.H. Yang, X. Feng, R. Dang, S. Zhai, Y. Tang, M.M. Kelp, N.K. Colombi, S.D. Eastham, T.M. Fritz, and D.J. Jacob, Intercomparison of GEOS-Chem and CAM-chem tropospheric oxidant chemistry within the Community Earth System Model version 2 (CESM2), Atmos. Chem. Phys., 24, 8607–8624, https://doi.org/10.5194/acp-24-8607-2024, 2024.
<li>Lin, J.-T., and M. McElroy, <em>Impacts of boundary layer mixing on pollutant vertical profiles in the lower troposphere: Implications to satellite remote sensing</em>, <u>Atmospheric Environment</u>, <strong>44</strong>(14), 1726-1739, doi:10.1016/j.atmosenv.2010.02.009, 2010.</li>
<li>Lin, S.-J., and R.B. Rood, 1996: <em>Multidimensional flux form semi-Lagrangian transport schemes</em>, <u>Mon. Wea. Rev.</u>, <strong>124</strong>, 2046-2070.</li>
<li>Liu, H., D.J. Jacob, I. Bey, and R.M. Yantosca, <em>Constraints from 210Pb and 7Be on wet deposition and transporting a global threee-dimensional chemical tracer model driven by asimilated meteorological fields</em>, <u>J. Geophys. Res.</u>, <strong>106</strong>, 12,109-12,128, 2001.</li>
<li>Liu, H., et al., Radiative effectof clouds on tropospheric chemistry in a global three-dimensional chemical transport model, J. Geophys. Res., 111, 20303, 2006.</li>
<li>Liu, H., et al., Sensitivity of photolysis frequencies and key tropospheric oxidants in global model to cloud vertical distributions and optical properties, J. Geophys. Res., 114, D10305, 2009.</li>
<li>Xiao Liu, Xing Gao, Xinbin Wu, Weilin Yu, Lulu Chen, Ruijing Ni, Yu Zhao, Hongwei Duan, Fuming Zhao, Lilin Chen, Shengming Gao, Ke Xu, Jintai Lin, and Anthony Y. Ku, Updated Hourly Emissions Factors for Chinese Power Plants Showing the Impact of Widespread Ultralow Emissions Technology Deployment, Environ. Sci. Technol., 53, 2570-2578, 2019.</li>
<li>Long, M.S., R. Yantosca, J.E. Nielsen, C.A. Keller, A. da Silva, M.P. Sulprizio., S. Pawson, D.J. Jacob, <em>Development of a grid-independent GEOS-Chem chemical transport model (v9-02) as an atmospheric chemistry module for Earth System Models</em>, <u>Geosci. Model. Dev.</u>, <strong>8</strong>, 595-602, 2015.</li>
<li>Xiao Lu, Lin Zhang, Tongwen Wu, Michael S. Long, Jun Wang, Daniel J. Jacob, Fang Zhang, Jie Zhang, Sebastian D. Eastham, Lu Hu, Lei Zhu, Xiong Liu, and Min Wei, <em>Development of the global atmospheric general circulation-chemistry model BCC-GEOS-Chem v1.0: model description and evaluation</em>, <u>Geosci. Model Dev.</u>, <strong>13</strong>, 3817–3838, 2020.</li>
<li>G. Luo, F. Yu, J. Schwab, <em>Revised treatment of wet scavenging processes dramatically improves GEOS-Chem 12.0.0 simulations of nitric acid, nitrate, and ammonium over the United States</em>, <u>Geosci. Model Dev.</u>, <strong>12</strong>, 3439-3447, 2019.</li>
<li>Luo, G., Yu, F., and Moch, J. M.: Further improvement of wet process treatments in GEOS-Chem v12.6.0: impact on global distributions of aerosols and aerosol precursors, Geosci. Model Dev., 13, 2879–2903, <a href="https://doi.org/10.5194/gmd-13-2879-2020">https://doi.org/10.5194/gmd-13-2879-2020</a>, 2020.</li>
<li>Maasakkers, J.D., D.J. Jacob, M.P. Sulprizio, T. Scarpelli, H. Nesser, J.-X. Sheng, Y. Zhang, M. Hersher, A.A. Bloom, K.W. Bowman, J.R. Worden, G. Janssens-Maenhout, and R.J. Parker, <em>Global distribution of methane emissions, emission trends, and OH concentrations and trends inferred from an inversion of GOSAT satellite data for 2010-2015</em>, <u>Atmos. Chem. Phys.</u>, <strong>19</strong>, 7859-7881, 2019.</li>
<li>Mao, J., D.J. Jacob, M.J. Evans, J.R. Olson, X. Ren, W.H. Brune, J.M. St. Clair, J.D. Crounse, K.M. Spencer, M.R. Beaver, P.O. Wennberg, M.J. Cubison, J.L. Jimenez, A. Fried, P. Weibring, J.G. Walega, S.R. Hall, A.J. Weinheimer, R.C. Cohen, G. Chen, J.H. Crawford, L. Jaeglé, J.A. Fisher, R.M. Yantosca, P. Le Sager, and C. Carouge, <em>Chemistry of hydrogen oxide radicals (HOx) in the Arctic troposphere in spring</em>, <u>Atmos. Chem. Phys.</u>, <strong>10</strong>, 5823-5838, 2010.</li>
<li>Mao, J., S. Fan, D.J. Jacob, K.R. Travis, <em>Radical loss in the atmosphere from Cu-Fe redox coupling in aerosols</em>, <u>Atmos. Chem. Phys</u>, <strong>13</strong>,509-519, 2013.</li>
<li>Marais, E. and C. Wiedinmyer, <em>Air quality impact of Diffuse and Inefficient Combustion Emissions in Africa (DICE-Africa</em>), <u>Environ. Sci. Technol.</u>, <strong>50</strong>(19), 10739-10745, doi:10.1021/acs.est.6b02602, 2016.</li>
<li>Marais, E. A., D. J. Jacob, J. L. Jimenez, P. Campuzano-Jost, D. A. Day, W. Hu, J. Krechmer, L. Zhu, P. S. Kim, C. C. Miller, J. A. Fisher, K. Travis, K. Yu, T. F. Hanisco, G. M. Wolfe, H. L. Arkinson, H. O. T. Pye, K. D. Froyd, J. Liao, V. F. McNeill, <em>Aqueous-phase mechanism for secondary organic aerosol formation from isoprene: application to the southeast United States and co-benefit of SO2 emission controls</em>, <u>Atmos. Chem. Phys.</u>, 16, 1603-1618, 2016.</li>
<li>Martin, R. V., Eastham, S. D., Bindle, L., Lundgren, E. W., Clune, T. L., Keller, C. A., Downs, W., Zhang, D., Lucchesi, R. A., Sulprizio, M. P., Yantosca, R. M., Li, Y., Estrada, L., Putman, W. M., Auer, B. M., Trayanov, A. L., Pawson, S., and Jacob, D. J., Improved Advection, Resolution, Performance, and Community Access in the New Generation (Version 13) of the High Performance GEOS-Chem Global Atmospheric Chemistry Model (GCHP), Geosci. Model Dev. Discuss. [preprint], doi:<a href="https://doi.org/10.5194/gmd-2022-42">https://doi.org/10.5194/gmd-2022-42</a>, 2022.</li>
<li>McDuffie, E. E., Fibiger, D. L., Dubé, W. P., Lopez-Hilfiker, F., Lee, B. H., Jaeglé, L., et al., <em>ClNO2 yields from aircraft measurements during the 2015 WINTER campaign and critical evaluation of the current parameterization</em>,<u>J. Geophys. Res.</u>, <strong>123</strong>(22), 12,994-13,015. <a href="https://doi.org/10.1029/2018JD029358">https://doi.org/10.1029/2018JD029358</a>, 2018a.</li>
<li>McDuffie, E. E., Fibiger, D. L., Dubé, W. P., Lopez-Hilfiker, F., Lee, B. H., Thornton, J. A., et al., <em>Heterogeneous N2O5 Uptake During Winter: Aircraft Measurements During the 2015 WINTER Campaign and Critical Evaluation of Current Parameterizations</em>, <u>J. Geophys. Res.</u>, <strong>123</strong>(8), 4345–4372. <a href="https://doi.org/10.1002/2018JD028336">https://doi.org/10.1002/2018JD028336</a>, 2018b</li>
<li>McLinden, S.A., et al., <em>Stratospheric ozone in 3-D models: a simple chemistry and the cross-tropopause flux</em>, <u>J. Geophys. Res.</u>, <strong>105</strong>, 14653-14665, 2000.</li>
<li>Meng, J., Martin, R. V., Ginoux, P., Hammer, M. S., Sulprizio, M. P., Ridley, D. A. and van Donkelaar, A., <em>Grid-independent high-resolution dust emissions (v1.0) for chemical transport models: application to GEOS-Chem (12.5.0).</em>, <u>Geosci. Model Dev.</u>, doi:10.5194/gmd-14-4249-2021, 2021.</li>
<li>Miller, S. J., Makar, P. A., and Lee, C. J., <em>HETerogeneous vectorized or Parallel (HETPv1.0): an updated inorganic heterogeneous chemistry solver for the metastable-state NH4+–Na+–Ca2+–K+–Mg2+–SO42−–NO3−–Cl−–H2O system based on ISORROPIA II</em>, <u>Geosci. Model Dev.</u>, 17, 2197–2219, doi.org/10.5194/gmd-17-2197-2024, 2024.</li>
<li>Millet, D.B., et al., <em>Global atmospheric budget of acetaldehyde: 3D model analysis and constraints from in-situ and satellite observations, </em><u>Atmos. Chem. Phys.</u>, <strong>10</strong>, 3405-3425, 2010.</li>
<li>Millet, D.B., M. Baasandorj, D.K. Farmer, J.A. Thornton, K. Baumann, P. Brophy, S. Chaliyakunnel, J.A. de Gouw, M. Graus, L. Hu, A. Koss, B.H. Lee, F.D. Lopez-Hilfiker, J.A. Neuman, F. Paulot, J. Peischl, I.B. Pollack, T.B. Ryerson, C. Warneke, B.J. Williams, and J. Xu, <em>A large and ubiquitous source of atmospheric formic acid</em>, <u>Atmos. Chem. Phys.</u>, <strong>15</strong>, 6283-6304, doi:10.5194/acp-15-6283-2015, 2015.</li>
<li>Moch, J.M., E. Dovrou, L.J. Mickley, F.N. Keutsch, Z. Liu, Y. Wang, T.L. Dombek, M. Kuwata, S.H. Budisulistiorini, L. Yang, S. Decesari, M. Paglione, B. Alexander, J. Shao, J.W. Munger, D.J. Jacob, Global importance of hydroxymethanesulfonate in ambient particulate matter: Implications for air quality, J. Geophys. Res., 125, e2020JD032706, <a href="https://doi.org/10.1029/2020JD032706" rel="nofollow">https://doi.org/10.1029/2020JD032706</a>, 2020.</li>
<li>Muntean M, Janssens-Maenhout G, Song S, Giang A, Selin NE, Zhong H, Zhao Y, Olivier JG, Guizzardi D, Crippa M, Schaaf E. Evaluating EDGARv4.tox2 speciated mercury emissions ex-post scenarios and their impacts on modelled global and regional wet deposition patterns. Atmospheric Environment. 2018; 184:56-68.</li>
<li>Murguia-Flores, F., Arndt, S., Ganesan, A. L., Murray-Tortarolo, G., and Hornibrook, E. R. C., <em>Soil Methanotrophy Model (MeMo v1.0): a process-based model to quantify global uptake of atmospheric methane by soil</em>, <u>Geosci. Model Dev.</u>, <strong>11</strong>, 2009-2032, <a href="https://doi.org/10.5194/gmd-11-2009-2018">https://doi.org/10.5194/gmd-11-2009-2018</a>, 2018.</li>
<li>Murray, L.T., D.J. Jacob, J.A. Logan, R.C. Hudman, and W.J. Koshak, <em>Optimized regional and interannual variability of lightning in a global chemical transport model constrained by LIS/OTD satellite data</em>, , <u>J. Geophus. Res.</u>, <strong>117</strong>, D20307, 2012.</li>
<li>Murray, L. T., <em>Lightning NOx and Impacts on Air Quality</em>, <u>Curr. Poll. Rep.</u>, <strong>2</strong>(2), 115-133, 2016.</li>
<li>Murray, L. T., Leibensperger, E. M., Orbe, C., Mickley, L. J., and Sulprizio, M.: GCAP 2.0: a global 3-D chemical-transport model framework for past, present, and future climate scenarios, Geosci. Model Dev., 14, 5789–5823, https://doi.org/10.5194/gmd-14-5789-2021, 2021.</li>
<li>Nassar, R, D.B.A. Jones, P. Suntharalingam, J.M. Chen, R. J. Andres, K.J. Wecht, R.M. Yantosca, S.S. Kulawik, K.W. Bowman, J.R. Worden, T. Machida, and H. Matsueda, <em>Modeling global atmospheric CO2 with improved emission inventories and CO2 production from the oxidation of other carbon species</em>, <u>GeoSci. Model Develop.</u>, <strong>3</strong>, 689-716, 2010.</li>
<li>Oda, T. and Maksyutov, S.: A very high-resolution (1 km×1 km) global fossil fuel CO2 emission inventory derived using a point source database and satellite observations of nighttime lights, Atmos. Chem. Phys., 11, 543-556, doi:10.5194/acp-11-543-2011, 2011.</li>
<li>Oda, T., Maksyutov, S., and Andres, R. J.: The Open-source Data Inventory for Anthropogenic CO2, version 2016 (ODIAC2016): a global monthly fossil fuel CO2 gridded emissions data product for tracer transport simulations and surface flux inversions, Earth Syst. Sci. Data, doi:10.5194/essd-10-87-2018, 2018.</li>
<li>Pai, S. J., Heald, C. L., Pierce, J. R., Farina, S. C., Marais, E. A., Jimenez, J. L., Campuzano-Jost, P., Nault, B. A., Middlebrook, A. M., Coe, H., Shilling, J. E., Bahreini, R., Dingle, J. H., and Vu, K. (2020), <em>An evaluation of global organic aerosol schemes using airborne observations</em>, <u>Atmos. Chem. Phys.</u>, <strong>20</strong>, 2637-2665, <a href="https://doi.org/10.5194/acp-20-2637-2020">https://doi.org/10.5194/acp-20-2637-2020</a>.</li>
<li>Park, R.J., D.J. Jacob, B.D. Field, R.M. Yantosca, and M. Chin, <em>Natural and transboundary pollution influences on sulfate-nitrate-ammonium aerosols in the United States: implications for policy</em>, <u>J. Geophys. Res.</u>, <strong>109</strong>, D15204, 10.1029/2003JD004473, 2004.</li>
<li>Philip, S., R.V. Martin, and C.A. Keller, <em>Sensitivity of chemistry-transport model simulations to the duration of chemical and transport operators: a case study with GEOS-Chem v10-01</em>, <u>Geosci. Model Dev.</u>, <strong>9</strong>, 1683-1695, doi:10.5194/gmd-9-1683-2016, 2016.</li>
<li>Philip, S., R.V. Martin, G. Snider, C. Weagle, A. van Donkelaar, M. Brauer, D. Henze, Z. Klimont, C. Venkataraman, S. Guttikunda, and Q. Zhang, <em>Anthropogenic fugitive, combustion and industrial dust is a significant, underrepresented fine particulate matter source in global atmospheric models</em>, <u>Environ. Res. Lett.</u>, <strong>12</strong>, 044018, 2017.</li>
<li>Pound, R.J., T. Sherwen, D. Helmig, L.J. Carpenter, and M.J. Evans, <em>Influences of oceanic ozone deposition on tropospheric photochemistry</em>, <u>Atmos. Chem. Phys.</u>, <strong>20</strong>, 4227-4239, 2020.</li>
<li>Prather, M. J.: Photolysis rates in correlated overlapping cloud fields: Cloud-J 7.3c, Geosci. Model Dev., 8, 2587–2595, https://doi.org/10.5194/gmd-8-2587-2015, 2015.</li>
<li>Prather, M. J., and Zhu, L. Resetting tropospheric OH and CH4 lifetime with ultraviolet H2O absorption. Science 385, 201–204, 2024.
<li>Putnam, W.M., and S.-J. Lin, <em>Finite-volume transport on various cubed-sphere grids</em>, <u>J. Comput. Phys.</u>, <strong>227</strong>, 55-78, 2007.</li>
<li>Pye, H.O.T., Chan, A. W.H., Barkley, M.P., and Seinfeld, J.H., <em>Global modeling of organic aerosol: the importance of reactive nitrogen (NOx and NO3)</em>, <u>Atmos. Chem. Phys.</u>, <strong>10</strong>, 11261-11276, doi:10.5194/acp-10-11261-2010, 2010.</li>
<li>Ridley, D.A., C.L. Heald, and B.J. Ford, <em>North African dust export and deposition: A satellite and model perspective</em>, <u>J. Geophys. Res.</u>, <strong>117</strong>, D02202, doi:10.1029/2011JD016794, 2012.</li>
<li>Safieddine, S.A., and C.L. Heald, <em>A global assessment of dissolved organic carbon in precipitation</em>, <u>Geophys. Res. Lett.</u>, <strong>44</strong>, 11,672-11,681, 2017.</li>
<li>Sander, R., <em>Compilation of Henry's law constants (version 4.0) for water as solvent</em>, <u>Atmos. Chem. Phys.</u>, <strong>15</strong>, 4399-4981, 2015.</li>
<li>Scarpelli, T.R., D.J. Jacob, J.D. Maasakkers, M.P. Sulprizio, J.-X. Sheng, K. Rose, L. Romeo, J.R. Worden, and G. Janssens-Maenhout, A global gridded (0.1o x 0.1o) inventory of methane emissions from fuel exploitation based on national reports to the United Nations Framework Convention on Climate Change, Earth System Sci. Data, 12, 563-575, 2020.</li>
<li>Scarpelli, T.R., D.J. Jacob, C.A. Octaviano Villasana, I.F. Ramirez Hernandez, P.R. Cardenas Moreno, E.A. Cortes Alfaro, M.A. Garcia Garcia, and D. Zavala-Araiza, A gridded inventory of anthropogenic methane emissions from Mexico based on Mexico's National Inventory of Greenhouse Gases and Compounds, Environ. Res. Lett., 15, 105015, 2020.</li>
<li>Scarpelli, T.R., D.J. Jacob, S. Grossman, X. Lu, Z. Qu, M.P. Sulprizio, Y. Zhang, F. Reuland, D. Gordon, and J.R. Worden, Updated Global Fuel Exploitation Inventory (GFEI) for methane emissions from the oil, gas, and coal sectors: evaluation with inversions of atmospheric methane observations, <i> </i>Atmos. Chem. Phys., 22, 3235-3249, 2022a.</li>
<li>Scarpelli, T.R., D.J. Jacob, M. Moran, F. Reuland, and D. Gordon, A gridded inventory of Canada's anthropogenic methane emissions, Environ. Res. Lett., 17, 014007, 2022.</li>
<li>Selin, N.E., D.J. Jacob, R.J. Park, R.M. Yantosca, S. Strode, L. Jaeglé, and D. Jaffe, <em>Chemical cycling and deposition of atmospheric mercury: Global constraints from observations</em>, <u>J. Geophys. Res.</u>, <strong>112</strong>, D02308, doi:10.1029/2006JD007450, 2007.</li>
<li>Selin, N.E., D.J. Jacob, R.M. Yantosca, S. Strode, L. Jaeglé, and E.M. Sunderland, <em>Global 3-D land-ocean-atmosphere model for mercury: present-day vs. pre-industrial cycles and anthropogenic enrichment factors for deposition</em>, <u>Glob. Biogeochem. Cycles</u>, <strong>22</strong>, GB2011, 2008.</li>
<li>Shah, V., D.J. Jacob, J.M. Moch, X. Wang, and S. Zhai, <em>Global modeling of cloudwater acidity, rainwater acidity, and acid inputs to ecosystems</em>, <u>Atmos. Chem. Phys.</u>, <strong>20</strong>, 12223-12245, 2020.</li>
<li>Shah, V., D.J. Jacob, C.P. Thackray, X. Wang, E.M. Sunderland, T.S. Dibble, A. Saiz-Lopez, I. Cernusak, V. Kello, P.J. Castro, R. Wu, and C. Wang, Improved mechanistic model of the atmospheric redox chemistry of mercury, Environ. Sci. Technol., 55, 14445-14456, 2021.</li>
<li>Shah, V., Jacob, D. J., Dang, R., Lamsal, L. N., Strode, S. A., Steenrod, S. D., Boersma, K. F., Eastham, S. D., Fritz, T. M., Thompson, C., Peischl, J., Bourgeois, I., Pollack, I. B., Nault, B. A., Cohen, R. C., Campuzano-Jost, P., Jimenez, J. L., Andersen, S. T., Carpenter, L. J., Sherwen, T., and Evans, M. J.: Nitrogen oxides in the free troposphere: implications for tropospheric oxidants and the interpretation of satellite NO2 measurements, Atmos. Chem. Phys., 23, 1227–1257, https://doi.org/10.5194/acp-23-1227-2023, 2023.</li>
<li>Sherwen, T.,J.A. Schmidt, M.J. Evans, L.J. Carpenter, K. Grossmann, S.D. Eastham, D.J. Jacob, B. Dix, T.K. Koenig, R. Sinreich, I. Ortega, R. Volkamer, A. Saiz-Lopez, C. Prados-Roman, A.S. Mahajan, and C. Ordonez, <em>Global impacts of tropospheric halogens (Cl, Br, I) on oxidants and composition in GEOS-Chem</em>, <u>Atmos. Chem. Phys.</u>, <strong>16</strong>, 12239-12271, 2016.</li>
<li>Simone, N. W., Stettler, M. E. J., and Barrett, S. R. H.: Rapid estimation of global civil aviation emissions with uncertainty quantification, Transportation Research Part D: Transport and Environment, 25, 33–41, <a href="https://doi.org/10.1016/j.trd.2013.07.001">https://doi.org/10.1016/j.trd.2013.07.001</a>, 2013.</li>
<li>Smith-Downey, N.V., Sunderland, E.M., and Jacob, D.J., <em>Anthropogenic impacts on global storage and emissions of mercury from terrestrial soils: insights from a new global model </em>, <u>J. Geophys. Res.</u>, <strong>115</strong>, G03008, 2010.</li>
<li>Song, S., N.E. Selin, A.L. Soerensen, H. Angot, R. Artz, S. Brooks, E.-G. Brunke, G. Conley, A. Dommergue, R. Ebinghaus, T.M. Holsen, D.A. Jaffe, S. Kang, P. Kelley, W.T. Luke, O. Magand, K. Marumoto, K.A. Pfaffhuber, X. Ren, G.-R. Sheu, F. Slemr, T. Warneke, A. Weigelt, P. Weiss-Penzias, D.C. Wip, and Q. Zhang, <em>Top-down constraints on atmospheric mercury emissions and implications for global biogeochemical cycling</em>, <u>Atmos. Chem. Phys.</u>, <strong>15</strong>, 7103-7125, doi:10.5194/acp-15-7103-2015, 2015.</li>
<li>Soerensen, A.L., E.M. Sunderland, C.D. Holmes, D.J. Jacob, R.M. Yantosca, H. Skov, J.H. Christensen, and R.P. Mason, <em>An improved global model for air-sea exchange of mercury: High concentrations over the North Atlantic</em>, <u>Environ. Sci. Technol.</u>, <strong>44</strong>, 8574-8580, 2010.</li>
<li>Steenhuisen, F.; Wilson, S.J., 2022, "Geospatially distributed (gridded) global mercury emissions to air from anthropogenic sources in 2015", <a href="https://doi.org/10.34894/SZ2KOI">https://doi.org/10.34894/SZ2KOI</a>, DataverseNL, V1</li>
<li>Stettler, M.E.J., S. Eastham, S.R.H. Barrett, <em>Air quality and public health impacts of UK airports. Part I: Emissions</em>, <u>Atmos. Environ.</u>, <strong>45</strong>, 5415-5424, 2011.</li>
<li>Streets, D.G., et al., Global and regional trends of mercury emissions and concentrations, 2010-2015, Atmos. Environ., 417-427, 2019.</li>
<li>Strode, S., L. Jaeglé, N.E. Selin, D.J. Jacob, R.J. Park, R.M. Yantosca, R.P. Mason, and F. Slemr, <em>Air-sea exchange in the global mercury cycle</em>, <u>Glob. Biogeochem. Cycles</u>, <strong>21</strong>, GB1017, doi:10.1029/2006GB002766, 2007.</li>
<li>Travis, K. R., Nault, B. A., Crawford, J. H., Bates, K. H., Blake, D. R., Cohen, R. C., Fried, A., Hall, S. R., Huey, L. G., Lee, Y. R., Meinardi, S., Min, K.-E., Simpson, I. J., and Ullman, K.: Impact of improved representation of volatile organic compound emissions and production of NOx reservoirs on modeled urban ozone production, Atmos. Chem. Phys., 24, 9555–9572, <a href="https://doi.org/10.5194/acp-24-9555-2024">https://doi.org/10.5194/acp-24-9555-2024</a>, 2024.</li>
<li>Travis, K.R., and D.J. Jacob, <em>Systematic bias in evaluating chemical transport models with maximum daily 8-hour average (MDA8) surface ozone for air quality applications: a case study with GEOS-Chem v9.02</em>, <u>Geophys. Model Dev.</u>, <strong>12</strong>, 3641-3648, 2019.</li>
<li>Trivitayanurak, W., P. Adams, D. Spracklen, and K. Carslaw, <em>Tropospheric aerosol microphysics simulation with assimilated meteorology: model description and intermodel comparison</em>, <u>Atmos. Chem. Phys.</u>, <strong>8</strong>, 3149-3168, 2008.</li>
<li>Tzompa-Sosa, Z.A., E. Mahieu, B. Franco, C.A. Keller, A.J. Turner, D. Helmig, A. Fried, D. Richter, P. Weibring, J. Walega, T.I. Yacovitch, S.C. Herndon, D.R. Blake, F. Hase, J.W. Hannigan, S. Conway, K. Strong, M. Schneider, and E.V. Fischer, <em>Revisiting global fossil fuel and biofuel emissions of ethane</em>, <u>J. Geophys. Res.</u>, <strong>12</strong>, 2493-2512, 2016.</li>
<li>van Donkelaar, A., R.V. Martin, W.R. Leaitch, A.M. Macdonald, T.W. Walker, D.G. Streets, Q. Zhang, E.J. Dunlea, J.L. Jimenez, J.E. Dibb, L.G. Huey, R. Weber, and M.O. Andreae, <em>Analysis of Aircraft and Satellite Measurements from the Intercontinental Chemical Transport Experiment (INTEX-B) to Quantify Long-Range Transport of East Asian Sulfur to Canada</em>, <u>Atmos. Chem. Phys.</u>, <strong>8</strong>, 2999-3014, 2008.</li>
<li>van Marle, M. J. E., Kloster, S., Magi, B. I., Marlon, J. R., Daniau, A.-L., Field, R. D., Arneth, A., Forrest, M., Hantson, S., Kehrwald, N. M., Knorr, W., Lasslop, G., Li, F., Mangeon, S., Yue, C., Kaiser, J. W., and van der Werf, G. R., <em>Historic global biomass burning emissions for CMIP6 (BB4CMIP) based on merging satellite observations with proxies and fire models (1750-2015)</em>, <u>Geosci. Model Dev.</u>, <strong>10</strong>, 3329-3357, <a href="https://doi.org/10.5194/gmd-10-3329-2017">https://doi.org/10.5194/gmd-10-3329-2017</a>, 2017.</li>
<li>Vinken, G.C.M, K.F. Boersma, D.J. Jacob, and E.W. Meijer, <em>Accounting for non-linear chemistry of ship plumes in the GEOS-Chem global chemistry transport model</em>, <u>Atmos. Chem. Phys.</u>, <strong>11</strong>, 11707-11722, 2011.</li>
<li>Vukovich, J. and A. Eyth <em>Technical Support Document (TSD) on Preparation of Emissions Inventories for the Version 7.1 2016 Hemispheric Emissions Modeling Platform </em>, <a href="https://www.epa.gov/sites/default/files/2019-12/documents/2016fe_hemispheric_tsd.pdf">https://www.epa.gov/sites/default/files/2019-12/documents/2016fe_hemispheric_tsd.pdf</a></li>
<li>Wang, Q., D.J. Jacob, J.A. Fisher, J. Mao, E.M. Leibensperger, C.C. Carouge, P. Le Sager, Y. Kondo, J.L. Jimenez, M.J. Cubison, and S.J. Doherty, <em>Sources of carbonaceous aerosols and deposited black carbon in the Arctic in winter-spring: implications for radiative forcing</em>, <u>Atmos. Chem. Phys.</u>, <strong>11</strong>, 12,453-12,473, 2011.</li>
<li>Wang, Q., D.J. Jacob,J.R Spackman, A.E. Perring, J.P. Schwarz, N. Moteki, E.A. Marais, C. Ge, J. Wang, and S.R.H. Barrett, <em>Global budget and radiative forcing of black carbon aerosol: constraints from pole-to-pole (HIPPO) observations across the Pacific</em>, <u>J. Geophys. Res.</u>, <strong>119</strong>, 195-206, 2014.</li>
<li>Wang, X., D.J. Jacob, W. Downs, S. Zhai, L. Zhu, V. Shah, C.D. Holmes, T. Sherwen, B. Alexander, M.J. Evans, S.D. Eastham, J.A. Neuman, P. Veres, T.K Koenig, R. Volkamer, L.G. Huey, T.J. Bannan, C.J. Percival, B.H. Lee, and J.A. Thornton, <a href="https://acp.copernicus.org/articles/21/13973/2021/" title="">Global tropospheric halogen (Cl, Br, I) chemistry and its impact on oxidants,</a> Atmos. Chem. Phys., 21, 13973-13996, 2021.</li>
<li>Wang, Y., D.J. Jacob, and J.A. Logan, <em>Global simulation of tropospheric O3-NOx-hydrocarbon chemistry, 1. Model formulation</em>, <u>J. Geophys. Res.</u>, <strong>103</strong>/D9, 10,713-10,726, 1998a.</li>
<li>Wang, Y., D.J. Jacob, and J.A. Logan, <em>Global simulation of tropospheric O3-NOx-hydrocarbon chemistry, 3. Origin of tropospheric ozone and effects of non-methane hydrocarbons</em>, <u>J. Geophys. Res.</u>, <strong>103</strong>/D9, 10,757-10,768, 1998c.</li>
<li>Wang, Y. X., Mcelroy, M. B., Jacob, D. J., and Yantosca, R. M.: A nested grid formulation for chemical transport over Asia: Applications to CO, J. Geophys. Res. Atmos., 109, D22307, 10.1029/2004JD005237, 2004.</li>
<li>Weng, H.-J., Lin, J.-T. *, Martin, R., Millet, D. B., Jaeglé, L., Ridley, D., Keller, C., Li, C., Du, M.-X., and Meng, J., <em>Global high-resolution emissions of soil NOx, sea salt aerosols, and biogenic volatile organic compounds</em>, <u>Scientific Data</u>, <strong>7</strong>, 148, doi:10.1038/s41597-020-0488-5, 2020.</li>
<li>Xiao, Y., J. A. Logan. D. J. Jacob, R. C. Hudman, R. Yantosca, and D. R. Blake, <em>The global budget of ethane and regional constraints on U.S. sources</em>, <u>J. Geophys. Res.</u>, <strong>113</strong>, D21306, doi:10.1029/2007JD009415, 2008.</li>
<li>Xu, J.-W., R.V. Martin, B.H. Henderson, J. Meng, Y.B. Oztaner, J.L. Hand, A. Hakami, M. Strum, and S.B. Phillips, Simulation of airborne trace metals in fine particulate matter over North America, Atmos. Environ., 214, 116883, 2019.</li>
<li>Yan, Y.-Y., Lin, J.-T., Kuang, Y., Yang, D.-W., and Zhang, L., <em>Tropospheric carbon monoxide over the Pacific during HIPPO: Two-way coupled simulation of GEOS-Chem and its multiple nested models</em>, <u>Atmos. Chem. Phys.</u>, <strong>14</strong>, 12649-12663, doi:10.5194/acp-14-12649-2014, 2014.</li>
<li>Yu, F., and G. Luo, <em>Simulation of particle size distribution with a global aerosol model: Contribution of nucleation to aerosol and CCN number concentrations</em>, <u>Atmos. Chem. Phys.</u>, <strong>9</strong>, 7,691-7,710, 2009.</li>
<li>Yuan, H., Dai, Y., Xiao, Z., Ji, D., Shangguan, W., <em>Reprocessing the MODIS Leaf Area Index Products for Land Surface and Climate Modelling</em>, <u>Remote Sensing of Environment</u>, <strong>115(5)</strong>, 1171-1187. doi:10.1016/j.rse.2011.01.001, 2011.</li>
<li>Zhai, S., et al., Interpretation of geostationary satellite aerosol optical depth (AOD) over East Asia in relation to fine particulate matter (PM2.5): insights from the KORUS-AQ aircraft campaign and seasonality, Atmos. Chem. Phys., 21, 16775-16791, 2021.</li>
<li>Zhang, B., H. Liu, et al., Simulation of radon-222 with the GEOS-Chem global model: emissions, seasonality, and convective transport, Atmos. Chem. Phys., 21, 1861–1887, 2021.</li>
<li>Zhang, B., et al., Global Emissions of Hydrogen Chloride and Particulate Chloride from Continental Sources, Environ. Sci. Tech., 56(7), 3894-3904, doi.org/10.1021/acs.est.1c05634, 2022.</li>
<li>Zhang, L., Gong, S., Padro, J., and Barrie, L.: A size-segregated particle dry deposition scheme for an atmospheric aerosol module, Atmos. Environ., 35, 549-560, <a href="https://doi.org/10.1016/S1352-2310">https://doi.org/10.1016/S1352-2310</a>(00)00326-5, 2001.</li>
<li>Zhang, L., L. Liu, Y. Zhao, S. Gong, Z. Zhang, D.K. Henze, S.L. Capps, T.-M. Fu, Q. Zhang, and Y. Wang (2015), Source attribution of particulate matter pollution over North China with the adjoint method, <i>Environ. Res. Lett., 10, </i>084011.</li>
<li>Zhang, Y., D.J. Jacob, H.M. Horowitz, L. Chen, H.M. Amos, D.P. Krabbenhoft, F. Slemr, V. St. Louis, and E.M. Sunderland, <em>Observed decrease in atmospheric mercury explained by global decline in anthropogenic emissions</em>, <u>PNAS</u>, doi:10.1073/pnas.1516312113, 2016.</li>
<li>Zhu, H., et al., <em>Parameterization of size of organic and secondary inorganic aerosol for efficient representation of global aerosol optical properties</em>, <u>Atmos. Chem. Phys.</u>, 23, 5023–5042, <a href="https://doi.org/10.5194/acp-23-5023-2023">https://doi.org/10.5194/acp-23-5023-2023</a>, 2023.</li>
<li>Zhuang, J., D.J. Jacob, J. Flo-Gaya, R.M. Yantosca, E.W. Lundgren, M.P. Sulprizio, and S.D. Eastham, <em>Enabling immediate access to Earth science models through cloud computing: application to the GEOS-Chem model</em>, <u>Bull. Amer. Met. Soc.</u>, <a href="https://doi.org/10.1175/BAMS-D-18-0243.1">https://doi.org/10.1175/BAMS-D-18-0243.1</a>, 2019.</li>
<li>Zhuang, J., D.J. Jacob, H. Lin, E.W. Lundgren, R.M. Yantosca, J. Flo Gaya, M.P. Sulprizio, S.D. Eastham, and K. Jorissen, <em>Enabling high-performance cloud computing for Earth science modeling on over a thousand cores: application to the GEOS-Chem atmospheric chemistry model</em>, <u>JAMES</u>, <strong>12</strong>, e2020MS002064, 2020.</li>
</ul>
</div>
</div>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
<!--front panel regions end-->
</div>
</div>
</div>
</div>
<!--footer region beg-->
<footer id="footer" class="clearfix" role="contentinfo">
<!-- Three column 3x33 Gpanel -->
<div class="at-panel gpanel panel-display footer clearfix">
<div class="region region-footer-bottom">
<div class="region-inner clearfix">
<div id="block-boxes-1616879798" class="block block-boxes block-boxes-os_boxes_media no-title" module="boxes" delta="1616879798">
<div class="block-inner clearfix">
<div class="block-content content">
<div id='boxes-box-1616879798' class='boxes-box'>
<div class="boxes-box-content">
<div id="file-3900146" class="file file-html file-html-embed">
<h2 class="element-invisible"><a href="">css-brand</a></h2>
<div class="content">
<div class="file-info">
</div>
<div class="field field-name-field-html-code field-type-text-long field-label-hidden view-mode-full">
<div class="field-items">
<div class="field-item even">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--footer region end-->
</footer>
</div>
</div>
<!--page area ends-->
<div id="extradiv"></div>
</div>
<!-- /page_wrap -->
<script src="https://static.projects.iq.harvard.edu/profiles/openscholar/libraries/respondjs/respond.min.js?rpidw0"></script>
<script src="https://static.projects.iq.harvard.edu/files/js/js_s7yA-hwRxnKty__ED6DuqmTMKG39xvpRyrtyCrbWH4M.js?m=1675397499"></script>
<script>jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","setHasJsCookie":0,"ajaxPageState":{"theme":"hwpi_classic","theme_token":"ennLpyEn-b7g7Xt_W3bE_kSAl6lpIVJ4IGyUNMAyGIs"},"colorbox":{"opacity":"0.85","current":"{current} of {total}","previous":"\u00ab Prev","next":"Next \u00bb","close":"Close","maxWidth":"98%","maxHeight":"98%","fixed":true,"mobiledetect":true,"mobiledevicewidth":"480px"},"jcarousel":{"ajaxPath":"https:\/\/geos-chem.seas.harvard.edu\/jcarousel\/ajax\/views"},"spaces":{"id":"1585652","path":"Welcome to the GEOS-Chem Web Site"},"os_ga":{"trackOutbound":1,"trackMailto":1,"trackDownload":1,"trackDownloadExtensions":"7z|aac|arc|arj|asf|asx|avi|bin|csv|docx?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xlsx?|xml|z|zip","trackNavigation":1},"paths":{"api":"\/api","siteCreationForm":"\/profiles\/openscholar\/modules\/frontend\/os_site_creation\/templates","siteCreationModuleRoot":"\/profiles\/openscholar\/modules\/frontend\/os_site_creation","hasOsId":false},"user":{"uid":0,"name":null},"admin_panel":{"purl_base_domain":"https:\/\/projects.iq.harvard.edu","base_domain":"https:\/\/geos-chem.seas.harvard.edu"},"version":{"siteCreationForm":"1.0.4"},"site_creation":{"subsite_types":{"personal":"personal","project":"project","department":"department"},"privacy_levels":{"0":"Public on the web. \u003Cbr\u003E\u003Cspan class=\u0022description\u0022\u003EAnyone on the Internet can view your site. Your site will show in search results. No sign-in required.\u003C\/span\u003E","2":"Anyone with the link. \u003Cbr\u003E\u003Cspan class=\u0022description\u0022\u003EAnyone who has the URL to your site can view your site. Your site will not be indexed by search engines.\u003C\/span\u003E","1":"Site members only. \u003Cbr\u003E\u003Cspan class=\u0022description\u0022\u003EThis setting can be useful during site creation. Your site will not be indexed by search engines.\u003C\/span\u003E","presets":{"os_department_minimal":{"name":"os_department_minimal","title":"Minimal","description":"Blank site with no pre-set menu links or pages.","site_type":"department"},"os_department":{"name":"os_department","title":"Academic","description":"Pre-set menu links and pages: Academics, Research, Activities, People, Resources, News \u0026amp; Events, About","site_type":"department"},"os_project":{"name":"os_project","title":"Minimal","description":"Blank site with no pre-set menu links or pages.","site_type":"project"},"os_scholar":{"name":"os_scholar","title":"Minimal","description":"Blank site with no pre-set menu links or pages.","site_type":"personal"},"osllc_preset_gradstudent":{"name":"osllc_preset_gradstudent","title":"Grad Student\/Adjunct","description":"A site for grad students or adjuncts currently in the job market","site_type":"personal"},"osllc_preset_medical_professional":{"name":"osllc_preset_medical_professional","title":"Medical Professional","description":"A site for doctors and other medical professionals.","site_type":"personal"},"osllc_preset_project":{"name":"osllc_preset_project","title":"Project Site","description":"A site for a project, separate from any individual involved.","site_type":"personal"},"hwp_administrative":{"name":"hwp_administrative","title":"Administrative","description":"The Harvard Web Publishing standard Adminstrative Department site.","site_type":"department"},"hwp_lab_research_group":{"name":"hwp_lab_research_group","title":"Lab\/Research Group","description":"The Harvard Web Publishing standard Lab and Research Group site.","site_type":"project"},"hwp_project":{"name":"hwp_project","title":"Project","description":"The Harvard Web Publishing standard Project site.","site_type":"project"},"hwp_personal":{"name":"hwp_personal","title":"Personal","description":"The Harvard Web Publishing standard Personal site.","site_type":"personal"},"hwp_event_conference":{"name":"hwp_event_conference","title":"Event\/Conference","description":"The Harvard Web Publishing standard Event or Conference site.","site_type":"project"}},"default_individual_scholar":"os_scholar","default_project_lab_small_group":"os_project","default_department_school":"os_department_minimal"},"urlIsAjaxTrusted":{"https:\/\/geos-chem.seas.harvard.edu\/search\/site":true},"nice_menus_options":{"delay":800,"speed":"slow"},"ogContext":{"groupType":"node","gid":"1585652"},"password":{"strengthTitle":"Password compliance:"},"type":"setting"});</script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.6/angular.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.6/angular-sanitize.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.6/angular-cookies.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ngStorage/0.3.9/ngStorage.min.js"></script>
<script src="https://static.projects.iq.harvard.edu/files/js/js_0NmK99JLIjRqsIlFqFNNbx8Ujgexpza5nVIcHEw_ZTg.js?m=1675397495"></script>
<script src="https://static.projects.iq.harvard.edu/files/js/js_Y1FBKf83E3J9MQtFPjbc5aPABrOfDhLHCFnDQJdtDSk.js?m=1675397528"></script>
<script>window.CKEDITOR_BASEPATH = '/profiles/openscholar/libraries/ckeditor/'</script>
<script>var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-17689007-1"]);_gaq.push(["_gat._anonymizeIp"]);_gaq.push(["_trackPageview"]);_gaq.push(['_setCustomVar',1,'Site homepage','https://geos-chem.seas.harvard.edu/',3]);(function() {var ga = document.createElement("script");ga.type = "text/javascript";ga.async = true;ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(ga, s);})();var addthis_config = {data_ga_social: true, data_ga_property: {"addthis_default":false}};</script>
<script src="https://static.projects.iq.harvard.edu/files/js/js_LiusrpwJT3Sg0H0ZmGojUVryUYFnHLCv1UjzLbWcgsw.js?m=1675397537"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="https://static.projects.iq.harvard.edu/files/js/js_Gn6CPUOXDTurT1_dttEf_0ILEDturfDpbAqZFd3d6g4.js?m=1675397512"></script>
<script>(function ($) { angular.module('openscholar', ['SiteCreationForm']); })();</script>
<script src="https://static.projects.iq.harvard.edu/files/js/js_TF0j_xSQPq-6QP1Il7NFw8ppuW60PTAxM0BwHtQXBsA.js?m=1675397525"></script>
<script src="https://static.projects.iq.harvard.edu/files/js/js_qluyoBMkmyevXrrhnKB_2ie6cLJ7DL5g_0nHm6hyXwA.js?m=1675397503"></script>
</body>
</html>