-
Notifications
You must be signed in to change notification settings - Fork 3
/
igc5-presentations.html
955 lines (866 loc) · 50.4 KB
/
igc5-presentations.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
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
<!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="/igc5-presentations" />-->
<link rel="shortcut icon" href="img/geos-chem-logo-favicon.png" />
<link rel="canonical" href="igc5-presentations.html" />
<link rel="shortlink" href="igc5-presentations.html" />
<meta property="og:type" content="article" />
<meta property="og:title" content="The 5th International GEOS-Chem Meeting" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="The 5th International GEOS-Chem Meeting" />
<meta name="twitter:image" content="https://geos-chem.org" />
<title>The 5th International GEOS-Chem Meeting</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-1585687 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">
<img height="551" width="1101" style="float: right; width: 350px; height: 175px; margin-bottom: 1.5em;" alt="gca2 logo" class="media-element file-default file-os-files-xxlarge" src="img/igc-early-logo.png" title="" />
<h2 class="css-brand--css-geos-meetings-header-h2-xxxlarge">
The 5th International GEOS-Chem Meeting (IGC5) May 2-5 2011
</h2>
</div>
</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-igc5-menu" class="block block-os os-custom-menu no-title menu-wrapper menu-bar-wrapper clearfix" module="os" delta="igc5_menu">
<ul class="nice-menu nice-menu-down nice-menu-igc5_menu" id="nice-menu-igc5_menu">
<li class="menu-859829 menu-path-node-1587046 first odd "><a href="igc5.html" class="active">Home</a></li>
<li class="menu-859880 menu-path-node-1587048 even last "><a href="igc5-presentations.html" >Presentations and Posters</a></li>
</ul>
</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 id="page-title" ng-non-bindable="">Presentations and Posters</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-1585687" 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>
<strong>Day 1 (May 2)</strong>: <a href="#model">Model overview and development</a> | <a href="#aersrc">Aerosol sources and chemistry</a> | <a href="#orgaer"> Organic aerosol</a> |<br /><a href="#aerfrc">Aerosol processes and radiative forcing</a> | <a href="#tropo3">Tropospheric ozone</a> | <a href="#photchem">Photochemistry</a>
</p>
<p>
<strong>Day 2 (May 3)</strong>: <a href="#srcsnk">Sources and sinks</a> | <a href="#srcsnkngas">Sources and sinks: Nitrogen gases</a> |<br /><a href="#cgas">Carbon gases</a> | <a href="#climchem">Climate-chemistry interactions</a> | <a href="#hgpop">Mercury and POPs</a>
</p>
<p>
<strong>Day 3 (May 4)</strong>: <a href="#transport">Transport and dynamics</a> | <a href="#regaq">Regional air quality</a> | <a href="#breakout">Working group breakout sessions</a>
</p>
<p>
<strong>Day 4 (May 5)</strong>: <a href="#wgreports">Working group reports</a> | <a href="#business">Business meeting</a> | <a href="#clinics">Model clinics</a>
</p>
<h2>
<a name="model" id="model"></a>Day 1, Session 1: Model overview and development
</h2>
<h3>
Presentations
</h3>
<ul>
<li>
Welcome <em>(Daniel Jacob, Harvard / Randall Martin, Dalhousie)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1IpJxynk_FKKeG1ESfzd-v2um3rxwp5H7/view?usp=drive_link">GEOS-Chem model: new developments, future directions</a> <em>(Daniel Jacob, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1WUcCr-d2WWPPl718ZVW4Vhb5bVx5-uIB/view?usp=drive_link">GEOS-Chem adjoint model: new developments, future directions</a><em> (Daven Henze, U Colorado, Boulder)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1hNm8JwD97HHOPdFgOGJWlM_0UKKKj2WC/view?usp=drive_link">GEOS-Chem code: recent developments, future directions</a> <em>(Bob Yantosca, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1mh8GHzAq_pLCm_e-Ok24quvtPSuIbYBq/view?usp=drive_link">The view from NASA Headquarters</a> <em>(Richard Eckman, NASA)</em>
</li>
</ul>
<h2>
<a name="aersrc" id="aersrc"></a>Day 1, Session 2: Aerosol sources and chemistry (Chair: Havala Pye, US EPA)
</h2>
<h3>
Presentations
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/1Q9peNPhwYO0Rqg9J0dQEVDI3lB3qToBQ/view?usp=drive_link">Sources, distribution, and acidity of sulfate-ammonium aerosol in the Arctic in winter-spring</a> <em>(Jenny Fisher, Harvard)</em>
</li>
<li>
New constraints on the global distribution of sea salt aerosols <em>(Lyatt Jaeglé, U. Washington)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1lFm2G9yn_b5erNnaIjCq6ZY-T1Zy0v-s/view?usp=drive_link">The sensitivity of aerosol formation and cloud-condensation nuclei to cosmic rays in GEOS-Chem/TOMAS</a> <em>(Jeffrey Pierce, Dalhousie)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1rqbay78YYN99piSrTAtKxSZAOz0oTW59/view?usp=drive_link">Modeling new particle formation in GEOS-Chem</a> <em>(Dan Westervelt, Carnegie Mellon Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/15og15KlSGfcummyht7Rk3ZF0Nt8KPOSa/view?usp=drive_link">Updated dust-iron dissolution mechanism in GEOS-Chem: effects of organic acids, photolysis, cloud cycling and dust mineralogy</a> <em>(Matthew Johnson, North Carolina State U.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/15j4uP9y1BpUDtd-tNuzlGLyO79bcxr5H/view?usp=drive_link">Sources of carbonaceous aerosols and deposited black carbon in the Arctic in winter-spring</a> <em>(Qiaoqiao Wang, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1ZPhTyRBxwwz0ULVm3BZKtpMgm_aV_jRO/view?usp=drive_link">Forest fire contribution to black carbon in the western United States</a> <em>(Yuhao Mao, UCLA)</em>
</li>
</ul>
<h3>
Posters
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/19SxCDQIpp4INlyOt6MT1ujc8oACxCExV/view?usp=drive_link">Top-down estimate of aerosol emissions over China using MODIS reflectance and GEOS-Chem adjoint models</a> <em>(Xiaoguang Xu, Univ. Nebraska-Lincoln)</em>
</li>
<li>
Top-down estimates of soil dust emissions in East Asia using inverse methods <em>(Bonyang Ku, Seoul Nat'l Univ.)</em>
</li>
</ul>
<h2>
<a name="orgaer" id="orgaer"></a>Day 1, Session 3: Organic aerosol (Chair: Jeffrey Pierce, Dalhousie U.)
</h2>
<h3>
Presentations
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/1D1gTWdN-mgqeRkuPvt2t-1mQiLsQF13Q/view?usp=drive_link">Sources of carbonaceous aerosols in China</a> <em>(May Fu, Peking Univ)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1O6rkyzs2gkkTJsB_Ilbjm9z7q-qTf3PL/view?usp=drive_link">Extended SOA formation model considering SOG oxidation aging and kinetic condensation: GEOS-Chem simulations and comparisons with measurements</a> <em>(Fangqun Yu, SUNY Albany)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1aeLSmP3yMxmY1_M2y2_xJdCaufZh-MPY/view?usp=drive_link">What satellite and aircraft observations can tell us about the organic aerosol budget</a> <em>(Colette Heald, Colorado State Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1FxuD9lVSIuesGdfeWD5JDYlmf9RJz7g7/view?usp=drive_link">Investigating organic aerosol loading in the remote marine environment</a> <em>(Kateryna Lapina, Colorado State Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1423ZDR2DuUEczsXwOQU2XEky5hQrFJBG/view?usp=drive_link">Secondary organic aerosol from low volatility and traditional VOC precursors</a> <em>(Havala Pye, US EPA)</em>
</li>
</ul>
<h3>
Posters
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/1gfYQX3d7GNpjh7GfpvFQlofiUit_eHiM/view?usp=drive_link">Modeling of marine primary and secondary organic aerosols</a> <em>(Nicholas Meskhidze, North Carolina State Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1liq2Lhe6YJpT-DQh7utnw0sREPGZ5VqB/view?usp=drive_link">Modeling organic aerosol: using regional models to characterize global models</a> <em>(Joseph Ensberg, Caltech)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1RUk3swmlEG1aqAPFO4FXc7rT0qAieYdM/view?usp=drive_link">Sensitivity of atmospheric transport of carbonaceous aerosols to aging mechanism</a> <em>(Yaoxian Huang, Michigan Tech Univ.)</em>
</li>
</ul>
<h2>
<a name="aerfrc" id="aerfrc"></a>Day 1, Session 4: Aerosol processes and radiative forcing (Chair: Fangqun Yu, SUNY-Albany)
</h2>
<h3>
Presentations
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/1syBjrUXctbzeWP-BzmUT11XnF4Kt7G2d/view?usp=drive_link">North African dust export: a global 3-D model analysis using MODIS, MISR, CALIPSO, and AERONET observations</a> <em>(David Ridley, Colorado State Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1-V6dh8ZhXNp6OWWZd8kJXchH0t4YJnXH/view?usp=drive_link">Origin and radiative forcing of black carbon transported to the Himalayas</a> (Monika Kopacz, NOAA)
</li>
<li>
<a href="https://drive.google.com/file/d/1psZa7n5r9iy-nIYsC06cUy5S-XEB71hB/view?usp=drive_link">Aerosol scavenging in continental outflow pathways</a> <em>(Sungshik "Patrick" Kim, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1C2yYQ7_Cro8aSlzEXFekOl6AEs7-IGT_/view?usp=drive_link">Estimate of volcanic aerosol forcing by combined use of OMI SO2 data and GEOS-Chem</a> <em>(Jun Wang, Univ. Nebraska-Lincoln)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1bdyK_12jGI-fr1vTjeoHW31_HZa8IDsM/view?usp=drive_link">A new GEOS-Chem post-processing tool for aerosol optical properties calculations</a> <em>(Gabriele Curci, Univ. of L'Aquila)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1vGVOdleMleEWblofDkcf1ofnAe8YYFIw/view?usp=drive_link">GEOS-Chem + APM simulations over three nested domains (Europe-North America-East Asia) and comparisons with particle measurements</a> <em>(Gan Luo, SUNY-Albany)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1e9XIe6g9x9on31hKU6ak0YRg32SN3i9Y/view?usp=drive_link">Impact of mixing state on aerosol optical depth and radiative forcing: simulation of APM</a> <em>(Xiaoyan Ma, SUNY-Albany)</em>
</li>
</ul>
<h3>
Posters
</h3>
<ul>
<li>
Satellite observations and model simulations of Arctic aerosols <em>(Maurizio Di Pierro, U. Washington)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1XOruOwZOynoM9Zg8amJ9iAy9N01maTS8/view?usp=drive_link">Mineral dust events over the Mediterranean: GEOS-Chem + APM simulation and comparison with observations</a> <em>(Kevin Bartlett, SUNY-Albany)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1n6Aa4B3o2wWvj9p7IC9dIcO27fJWOdv6/view?usp=drive_link">Comparison of particle microphysics modeling over North America using GEOS-Chem + APM and WRF-Chem + APM</a> <em>(Gan Luo, SUNY-Albany)</em>
</li>
<li>
Deriving the effect of wind speed on clean maritime aerosol optical properties using CALIPSO data <em>(KV Praju, North Carolina State Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1u0jVzRI9huOSM7j1FwA8XFW91P7zPzEs/view?usp=drive_link">Global simulations of aerosol size-dependent in-cloud scavenging</a> <em>(Betty Croft, Dalhousie)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1v0mORGCRl03-iF-HoQtR2p3o0Eb3y9UH/view?usp=drive_link">Joint retrieval of aerosol optical properties over North America using GEOS-Chem and MISR</a> <em>(Shenshen Li, Emory Univ.)</em>
</li>
<li>
Evaluating GEOS-Chem predicted mineral dust transport using remotely-sensed data from the A-Train satellites <em>(Matthew Johnson, North Carolina State Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1FO-1qIkT9gIX0apYuhaAVMBHxk1yAA9f/view?usp=drive_link">Intercontinental influence of NOx and CO emissions on particulate matter air quality</a> <em>(Eric Leibensperger, Harvard)</em>
</li>
</ul>
<h2>
<a name="tropo3" id="tropo3"></a>Day 1, Session 5: Tropspheric ozone (Chair: Shiliang Wu, Michigan Tech U.)
</h2>
<h3>
Presentations
</h3>
<ul><
li>
<a href="https://drive.google.com/file/d/16qB2hoXDmdjMxfZz2Yi0rPR7Vxni0eGs/view?usp=drive_link">Sensitivity analysis of tropospheric ozone at middle and high latitudes to precursor emissions</a> <em>(Thomas Walker, U. Toronto)</em>
</li>
<li>
Variability in tropospheric oxidant concentrations on interannual to interglacial time scales <em>(Lee Murray, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1VtCydMHMOKDQoEb2fP6q8dobLAVHLCia/view?usp=drive_link">Vertical distribution and sources of tropospheric ozone over South China in spring 2004: Ozonesonde measurements and modeling analysis</a> <em>(Hongyu Liu, NIA/NASA Langley)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/17At59hPyT9ciBg2Z9E6fPYIjf2iZcFzW/view?usp=drive_link">Evaluating ozone production efficiency in GEOS-Chem and satellite measurements</a> <em>(Matthew Cooper, Dalhousie)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1-C0MNRuqq2aPSE4QsBFRB19NH4SUm8GJ/view?usp=drive_link">Using error correlations between ozone and CO for geostationary measurements of ozone air quality</a> <em>(Peter Zoogman, Harvard)</em>
</li>
</ul>
<h3>
Posters
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/1taD9FGqNs3ZXAXiSRHb3CXtFIndvbb-E/view?usp=drive_link">The impact of wildfires on surface ozone in Western US</a> <em>(Mei Gao, UCLA)</em>
</li>
<li>
Trends in Atlantic free troposphere CO and ozone from 2001-2010: a comparison of GEOS-Chem and PICO-NARE measurements <em>(Mark Weise, Michigan Tech Univ.)</em>
</li>
<li>
Cross-evaluation of OMI ozone profiles and GMI chemical transport model simulations <em>(Xiong Liu, Harvard Smithsonian CFA)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1qCAAPGXAYH6CnaM_bX7wtOaLGemhqcd-/view?usp=drive_link">Evaluating the factors influencing the tropospheric ozone distribution over the North Atlantic during summer 2010 with GEOS-Chem and its adjoint</a> <em>(Mark Parrington, Univ. of Edinburgh)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1R4lNzXJbC6tsr2o8LvzEZ7ru3Lf-tfV-/view?usp=drive_link">Using fire impulses to diagnose OH levels in GEOS-Chem</a> <em>(Mingquan Mu, UC Irvine)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1RXdvsHWUhaS-fVOWla4zz-eOYfmfD1hx/view?usp=drive_link">Evaluation of a hierarchy of chemical mechanisms to model net ozone production from seasonal biomass burning in boreal North America over the western boundary of the North Atlantic</a> <em>(A. Rickard, U. Leeds)</em>
</li>
</ul>
<h2>
<a name="photchem" id="photchem"></a>Day 1, Session 6: Photochemistry (Chair: Nicholas Meshkidze, North Carolina State U.)
</h2>
<h3>
Presentations
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/126fi94G9_VMbi723VBjwroP0luNbQvIy/view?usp=drive_link">Accounting for non-linear chemistry of NOx shipping plumes in GEOS-Chem; development, evaluation and implementation</a> <em>(Geert Vinken, Eindhoven Univ. of Technology)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1IWcEoFYHLtWucCdeuXzLV4LbSmQ03-NP/view?usp=drive_link">Understanding some of the simpler uncertainties in the GEOS-Chem chemistry</a> <em>(Mat Evans, Univ. Leeds)</em>
</li>
<li>
Sensitivity of continental boundary layer chemistry to a new isoprene oxidation mechanism <em>(Jingqiu Mao, NOAA GFDL)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1XLmH3BZb70GdByvEcA5a6X09IY2f_HxT/view?usp=drive_link">NOx spikes in the Arctic: chemistry or transport?</a> <em>(Shiliang Wu, Michigan Tech Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1kZj_S1XkmTKfymhQwDyydyQFZbHYFufo/view?usp=drive_link">Bromine chemistry in GEOS-Chem and its impact on ozone in the present-day and preindustrial atmosphere</a> <em>(Justin Parrella, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/108OcAA-3tJFlHzE37St9UKq9_tagmIdV/view?usp=drive_link">Long term measurements and modeling of OH and HO2 radicals at a tropical marine location</a> <em>(Daniel Stone, Univ. Leeds)</em>
</li>
</ul>
<h3>
Posters
</h3>
<ul>
<li>
Impact of mechanistic changes of isoprene oxidation in GEOS-Chem <em>(Chris Miller, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/18Liw0BdOyJsO71-SB_JrkbRHEpocIklm/view?usp=drive_link">HOx Budgets during HOx-Comp: a Case Study of HOx Chemistry under NOx limited Conditions</a> <em>(Yasin Elshorbany, Max Planck Institute for Chemistry)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/10S0cWXG9xlrQSRMUF1e1jSQ80I88FmNO/view?usp=drive_link">Investigating the impact of snowpack photodenitrification on Antarctic atmospheric chemistry utilizing results from a snowpack radiative transfer model in a global chemical transport model</a> <em>(Maria Zatko, U Washington)</em>
</li>
<li>
Isoprene oxidation mechanisms — modeling of OH and HO2 <em>(Daniel Stone, Univ. Leeds)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1VftiyK9C74X4yZdsLBBZh22HFXT_08aK/view?usp=drive_link">Interpreting the isotopic composition of sulfate and nitrate from an Antarctic ice core using GEOS-Chem</a> <em>(Eric Sofen, U Washington)</em>
</li>
</ul>
<h2>
<a name="srcsnk" id="srcsnk"></a>Day 2, Session 1: Sources and sinks (Chair: May Fu, Peking U.)
</h2>
<h3>
Presentations
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/16aJ826EvnBuTykKYW-g3JNCKdPlIy73d/view?usp=drive_link">Integrating daily and hourly fire emissions into GEOS-Chem and impacts on atmospheric CO</a> <em>(James Randerson, UC Irvine)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1eno_EvRcCbAN-5hPMV_AkbhDbPdcQ4DF/view?usp=drive_link">Bayesian statistical modeling of correlated error structure in atmospheric tracer inverse analysis</a> <em>(Prasad Kasibhatla, Duke)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1TcUsnJb-4EbtJQUFYpBVUqN1_iTdk4bj/view?usp=drive_link">Space-based estimates of anthropogenic SO2 emissions</a> <em>(Randall Martin, Dalhousie)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1PTNfPKqV9DXrCwwtQngLPexokbpWJ7SK/view?usp=drive_link">Constraining global dust emissions using MISR AOD and OMI Aerosol Index</a> <em>(Qinbin Li, UCLA)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/12uczlnPGHHdxGYCzKMUrQ_0tESZmPRTu/view?usp=drive_link">Inversion of global isoprene emissions</a> <em>(Yuhang Wang, Georgia Inst. of Tech.)</em>
</li>
<li>
<a href="hhttps://drive.google.com/file/d/1hJTmPwhGkw4AUgJBl_8vWVkVWUu67Ol2/view?usp=drive_link">Simulating Amazonian biogenic emissions and tropospheric chemistry using a GEOS-Chem nested grid</a> <em>(Michael Barkley, Univ. of Leicester)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/16Hlhn6lJlCnMjmtZrbBDSrBYaFlO23Dh/view?usp=drive_link">Using GEOS-Chem to obtain a top-down estimate of isoprene emissions over Africa</a> <em>(Eloise Marais, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1hPlduvbj1jvvtt9ShZhmTHi2gHH2e2mz/view?usp=drive_link">Assessing the range of modeled source influences on column concentrations of short-lived species (SO2, NH3, and NOx) using adjoint sensitivities</a> <em>(Alexander Turner, U Colorado Boulder)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1maoY8xBIjLpnXFCdYY2WNuAN0XiDI944/view?usp=drive_link">Toward inverse modeling of US methane sources: The effect of model resolution on comparisons to SCIAMACHY and INTEX-NA</a> <em>(Kevin Wecht, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1IhCx7X4xT5weJA_p2qQRjX0i9H7JEZPt/view?usp=drive_link">Biogenic methanol production by plant functional type: insights from GEOS-Chem and space-based observations</a> <em>(Kelley Wells, Univ. Minnesota)</em>
</li>
</ul>
<h3>
Posters
</h3>
<ul>
<li>
Hourly biomass burning emissions product from global geostationary satellite constellation, and its application in GEOS-Chem <em>(Xiaoyang Zhang, NOAA)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1UegyeQZVzw46OlQJMa0tH1MauZdskVyB/view?usp=drive_link">Biogenic emissions of volatile organic compounds in China estimated using satellite measurements and the GEOS-Chem model</a> <em>(Yu Fu, Chinese Academy of Sciences)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1F2Y-NToIfFEUE4g7bb-aTvZrDVSxcJvv/view?usp=drive_link">Recent advances in applying satellite observations for inverse modeling of NOx emissions</a> <em>(Akhila Padmanabhan, Dalhousie)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1FAX9-brdVPwKu4PWy2AvxghG6SLGIYEa/view?usp=drive_link">Using TES to determine the composition of boreal biomass burning plumes</a> <em>(Matthew Alvarado, AER)</em>
</li>
<li>
CO2: CO error correlation as a method for improving source / sink inversion with satellite data <em>(Huiqun Wang, Harvard Smithsonian CFA)</em>
</li>
</ul>
<h2>
<a name="srcsnkngas" id="srcsnkngas"></a>Day 2, Session 2: Sources and sinks: Nitrogen gases (Chair: Qinbin Li, UCLA)
</h2>
<h3>
Presentations
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/1hpe0FiEYBTaTVCR9jd_MB3uQwlqSaOp2/view?usp=drive_link">An improved biogenic soil NOx model for GEOS-Chem: influence on global ozone and fertilization effect of anthropogenic deposition</a> <em>(Rynda Hudman, UC Berkeley)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1K95QkfgVKZiHJZATWEEF_mXIMCzLNaH4/view?usp=drive_link">Source attribution of nitrogen deposition over the United States</a> <em>(Lin Zhang, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/19zZF0NWe1frVAetbsEKAAcRmT9auCzvd/view?usp=drive_link">Application of satellite observations for timely update to global anthropogenic NOx emission inventories</a> <em>(Lok Lamsal, NASA GSFC)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1-BDGjWCVyNVX-yB63oeN3DzoLVXMlnk4/view?usp=drive_link">NOx emissions from power plants in China: bottom-up estimates and satellite constraints</a> <em>(Siwen Wang, Tsinghua Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/16BQtnoQwKeC8mh7DwUyBQgeilySSzp3T/view?usp=drive_link">Fast update of NOx emission trend for China: synthesis of bottom-up method and satellite observations</a> <em>(Qiang Zhang, Tsinghua Univ.)</em>
</li>
<li>
Improving the lightning NOx source using satellite observations and the adjoint of GEOS-Chem <em>(Nicolas Bousserez, Dalhousie)</em>
</li>
</ul>
<h3>
Posters
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/18HC4BfteoGABxNqXUkTCj3rdkDsL6gId/view?usp=drive_link">Sensitivity analysis of nitrate concentration and deposition in Antarctica using GEOS-Chem</a> <em>(Hyung-Min Lee, U Colorado)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/125aWTdaQ3ne7pmXCszWBHiQ9CFKI9RoV/view?usp=drive_link">Recent results from the NASA MSFC Lightning Nitrogen Oxides Model (LNOM)</a> <em>(William Koshak, NASA MSFC)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/15tQORpXa9CjpE0_04Is5EBqABEKLD8mg/view?usp=drive_link">Constraining NH3 emissions using TES NH3 observations and surface measurements</a> <em>(Liye Zhu, U Colorado Boulder)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1h0y_oPTRk0vLtYU7gZc0rG4PDDh1vOPy/view?usp=drive_link">Evaluation of CMAQ NO2 predictions over the U.S. using satellite data</a> <em>(Havala Pye, US EPA)</em>
</li>
</ul>
<h2>
<a name="cgas" id="cgas"></a>Day 2, Session 3: Carbon gases (Chair: Jim Randerson, UC Irvine)
</h2>
<h3>
Presentations
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/1EMntIoBzRh86DQ6i7ts12yE-H6N9Kldf/view?usp=drive_link">GEOS-Chem CO2 simulation: update, applications and future directions</a> <em>(Ray Nassar, Environment Canada)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1oDCxtfHqmff_d_dykHa0ahZ3OJIwYO5T/view?usp=drive_link">Anthropogenic and natural sources of ethanol from North America and implications of ethanol fuel use</a> <em>(Dylan Millet, Univ. Minnesota)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/18zS_DeNiaOBWQGmPuEKsSBIG2VOsbU8x/view?usp=drive_link">NASA Carbon Monitoring Study</a> <em>(Kevin Bowman, JPL)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1myQV8irSuHOJfSCcP2TGxhc-GFo7fg3Q/view?usp=drive_link">Inverse modeling of urban and regional emission of CO in China using observations from the MOPITT instrument</a> <em>(Zhe Jiang, Univ. Toronto)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1h_fwr6kcZHNY__cdfyhr_Sin4kl1TA6L/view?usp=drive_link">An ensemble Kalman filter based on the 3D GEOS-Chem transport model for estimation of CH4 and CO2 surface fluxes from GOSAT XCO2 and XCH4 observations: preliminary results</a> <em>(Liang Feng, Univ. of Edinburgh)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1r7EzNYURoDT8z1nAwkVEIbETzdal-B0n/view?usp=drive_link">Analysis of CO, O3 and HCN using GEOS-Chem and ground-based FTIR observations for the Toronto Atmospheric Observatory</a> <em>(Cynthia Whaley, Univ. Toronto)</em>
</li>
</ul>
<h3>
Posters
</h3>
<ul>
<li>
Quantifying terrestrial carbon fluxes using surface and satellite observations <em>(Feng Deng, Univ. Toronto)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1S9dAqU12ocsuBCJL-_MfkbhIH-wZmlo1/view?usp=drive_link">GEOS-Chem vs ACE satellite data comparison</a> <em>(Gonzalo Gonzalez Abad, Univ. York)</em>
</li>
<li>
Influence of boreal forest taking up organic nitrogen on regional carbon budget and atmospheric CO2 <em>(Qing Zhu, Purdue Univ.)</em>
</li>
<li>
European CO budget: its links with synoptic circulation and long-range transport <em>(Anna Protonotariou, Univ. Athens)</em>
</li>
<li>
Monthly CO2 flux inversion with a focus over China <em>(Hengmao Wang, Nanjing Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1SFHiP3l5z7jLlYlicel-YBH3NkvhnQ6C/view?usp=drive_link">Validating CO2 Fluxes and d13 CO2 in land surface model for coupling with GEOS-Chem</a> <em>(Kuo-Hsien Chang, Univ. of Guelph)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1L80N5Iuur7oE96nVGFTCW_87L56mhb-6/view?usp=drive_link">Constraining North American CH4 fluxes: Integrated analysis of Satellite, Aircraft, and Ground-Based Observations</a> <em>(Yaping Xiao, AER)</em>
</li>
</ul>
<h2>
<a name="climchem" id="climchem"></a>Day 2, Session 4: Climate-chemistry interactions (Chair: Nadine Unger, Yale U.)
</h2>
<h3>
Presentations
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/1ICPoozPdGw53w6JFdUCkqYcBzFilBUdf/view?usp=drive_link">Effects of future climate change on air quality over East Asia</a> <em>(Rokjin Park, Seoul National Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1EWHgnUDj9teLLaTurFykARo50aHcpfwN/view?usp=drive_link"">New directions in GEOS-Chem studies of chemistry-climate interactions</a> <em>(Loretta Mickley, Harvard)</em>
</li>
<li>
Impact of climate change on pollution in Africa <em>(Ellen Dyer, Univ. Toronto)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1c7EKVrGvz_PEEuaGR53rMZFknfbabHFh/view?usp=drive_link">Climate effects of US aerosol sources: aerosol trends, radiative forcing, and climate response</a> <em>(Eric Leibensperger, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1ckfWk9aclX9o0Ii1ouOCNxfgPXKcAYIz/view?usp=drive_link">Source attribution of ozone radiative forcing using TES observations and the GEOS-Chem adjoint</a> <em>(Daven Henze, U Colorado Boulder)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1__P06QE8fsbw1EMyirnlWXfTIQ-92Ooi/view?usp=drive_link">Projections of air-quality in Europe under climate change: A two way approach</a> <em>(Kostantinos Varotsos, Univ. Athens)</em>
</li>
</ul>
<h3>
Posters
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/1PU7lBpOs7QJKOGT1J0gxly0A-xXCUc20/view?usp=drive_link">Regional climate model downscaling in Eastern United States</a> <em>(Yang Gao, Univ. Tennessee)</em>
</li>
<li>
Ozone climate impact from aviation <em>(Nadine Unger, Yale)</em>
</li>
</ul>
<h2>
<a name="hgpop" id="hgpop"></a>Day 2, Session 5: Mercury and POPs (Chair: Elsie Sunderland, Harvard)
</h2>
<h3>
Presentations
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/1zVj9HF9MVvfRUxLaUASenJ3XRsugRTM9/view?usp=drive_link">Sources and fate of mercury deposited to land</a> <em>(Bess Corbitt, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1xd54Z3tt4LrxQ4A6NOnFjzuUc8LnWY83/view?usp=drive_link">Fast matrix calculations of mercury fate and transport</a> <em>(Chris Holmes, UC Irvine)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/13nidDamA5LpOuayM0ickdUfRPlzEgpY4/view?usp=drive_link">Constraining reactive gaseous mercury transformation and fate over the U.S.: combining model and measurements</a> <em>(Noelle Selin, MIT)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1yWmaTS-GTR4L5IVeTmJGd_7qg-aBPLav/view?usp=drive_link">Nested-grid modeling of mercury over North America</a> <em>(Yanxu Zhang, U Washington)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1A41Q9HKdEoQzYtt6WtY0PiTWMKXzqOgz/view?usp=drive_link">Modeling mercury in the ocean and its effect on the marine boundary layer </a><em>(Anne Laerke Soerensen, Aarhus Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1dOaB9y8BSVgIbSW1-04DXGctKJLWTgyw/view?usp=drive_link">Hg(II) gas-particle partitioning and its effect on global mercury deposition</a> <em>(Helen Amos, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/10U6AcF9rOyHhXyDgJTKgOZTr9YrVKmU_/view?usp=drive_link">Modeling global atmospheric transport of polycyclic aromatic hydrocarbons (PAHs) with GEOS-Chem</a> <em>(Carey Friedman, MIT)</em>
</li>
</ul>
<h2>
<a name="transport" id="transport"></a>Day 3, Session 1: Transport and dynamics (Chair: Jintai Lin, Peking U.)
</h2>
<h3>
Presentations
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/1CYmVaTB_wpaREMopmW5RWZzDKsrVe74N/view?usp=drive_link">Seven slides about GEOS-5</a> <em>(Steven Pawson, NASA GMAO)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1By7ia8baNUgzwEHHYcJRtdlVzU1Mx0RM/view?usp=drive_link">Meteorological modes of variability for PM2.5 air quality and application to evaluate GEOS-Chem simulations of PM2.5 sensitivity to climate change</a> <em>(Amos P.K. Tai, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/14xBENGTSPWbZkHD6OCEGBJR6fWdVsR6a/view?usp=drive_link">MLS and TES data for tropical tropospheric ozone: a revealing test of vertical transport in GEOS-5 meteorological fields</a> <em>(Jennifer Logan, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1Zjsc8OYHs_Py_uy3y7jfE9oEOeVBrE8K/view?usp=drive_link">Trans-Pacific transport of carbon monoxide (CO) in the upper troposphere</a> <em>(Jianjun Jin, JPL/Caltech)</em>
</li>
<li>
Impact of decadal-scale weakening of the East Asian summer monsoon on aerosol concentrations in eastern China <em>(Jianlei Zhu, Chinese Academy of Sciences)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1Hk11Hx0HbZ-FR7Q63xlE9wEznsLLcZCw/view?usp=drive_link">Lightning and dynamics Impacts on tropospheric ozone over the Southern Tropical Indian Ocean</a> <em>(Li Zhang, UCLA)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1C2oLUIVq1Ypt4r0S4w0b1_l5r3cPGMea/view?usp=drive_link">Characterizing the variability of stratosphere-troposphere exchange in the UTLS</a> <em>(Dave MacKenzie, Univ. Toronto)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1FWuG3VtBtk1-f8fYxrWqqVPg-UMns9NI/view?usp=drive_link">Transport analysis and source attribution of seasonal and interannual variability of CO in the tropical upper troposphere and lower stratosphere</a> <em>(Junhua Liu, Harvard)</em>
</li>
</ul>
<h3>
Posters
</h3>
<ul>
<li>
Impact of model errors on the variability of upper tropospheric CO and O3 in the Asian monsoon region <em>(Dylan Jones, Univ. Toronto)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1CZnhOqFhUQ55KOxnROqtBn2VTX63-Cmc/view?usp=drive_link">Evaluation of GEOS mixed-layer depths and implications for GEOS-Chem aerosol simulations</a> <em>(Sajeev Philip, Dalhousie)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1M8Wc0A8awDoqR69XVrqAvVkPG8r2ufE8/view?usp=drive_link">Examining the vertical distribution of pollutants</a> <em>(Bonne Ford, Colorado State Univ.)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1cKOU9F6g364v9ODwmw7gRibOOWsAmFGp/view?usp=drive_link">Preliminary results of GEOS-Chem/LETKF data assimilation system</a> <em>(Keiya Yumimoto, MRI, Japan)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1NORpQPXbNgndIEiyBhrEzvEtBmJzrfzy/view?usp=drive_link">The Weybourne atmospheric observatory — long-term composition measurements according to changing air mass origin</a>. <em>(Zoë Fleming, Univ. Leicester)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/16SIHjJBo-f2qWaQzHsqikv9TbChtG8LE/view?usp=drive_link">Numerical challenges in global atmospheric chemistry models. A multi-scale perspective</a> <em>(Mauricio Santillana, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1UxOxaTV6TGbIqM59rqqDYIDfzYaCDTzO/view?usp=drive_link">The impact of cumulus congestus clouds on mid-level ozone concentrations in the tropics</a> <em>(Matthew Cooper, Dalhousie)</em>
</li>
</ul>
<h2>
<a name="regaq" id="regaq"></a>Day 3, Session 2: Regional air quality (Chair: Yuhang Wang, Georgia Tech)
</h2>
<h3>
Presentations
</h3>
<ul>
<li>
<a href="https://drive.google.com/file/d/12_gxWVgqpBC6VhiIbgcZcAguCQyISkAd/view?usp=drive_link">Particulate air pollution in China in recent years and effectiveness of emission control</a> <em>(Jintai Lin, Peking University)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1n39rxeV7Lc4p5Eeuclk8q7uJ4SFGaWbO/view?usp=drive_link">Seasonal and spatial variability of surface ozone over China: contributions from background and domestic pollution</a> <em>(Yuxuan Wang, Tsinghua University)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1S23JsAyxyc76Pr3pN49uh7zxdfJ0JiCb/view?usp=drive_link">Sensitivity of China's ozone air quality to 2000-2050 global changes of climate and emissions</a> <em>(Lulu Shen, Tsinghua University)</em>
</li>
<li>
GEOS-Chem application and performance evaluation to support Policy Relevant Background ozone analyses over the US <em>(Chris Emery, ENVIRON Int'l Corp.)</em>
</li>
<li>
Modeling precursors of tropospheric ozone over Australasia <em>(Rebecca Buchholtz, Univ. Wolllongong)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1f2olqoHK0sDwLshoJqcKsNlIrv-hEOB_/view?usp=drive_link">Recent study of U.S. ozone background concentrations using GEOS-Chem</a> <em>(Joshua Fu, Univ. Tennessee)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1si97sYYF37j0lWBRhkgPwwNF4Umba9nF/view?usp=drive_link">2005-2008 inter-annual and inter-season simulations of North Hemisphere by GEOS-Chem</a> <em>(Yun-Fat Lam, Univ. Tennessee)</em>
</li>
</ul>
<h3>
Posters
</h3>
<ul>
<li>
Ensemble projections of future wildfire and its impact on air quality over the western US <em>(Xu Yue, Harvard)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1RixdUQjKVcQvLN2PaA3OlKRYOeQOE5xI/view?usp=drive_link">Effect of changes in climate and emissions on future ozone and aerosol levels in China</a> <em>(Hui Jiang, Chinese Academy of Sciences)</em>
</li>
<li>
Effects of the observed climate variability on long-term regional air quality in East Asia <em>(Jaein Jeong, Seoul National Univ.)</em>
</li>
<li>
How much can we understand real pollutants by using idealized tracers? <em>(Yuanyuan Fang, Princeton)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1OZng4wQ8jidKQ2HScoj_ti5kXC99HSfy/view?usp=drive_link">Trends in tropospheric NO2 columns over Europe and the effect of the economic crisis observed from the Ozone Monitoring Instrument</a> <em>(Folkert Boersma, TU Eindhoven/KNMI)</em>
</li>
<li>
<a href="https://drive.google.com/file/d/1ah8CgtL2f1sai28lITLh_Vm871wbGfv5/view?usp=drive_link">Multimodel estimates of the contribution of biomass Burning to air quality degradation in Southeast Asia</a> <em>(Miriam Marlier, Columbia Univ.)</em>
</li>
</ul>
<h2>
<a name="breakout" id="breakout"></a>Day 3, Session 3: Working Group Breakout Sessions
</h2>
<p>
Discussions
</p>
<ul>
<li>
Aerosols Working Group
</li>
<li>
Carbon Gases and Organics Working Group
</li>
<li>
Sources and Sinks Working Group
</li>
<li>
Oxidants and Chemistry Working Group
</li>
<li>
Chemistry-Climate Working Group
</li>
<li>
Adjoint and Data Assimilation Working Group
</li>
<li>
Regional Air Quality Working Group
</li>
<li>
Hg and POPs Working Group
</li>
</ul>
<h2>
<a name="wgreports" id="wgreports"></a>Day 4, Session 1: Working group reports
</h2>
<ul>
<li>
<a href="https://drive.google.com/file/d/1Nzj6p37Y6M_W0hnQlcGp1uroiWnLttCt/view?usp=drive_link">Aerosol Processes</a> (co-chairs: Colette Heald, Jun Wang)
</li>
<li>
<a href="https://drive.google.com/file/d/1HxQDhtExRA8az10iK6BPRGSKB6VEDqtp/view?usp=drive_link">Carbon Gases and Organics</a> (co-chairs: Dylan Jones, Dylan Millet)
</li>
<li>
<a href="https://drive.google.com/file/d/1m7_Z-KyCZRE41f9ZjR5RxQzfV7S-IAX9/view?usp=drive_link">Sources and Sinks</a> (co-chairs: Randall Martin, Qiang Zhang)
</li>
<li>
<a href="https://drive.google.com/file/d/1B3neBEeFPtNVZFE3ARdvphBE2gqkO0IH/view?usp=drive_link">Oxidants and Chemistry</a> (co-chairs: Mat Evans, Jingqiu Mao)
</li>
<li>
<a href="https://drive.google.com/file/d/18G61Z-u55WMh7SMbCiKNO_glDW2LxgYw/view?usp=drive_link">Chemistry-Climate</a> (co-chairs: Jeffrey Pierce, Loretta Mickley)
</li>
<li>
<a href="https://drive.google.com/file/d/1W3hQPhCdoRfj2HY9J4GcNkt1TYvRMwZZ/view?usp=drive_link">Model Adjoint</a> (co-chairs: Daven Henze, Kevin Bowman)
</li>
<li>
<a href="https://drive.google.com/file/d/1QEV-MJmq8J8sCqA0azNoL9gTT7RmbIuM/view?usp=drive_link">Regional Air Quality</a> (co-chairs: Yuxuan Wang, Rokjin Park)
</li>
<li>
Hg and POPs (co-chairs: Lyatt Jaeglé, Noelle Selin)
</li>
</ul>
<h2>
<a name="business" id="business"></a>Day 4, Session 2: Business meeting (Chair: Daniel Jacob, Harvard)
</h2>
<ul>
<li>
<a href="https://docs.google.com/spreadsheets/d/12F2-THNOsD9lPVZnyHx1WzbwQjOituBi/edit?usp=drive_link&ouid=116746565761151195371&rtpof=true&sd=true">Development priorities report</a>
</li>
</ul>
<h2>
<a name="clinics" id="clinics"></a>Day 4, Session 3: Model Clinics
</h2>
<ul>
<li>
<a href="https://drive.google.com/file/d/1bWwXz9DDWGhhx2ZI70blGTi-32H77SpQ/view?usp=drive_link">GEOS-Chem model clinic</a> <em>(Bob Yantosca)</em>
</li>
<li>
GEOS-Chem adjoint model clinic <em>(Daven Henze)</em>
</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">
<div class="region-inner clearfix">
<div id="block-boxes-1617037690" class="block block-boxes block-boxes-os_boxes_html no-title" module="boxes" delta="1617037690">
<div class="block-inner clearfix">
<div class="block-content content" ng-non-bindable="">
<div id='boxes-box-1617037690' class='boxes-box'>
<div class="boxes-box-content">
<p style="text-align:center">
Copyright © 2023 by the International GEOS-Chem Community. All rights reserved.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<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":"B7AwoikWs6MRugWizmIp7RnnXUcJwPOgub4kF3_QD24"},"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>