-
Notifications
You must be signed in to change notification settings - Fork 3
/
igc6-presentations.html
889 lines (830 loc) · 51.5 KB
/
igc6-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
<!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="/igc6-presentations" />-->
<link rel="shortcut icon" href="img/geos-chem-logo-favicon.png" />
<link rel="canonical" href="igc6-presentations.html" />
<link rel="shortlink" href="igc6-presentations.html" />
<meta property="og:type" content="article" />
<meta property="og:title" content="The 6th International GEOS-Chem Meeting" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="The 6th International GEOS-Chem Meeting" />
<meta name="twitter:image" content="https://geos-chem.org" />
<title>The 6th 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 6th International GEOS-Chem Meeting (IGC6) May 6-9 2013
</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-igc6-menu" class="block block-os os-custom-menu no-title menu-wrapper menu-bar-wrapper clearfix" module="os" delta="igc6_menu">
<ul class="nice-menu nice-menu-down nice-menu-igc6_menu" id="nice-menu-igc6_menu">
<li class="menu-859543 menu-path-node-1586997 first odd "><a href="igc6.html" class="active">Home</a></li>
<li class="menu-859559 menu-path-node-1586998 even last "><a href="igc6-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>Mon 06 May 2013</strong>: <a class="pdflink" href="#MonA">Model Overview</a> | <a href="#MonB">Working Groups</a> | <a href="#MonC">Aerosol Sources & Chemistry </a>| <a href="#MonD">Black Carbon</a>
</p>
<p>
<strong>Tue 07 May 2013</strong>: <a href="#TueA">Aerosol Effects on Climate & Air Quality </a> | <a href="#TueB">Mercury and POPs</a> | <a href="#TueC">Chemistry-Climate</a>
</p>
<p>
<strong>Wed 08 May 2013</strong>: <a href="#WedA"> Sources & Sinks: Nitrogen</a> | <a href="#WedB">CO2 fluxes</a> | <a href="#WedC">Sources of Other Carbon Gases</a>
</p>
<p>
<strong>Thu 09 May 2013</strong>: <a href="#ThuA">Tropospheric O3 and Photochemistry</a> | <a href="#ThuB">Regional Air Quality</a>
</p>
<h2>
Monday 06 May 2013
</h2>
<h3>
<a name="MonA" id="MonA"></a>Model Overview (Colette Heald, MIT, Chair)
</h3>
<ul><li>
Welcome (Daniel Jacob, Harvard and Randall Martin, Dalhousie)
</li>
<li>
<a href="https://drive.google.com/file/d/1YkGoDuLeoWjGFcxfSTrMoIboWLIkTg4J/view?usp=drive_link">GEOS-Chem model overview</a> (Daniel Jacob, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1VVX7Vc1LfiWelOTt0m31GCKkkeE9xcNg/view?usp=drive_link">GEOS-Chem Adjoint model overview</a> (Daven Henze, U. Colorado-Boulder)
</li>
<li>
<a href="https://drive.google.com/file/d/11_uuByb_4ueaoKG_HmVHteU6igyx9e41/view?usp=drive_link">GEOS Data Assimilation System (DAS) updates</a> (Andrea Molod, NASA GSFC)
</li>
<li>
<a href="https://drive.google.com/file/d/1JahGdykoR3GFyP6YK2JSFYXbiJ7oR2E-/view?usp=drive_link">GEOS-Chem model engineer's report</a> (Bob Yantosca, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1_5OI4EzCQdKxq7-7kQVpcCFX7UFDMxhY/view?usp=drive_link">Grid-independent GEOS-Chem model</a> (Michael Long, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1uekIW3nNQfTacfInY6FOIJmQVExS-Cav/view?usp=drive_link">GEOS-Chem benchmarking procedure</a> (Melissa Payer, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/19uS-IUP2STkHASUepG8q0_5n2ArfTTzO/view?usp=drive_link">New GEOS-Chem emissions module</a> (Christoph Keller, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/14dbhh28xJdVtp9NZH9EVm2Fl1LZgWZxc/view?usp=drive_link">Advanced diagnostic tools for data assimilation with GEOS-Chem</a> (Nicolas Bousserez, CU Boulder)
</li>
<li>
<a href="https://drive.google.com/file/d/1DKpZNiDE7pbYHAarEF-AbpwiaOyOPSWE/view?usp=drive_link">A 'GCGrid' network for distribution of GEOS data</a> (Jack Yatteau, Harvard)
</li>
</ul><h3>
<a name="MonB" id="MonB"></a>GEOS-Chem Working Group Introductions (Jun Wang, U. Nebraska, Chair)
</h3>
<ul><li>
<a href="https://drive.google.com/file/d/1R3WklApg5tRkPihML-7RVV_jEJ2DBq4C/view?usp=drive_link">Aerosol</a>s (Colette Heald, MIT and Jeff Pierce, Colorado State U.)
</li>
<li>
Carbon Gases and Organics (Dylan Millet, U. Minnesota and Ray Nassar, Environment Canada)
</li>
<li>
<a href="https://drive.google.com/file/d/1Iv69_rPzXRlFAy5c-ySZ2nPeb3QcGN4p/view?usp=drive_link">Chemistry-Climate</a> (Hong Liao, Chinese Academy of Sciences and Loretta Mickley, Harvard)
</li>
<li>
<a href="hhttps://drive.google.com/file/d/18etyXZYOR0cPxyl7HRgxVeaQjhdSNG38/view?usp=drive_link">Mercury and Persistent Organic Pollutants</a> (Lyatt Jaegle, U. Washington and Noelle Selin, MIT)
</li>
<li>
<a href="https://drive.google.com/file/d/1cGjVwnPhq6BYYmUZYtTmZ7Io1YnKAU6t/view?usp=drive_link">Oxidants and Chemistry</a> (Mathew Evans, U. York and Jingqiu Mao, NOAA GFDL)
</li>
<li>
<a href="https://drive.google.com/file/d/1sPOmC7cscjUuvXIe1Mh_a1ngzNSEyTZg/view?usp=drive_link">Nested Model</a> (Jun Wang, U. Nebraska and Yuxuan Wang, Tsinghua U.)
</li>
<li>
<a href="https://drive.google.com/file/d/1-POnBMied0TYiV93YhvTUeCAp16Wndsk/view?usp=drive_link">Sources and Sinks</a> (Randall Martin, Dalhousie and Paul Palmer, U. Edinburgh)
</li>
</ul><h3>
<a name="MonC" id="MonC"></a>Aerosol Sources and Chemistry (Nicholas Meskhidze, North Carolina State U., Chair)
</h3>
<h4>
Presentations
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/19FEPG3XncukjCF4b_wXLPCg5gyOtKhHC/view?usp=drive_link">Atmospheric input of soluble iron to the ocean: GEOS-Cl</a> (Matthew Johnson, NASA Ames)
</li>
<li>
<a href="https://drive.google.com/file/d/19o09Y0a9N1lfu-aGNCeso2iPA_Wxee0Q/view?usp=drive_link">Sulfate formation in the marine boundary layer</a> (Becky Alexander, U. Washington)
</li>
<li>
<a href="https://drive.google.com/file/d/10ESu1agj8TKETcvn44k2lmPLlFYu3kSP/view?usp=drive_link">Effect of secondary organic aerosol amount and condensational behavior on global aerosol size distributions</a> (Stephen D'Andrea, Dalhousie)
</li>
<li>
<a href="https://drive.google.com/file/d/13Wpicbi9-8vs5DvB81MZpxIOwpGZzc5O/view?usp=drive_link">From emission to deposition: understanding 30 years of African mineral dust aerosol with GEOS-Chem</a> (David Ridley, MIT)
</li>
<li>
<a href="https://drive.google.com/file/d/1EP90YS2usVsHQZJwpp6mlprxwxZZa4c7/view?usp=drive_link">Global OM/OC inferred from AMS measurements with GEOS-Chem and OMI nitrogen oxide concentrations</a> (Sajeev Philip, Dalhousie)
</li>
<li>
<a href="https://drive.google.com/file/d/19NcwLzyJxNlkS-pxBM9WMk3f-FvfXYsW/view?usp=drive_link">Simulation of the oxygen content of organic aerosol using GEOS-Chem</a> (Qi Chen, MIT)
</li>
<li>
<a href="https://drive.google.com/file/d/1oIEfb4pKglUPuQwoYegKafzjMJNSxHkq/view?usp=drive_link">New particle formation in GEOS-Chem-TOMAS: Evaluation, sensitivity, and particle number tagging</a> (Dan Westervelt, Carnegie Mellon)
</li>
<li>
<a href="https://drive.google.com/file/d/15WIZvX5X4ias6d4a-qXVemfAaP1KQbIY/view?usp=drive_link">Aerosol Loading in the Southeastern US</a> (Bonne Ford, Colorado State U.)
</li>
<li>
<a href="https://drive.google.com/file/d/16d64cyuegTYkFL210xyYbI8oRnU9KMTy/view?usp=drive_link">Adjoint inversion of aerosol emissions from satellite radiance observation with GEOS-Chem model</a> (Richard Xu, U. Nebraska-Lincoln)
</li>
<li>
<a href="https://drive.google.com/file/d/15qeh28tiEeQvMejE5MhxbJeMjtTNeY0p/view?usp=drive_link">GEOS-Chem evaluation of marine primary organic aerosol emission schemes</a> (Brett Gantt, North Carolina State U.)
</li>
</ul><h4>
Posters
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/1nts6r8k602oS3nXrfA1rIHt6KgKO6g0K/view?usp=drive_link">A parameterization of sub-grid particle formation in sulphur-rich plumes for global and regional scale models</a> (Robin Stevens, Dalhousie)
</li>
<li>
<a href="https://drive.google.com/file/d/1RgKcx0aw0mO6rAzafcUmOGVvXHa9Uwgj/view?usp=drive_link">Composition and spatial and temporal patterns of measured PM2.5 in the United States: Important constraints on global model simulations</a> (Bret Schichtel, National Park Service)
</li>
<li>
<a href="https://drive.google.com/file/d/1-100_wQOg-UYdtzUxjnxjEEVWDMMLWMs/view?usp=drive_link">Updated dust-iron dissolution mechanism in GEOS-Chem</a> (Nicholas Meskhidze, North Carolina State U.)
</li>
<li>
<a href="https://drive.google.com/file/d/10lW4a0FdyH6Lfw98l9JydPfAC_4UIHef/view?usp=drive_link">Particle formation and growth in urban and rural environment over Europe: nested GEOS-Chem/APM simulations and comparisons with observations</a> (Gan Luo, SUNY-Albany)
</li>
</ul><h3>
<a name="MonD" id="MonD"></a>Black Carbon and Related Processes (Fangqun Yu, SUNY-Albany, Chair)
</h3>
<h4>
Presentations
</h4>
<ul><li>
Assessment of the sources and distribution black carbon aerosol over Asia using the adjoint of GEOS-Chem (Li Zhang, U. Colorado-Boulder)
</li>
<li>
<a href="https://drive.google.com/file/d/1T_j24YeeUrQks5jtkdfMla7Wp7niaQVp/view?usp=drive_link">Global budget of black carbon: constraints from HIPPO</a> (Qiaoqiao Wang, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1AEUFgW-UiGnGBl6fOxApAbtBzpqz7nQd/view?usp=drive_link">Spatial and temporal distribution Arctic aerosols: comparison between remote sensing, in situ, and GEOS-Chem</a> (Maurizio di Pierro, U. Washington)
</li>
<li>
<a href="https://drive.google.com/file/d/1aBnikAKnrGio58YFNw1V3D8wawy-C3vu/view?usp=drive_link">Sensitivity tests with GEOS-Chem aerosol optical properties in comparison with satellite and sunphotometer</a> (Gabriele Curci, U. L'Aquila)
</li>
<li>
<a href="https://drive.google.com/file/d/1zZ3yFWFDBqKS9t8Q-LaSZfjpyWJia8bj/view?usp=drive_link">Validation of GEOS-Chem-APM simulated aerosol optical properties using A-Train satellite observations</a> (Xiaoyan Ma, SUNY-Albany)
</li>
<li>
<a href="https://drive.google.com/file/d/1I08HBpLp9lqX4KYaeyCCLxEjFH7EZdin/view?usp=drive_link">Top-down estimates of biomass burning emissions of black carbon in the western United States</a> (Yuhao Mao, UCLA)
</li>
<li>
<a href="https://drive.google.com/file/d/1Bfn1bhtHOMXLaSt9YoSbaogezCledwAd/view?usp=drive_link">Assessment of black carbon in Russia using GEOS-Chem</a> (Joshua Fu, U.Tennessee)
</li>
</ul><h4>
Posters
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/18SrQKfVhYDYLcz6XpBi1ViviLtwVFz5z/view?usp=drive_link">Influence of aging and mixing state to black carbon radiative forcing</a> (Xuan Wang, MIT)
</li>
<li>
<a href="https://drive.google.com/file/d/1vtVAyXxBSDsiRAGPNRDX8FJM2Btj7go0/view?usp=drive_link">Global simulation of brown carbon and its direct radiative forcing</a> (Duseong Jo, Seoul National U.)
</li>
<li>
<a href="https://drive.google.com/file/d/1UqYdOoRgi6qffWiYqiSKvkeXvWXMUp7U/view?usp=drive_link">Missing black carbon emissions in Russia - new BC emissions for GEOS-Chem</a> (Kan Huang, U. Tennessee)
</li>
<li>
<a href="https://drive.google.com/file/d/1UYuEU64gVj6lQNg-LOSLU2AslnLg_75i/view?usp=drive_link">Improving Aerosol Scavenging in GEOS-Chem</a> (Jessica Kunke, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1EyVtT5rklCsBl7QPoE3aG3HcwzaNi9pD/view?usp=drive_link">Contribution of agricultural burning to Arctic BC aerosols</a> (Ling Qi, UCLA)
</li>
<li>
<a href="https://drive.google.com/file/d/1SNcKA9A8K3Ax6I3e-ZaPkYZUNvqkwjvk/view?usp=drive_link">Simulating the emission and transport of smoke related species in Southeast Asia using the GEOS-Chem nested grid model</a> (Shannon Koplitz, Harvard)
</li>
</ul><h3>
Model Clinics
</h3>
<ul><li>
<a href="https://drive.google.com/file/d/1RBVySIKABH-v-jJG-Y1nO53YpCSkk0fv/view?usp=drive_link">GEOS-Chem model clinic</a> (Melissa Payer, Sajeev Philip)
</li>
<li>
Adjoint GEOS-Chem model clinic (Daven Henze, Yanko Davila)
</li>
<li>
<a href="https://drive.google.com/file/d/1CE0duiCVIx8a5xbejaOZ-Ztwjph0_gUe/view?usp=drive_link">Q&A for the GEOS DAS and the Grid-Independent GEOS-Chem</a> (Steven Pawson, Andrea Molod, Bob Yantosca, Mike Long)
</li>
</ul><h2>
Tuesday 07 May 2013
</h2>
<h3>
<a name="TueA" id="TueA"></a>Aerosol Effects on Climate and Air Quality (May Fu, Peking U., Chair)
</h3>
<h4>
Presentations
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/1ryO--neL4zg8Ozt18y1Fr3KYcF8pbh-I/view?usp=drive_link">Radiative impact of decadal trends in near-term climate forcers over the Arctic troposphere: A significant role for non-BC species</a> (Tom Breider, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1Ti36ZJ9otZkHxVv0XmYKKaTbpvpeXnXD/view?usp=drive_link">Study of aerosol first indirect radiative forcing with GEOS-Chem</a> (Fangqun Yu, SUNY-Albany)
</li>
<li>
<a href="https://drive.google.com/file/d/1gEfoADxMKxSrKWJcvZWXxMv-JrVMP7iy/view?usp=drive_link">Optimal estimation of high resolution global PM2.5 concentrations using GEOS-Chem and MODIS</a> (Aaron van Donkelaar, Dalhousie)
</li>
<li>
<a href="https://drive.google.com/file/d/1j7P3omOyF0XcUICn36KS5YdhY3wHGEhj/view?usp=drive_link">Time series analysis of satellite derived PM2.5</a> (Brian Boys, Dalhousie)
</li>
<li>
<a href="https://drive.google.com/file/d/12xKKGyH9SNgWM75HRzOI2R7prkEgxtYU/view?usp=drive_link">Aerosol simulation over China</a> (Yuxuan Wang, Tsinghua U.)
</li>
<li>
<a href="https://drive.google.com/file/d/1GT0s16Fb-LeQui3Xu8UDAzawvKiHs0Ib/view?usp=drive_link">Effects of the meteorological variability on aerosol trends in East Asia</a> (Rokjin Park, Seoul National U.)
</li>
<li>
<a href="https://drive.google.com/file/d/1DiTOePsqcPlntBf5UsvIYjib5YhOWVVp/view?usp=drive_link">Sensitivity of global mortality to PM2.5 precursor emissions using the GEOS-Chem adjoint</a> (Colin Lee, Dalhousie)
</li>
<li>
<a href="https://drive.google.com/file/d/1bg5uIMuHIJwF22gBjoWEBzaRdMBrHHET/view?usp=drive_link">Modeling of volcanic sulfate direct radiative forcing with Geos-Chem</a> (Cui Ge, U.Nebraska Lincoln)
</li>
</ul><h4>
Posters
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/17J8-qMMneWvEAszA076YDDR82CQnhhis/view?usp=drive_link">The perfect dust storm over South West Asia June 2008: causes determined from surface and satellite observations compared with high resolution DEAD emissions and GEOS-Chem output</a> (Kevin Bartlett, Air Force Institute of Technology)
</li>
<li>
<a href="https://drive.google.com/file/d/1gZ1FJUn_LDeI3nCM_H-ZlC0j3QZovBJq/view?usp=drive_link">Insights on aerosol lifetimes and wet scavenging following the Fukushima nuclear accident</a> (Betty Croft, Dalhousie)
</li>
<li>
<a href="https://drive.google.com/file/d/1dxPg8ZgLjs2FK_yLZOFTXuPHQjcIa0mB/view?usp=drive_link">Investigation into future radiative forcing sensitivities using GEOS-Chem and its adjoint based on RCPs</a> (Forrest Lacey, U. Colorado-Boulder)
</li>
<li>
A decade of global PM2.5 estimates (David Lary, U.Texas-Dallas)
</li>
<li>
<a href="https://drive.google.com/file/d/1aMtWE1t2oiEt4pBSeByuhB4NfaHkgoUS/view?usp=drive_link">GEOS-Chem satellite simulator</a> (Jun Wang, U. Nebraska-Lincoln)
</li>
</ul><h3>
<a name="TueB" id="TueB"></a>Mercury and Persistent Organic Pollutants (Chris Holmes, UC Irvine, Chair)
</h3>
<h4>
Presentations
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/12B6yloTS701qV25i27s_66wg9wNNi9oJ/view?usp=drive_link">Influence of future emissions and climate on atmospheric PAH transport</a> (Carey Friedman, MIT)
</li>
<li>
<a href="https://drive.google.com/file/d/1cj1FSN5r1ONz-lKdZo4ORG78SkG4ev4R/view?usp=drive_link">Impacts of recent changes in climate and emissions on mercury variability in the Arctic</a> (Jenny Fisher, U. Wollongong)
</li>
<li>
<a href="https://drive.google.com/file/d/1KaciHbPX_WEObDupFsdiI8kv_mbTkfs2/view?usp=drive_link">Historical releases of mercury from wastewater: global importance and influence on atmospheric trends</a> (Helen Amos, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1cjpcaJLLnsyII1qLCFvB-CCbU5SG9lKi/view?usp=drive_link">Terrestrial Mercury Dynamics</a> (Bess Sturges Corbitt, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1VPaFQd3wOg9lwk-d0yQUn2w3WoztK2N0/view?usp=drive_link">Methylmercury in the Arctic Surface Ocean</a> (Anne Laerke Soerensen, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1LeUuWewkUShOku4bhlek-g4C6_QKcXSt/view?usp=drive_link">Quantifying uncertainties of the global mercury cycle using the GEOS-Chem model and observations</a> (Shaojije Song, MIT)
</li>
</ul><h4>
Posters
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/1YBs-y24xV8yO3umu8bahIk4A6LBieEth/view?usp=drive_link">Modeling the fate of mercury in products</a> (Hannah Horowitz, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1bUGhZycD3EhTm47aH8XTIXxVDRTs0aPx/view?usp=drive_link">Polynomial Chaos Expansion for chemical parameter uncertainty quantification in PAH simulations</a> (Colin Pike-Thackray, MIT)
</li>
<li>
Integrated assessment of the health impacts of the Mercury and Air Toxics Standards (Amanda Giang, MIT)
</li>
</ul><h3>
<a name="TueC" id="TueC"></a>Chemistry-Climate (Lin Zhang, Peking U., Chair)
</h3>
<h4>
Presentations
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/1xFSuuUIrwMdlFPr4IGsLrsSEFEBFflSD/view?usp=drive_link">Factors controlling variability in the oxidative capacity of the troposphere since the Last Glacial Maximum</a> (Lee Murray, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1PRGKEYGUWkCrhz3hse_xK3B-QCYeOmbm/view?usp=drive_link">Implications of climate change for intercontinental transport in the past decade</a> (Shiliang Wu, Michigan Tech)
</li>
<li>
<a href="https://drive.google.com/file/d/167RZN5AAleNM3gfviDdQJxkw8hL5bufT/view?usp=drive_link">Impact of 2000-2050 climate and vegetation changes on air quality: including CO inhibition of isoprene emissions in GEOS-Chem</a> (Amos Tai, MIT)
</li>
<li>
<a href="https://drive.google.com/file/d/1Lzar_xv4x_VIA_LiJJh4u7dUxLQJ0gdF/view?usp=drive_link">Australasian total column CO and HCHO, investigated with GEOS-Chem, FTIR measurements and the Earth System Model ACCESS</a> (Rebecca Buchholz, U. Wollongong)
</li>
</ul><h4>
Posters
</h4>
<ul><li>
On-line simulation of tropospheric ozone with the climate-chemistry model BCC-AGCM- CHEM1.0 (Tongwen Wu, Beijing Climate Center)
</li>
<li>
<a href="https://drive.google.com/file/d/13g_-FpLrh4HiGc5d31zW-I7nIm05T4vL/view?usp=drive_link">Preparation for the SEAC4RS aircraft campaign</a> (Karen Yu, Harvard)
</li>
<li>
Calculating stratospheric chemistry and aerosols with GMI (Debra Weisenstein, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1JU83tw_V0IK1eMQ42jWCXd53TmRg_FLT/view?usp=drive_link">A statistical approach for downscaling GISS/GEOS-CHEM</a> (Konstantinos Varotsos, National and Kapodistrian U. of Athens / National Observatory of Athens)
</li>
<li>
<a href="https://drive.google.com/file/d/1_R6ocMy6iW_DEtkDtHV5J6gcNBOIR0Tg/view?usp=drive_link">NOAA's Atmospheric Chemistry, Carbon Cycle, and Climate (AC4) competitive research program</a> (Monika Kopacz, NOAA Climate Program Office)
</li>
<li>
Evaluation of tropospheric composition in Yale-E2 (Hongyan Dang, Yale U.)
</li>
<li>
<a href="https://drive.google.com/file/d/1En4N4BYhs9-h1TiFP8lmPNk2YiOBCGqp/view?usp=drive_link">Development of GEOS-Chem driven by CESM meteorological data: effects of future climate change on air quality</a> (Minjoong Kim, Seoul National U.)
</li>
<li>
<a href="https://drive.google.com/file/d/10Ol0AHVm69wc9Aa9oexro_MjUG-KfGJ3/view?usp=drive_link">Assessment of the sensitivity of sulfate isotopes to climate and chemistry on the glacial- interglacial timescale using GEOS-Chem</a> (Eric Sofen, U. Washington)
</li>
<li>
<a href="https://drive.google.com/file/d/1Nm_aFLW30lv0GRFr_zRl7i7kmIFQbzSO/view?usp=drive_link">Increasing the Efficiency of GEOS-Chem adjoint simulations using a Python Ensemble Manager</a> (Andre Perkins, U. Wisconsin-Madison)
</li>
<li>
<a href="https://drive.google.com/file/d/1ffZxn7HwKcsbZf_OMM8vfP9hFjSWtxwT/view?usp=drive_link">Novel methods of understanding our atmosphere</a> (Dene Bowdalo, U. York)
</li>
<li>
<a href="https://drive.google.com/file/d/15Ch4j41C4zeg-mNV4njL2XyNKo3Unx5n/view?usp=drive_link">Attribution of direct ozone radiative forcing to spatially resolved emissions</a> (Kevin Bowman, JPL)
</li>
<li>
<a href="https://drive.google.com/file/d/1120YRBJDLL7-dSztaylp3tgcLXrU12GV/view?usp=drive_link">Radiative forcing of early 20th-century US aerosols</a> (Eric Leibensperger, SUNY-Plattsburgh)
</li>
</ul><h2>
Wednesday 08 May 2013
</h2>
<h3>
<a name="WedA" id="WedA"></a>Sources and Sinks: Nitrogen (Folkert Boersma, KNMI, Chair)
</h3>
<h4>
Presentations
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/1u6QfROuUyLYKORZ5_H9UTriHUIK5I9c8/view?usp=drive_link">Top-down constraints on ship NOx emissions in European waters from OMI</a> (Geert Vinken, Eindhoven U. of Technology)
</li>
<li>
<a href="https://drive.google.com/file/d/1btiGjXqaE1AKsBHWqzThxPfW4Y7kABHU/view?usp=drive_link">Top-down and bottom-up constraints on NH3 emissions</a> (Fabien Paulot, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1b8so3BJAi6pGSvYdmFwcIuRtPaHrTrhg/view?usp=drive_link">Present and future nitrogen deposition to US National Parks: Critical load exceedances</a> (Raluca Ellis, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1ijChE3xEtTCttRIkOLITODWZ1UhcejpK/view?usp=drive_link">Implementation of a plume-in-grid model into GEOS-Chem to improve sub-grid processes related to lightning NOx emissions</a> (Alicia Gressent, U. de Toulouse)
</li>
<li>
<a href="https://drive.google.com/file/d/1XbaDUok7UoyXLqRp22vJsyGGUVEiq2kQ/view?usp=drive_link">Evaluation of ammonia bi-directional exchange with GEOS-Chem</a> (Juliet (Liye) Zhu, U. Colorado-Boulder)
</li>
<li>
<a href="https://drive.google.com/file/d/1phRQT_lUh09avPxZ0yQP-PruEaWjUu2T/view?usp=drive_link">Investigating the sources of nitrate in Antarctica using GEOS-Chem and its adjoint </a>(Hyung-Min Lee, U.Colorado-Boulder)
</li>
<li>
<a href="https://drive.google.com/file/d/1m42EJx0U8mDiSA2Z-mFdN3jq6JuVq9su/view?usp=drive_link">Refining nested GEOS-Chem emissions during the CalNex campaign by assimilation of TES ammonia observations</a> (Shannon Capps, US EPA AMAD)
</li>
</ul><h4>
Posters
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/1t2E3Anj1GjdMDCzyA6vzN_-FMhsctS7b/view?usp=drive_link">Investigating the impact of snowpack photodenitrification on polar atmospheric chemistry utilizing results from a snowpack radiative transfer model in GEOS-Chem</a> (Maria Zatko, U. Washington)
</li>
<li>
<a href="https://drive.google.com/file/d/1GBxgU5g5ZHRNXKK_hLix27yem7SpnK0T/view?usp=drive_link">Analysis of NOx Emission Trend over East Asia - GEOS-Chem, Satellite and REAS emission</a> (Itsushi Uno, Kyushu U.)
</li>
<li>
How to quantify and avoid errors in evaluating CTMs with UV/Vis satellite retrievals (Folkert Boersma, KNMI / Eindhoven U. of Technology)
</li>
<li>
<a href="https://drive.google.com/file/d/1SMLZOjw6OQB-4JQTvra0_cVME79bm9iC/view?usp=drive_link">Lightning NOx Statistics Derived by NASA Lightning Nitrogen Oxides Model (LNOM) Data Analyses</a> (William Koshak, NASA MSFC)
</li>
<li>
<a href="https://drive.google.com/file/d/15QWVaImpC3Riboxggko7y7AIF5A_wOxO/view?usp=drive_link">An investigation of ammonia and inorganic particulate matter in California during the CalNex campaign</a> (Luke Schiferl, MIT)
</li>
<li>
Daily ammonia maps from AIRS and comparison with GEOS-Chem (Juying Warner, AOSC/UMCP)
</li>
<li>
Fire emissions associated with future land use change in Indonesia (Miriam Marlier, Columbia)
</li>
<li>
<a href="https://drive.google.com/file/d/1_Ms6Q83CjNADjrpNYRBXUmmvfIZikewN/view?usp=drive_link">NO2 and SO2 dry deposition inferred from satellite measurements</a> (Caroline Nowlan, Dalhousie)
</li>
<li>
Retrieving NOx from space: errors in satellite NO2 products and CTM simulations (Jintai Lin, Peking U.)
</li>
</ul><h3>
<a name="WedB" id="WedB"></a>Carbon Dioxide Fluxes (Monika Kopacz, NOAA, Chair)
</h3>
<h4>
Presentations
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/18JTUVmkSsqg1fVH9OkYTuBh-VwmnLMJs/view?usp=drive_link">Using GEOS-Chem within a grid-based EnKF system to estimate carbon fluxes from NOAA surface data and GOSAT data</a> (Andrew Schuh, Colorado State U.)
</li>
<li>
<a href="https://drive.google.com/file/d/1IehMmn2LftVMOKz4zCPCLnH9pSwIt3A4/view?usp=drive_link">Attribution of atmospheric CO2 to surface fluxes with the Carbon Monitoring System Flux Pilot project</a> (Kevin Bowman, JPL)
</li>
<li>
<a href="https://drive.google.com/file/d/1FNF3UEXdeHqbXbsJaI2XoRv3ZU0NrD6C/view?usp=drive_link">Quantifying the impact of model errors on top-down CO flux estimates</a> (Dylan Jones, U. Toronto)
</li>
<li>
<a href="https://drive.google.com/file/d/19p_ydcHX1RKQI0jGu9lWGsRUnGf4FL-o/view?usp=drive_link">Temporal and spatial scale factors for fossil fuel CO2</a> (Ray Nassar, Environment Canada)
</li>
<li>
<a href="https://drive.google.com/file/d/17m3LL77m_UW_EorUDO62v1YHMqTqYPly/view?usp=drive_link">Estimates of CO2 surface fluxes using an atmospheric inversion method</a> (Chen Zhaohui, Chinese Academy of Sciences)
</li>
<li>
<a href="https://drive.google.com/file/d/1-OV_y20k23m08TrxtyNdksFEKWsEcXX1/view?usp=drive_link">Continental sources/sinks manifest the seasonal and latitudinal gradient of atmospheric CO over East Asia</a> (Changsub Shim, Korea Environment Institute)
</li>
<li>
<a href="https://drive.google.com/file/d/1vcH6lFRfnlpayVKHoDON-lNNTZ2AEMEA/view?usp=drive_link">GEOS-Chem simulations of global CO2 concentrations at horizontal resolution of 0.5x0.666 degrees</a> (Liang Feng, U. Edinburgh)
</li>
<li>
<a href="https://drive.google.com/file/d/1Xmffs_7G6aRmKzUsPr9vAA9J6QkOlQ-Y/view?usp=drive_link">Interannual variability in atmospheric CO2 from generalized surface fluxes</a> (Gretchen Keppel-Aleks, UC Irvine)
</li>
<li>
Quantifying terrestrial carbon fluxes using surface and satellite observations (Feng Deng, U. Toronto)
</li>
</ul><h4>
Posters
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/1Z9K_1KyrCp6xTgb-OFMa_qCKLqQpd_Ks/view?usp=drive_link">Estimating surface CO2 flux with simulated ACOS-GOSAT observations</a> (Junjie Liu, JPL)
</li>
<li>
<a href="https://drive.google.com/file/d/1eeBXG2G6LCzx57RdPV6Sp6YGDf7rfSU0/view?usp=drive_link">Understanding model errors of GEOS-Chem CO2 and CO simulations</a> (Helen Wang, Harvard-Smithsonian)
</li>
<li>
Constrain terrestrial surface CO2 fluxes by combing both atmospheric transport model and process-based terrestrial model (Qing Zhu, Purdue)
</li>
<li>
Inverse modeling of terrestrial ecosystem carbon sinks and sources over China (Hengmao Wang, Nanjing U.)
</li>
</ul><h3>
<a name="WedC" id="WedC"></a>Sources of other Carbon Gases (Ray Nassar, Environment Canada, Chair)
</h3>
<h4>
Presentations
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/1GCeqSWaNw2-1GurPrGWwHMp4ouLXGFGb/view?usp=drive_link">A uniform emissions pre-processor for GEOS-Chem</a> (Qiang Zhang, Tsinghua U.)
</li>
<li>
<a href="https://drive.google.com/file/d/1PoGIGE48nNdUvhDEn-r0ZaQXTOdljny1/view?usp=drive_link">Nested Adjoint Inversion of Methane Sources in North America</a> (Kevin Wecht, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1FxkE3NEpXBNukrp_Squ4tGCc99nwq9N4/view?usp=drive_link">Top-down constraints on sources and impacts of atmospheric organic acids</a> (Dylan Millet, U. Minnesota)
</li>
<li>
<a href="https://drive.google.com/file/d/1-yjlDBK1LVd8Xu7u56h_Ed0wDJngIJ3O/view?usp=drive_link">Quantifying surface emissions of methanol using observations from the Tropospheric Emission Spectrometer</a> (Kelley Wells, U. Minnesota)
</li>
<li>
<a href="https://drive.google.com/file/d/1Gco_JPMBssf_MGZ9LX15SejgYgbv25UZ/view?usp=drive_link">Methane in the 21st century: Projections for RCP scenarios in GEOS-Chem</a> (Chris Holmes, UC Irvine)
</li>
<li>
Estimate of tropical fire emissions from the 2006 Indonesian Peat fires using Aura TES CH4 and CO data and the GEOS-Chem model (John Worden, JPL/Caltech)
</li>
<li>
The methane emissions from Pan-Arctic lakes estimated using the adjoint of GEOS-Chem (Zeli Tan, Purdue)
</li>
<li>
<a href="https://drive.google.com/file/d/1NwgCOLFqs8dCMWFCt-SJPc1J2idThIdC/view?usp=drive_link">Inverse estimate of long-term CO emission in China between 2005–2010 with Green's Function Method</a> (Keiya Yumimoto, Japan Meteorological Agency)
</li>
<li>
<a href="https://drive.google.com/file/d/1jScSloGSjT4uN2-c0iBIdhOcvyO8-51F/view?usp=drive_link">Top-down isoprene emission estimates over the US Midwest using tall tower measurements and GEOS-Chem nested grid simulations</a> (Lu Hu, U. Minnesota)
</li>
</ul><h4>
Posters
</h4>
<ul><li>
The potential of glyoxal as a second top-down constraint on NMVOC emissions (Chris Miller, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1Uz6HbNyG94nISavhyiob_1NHjBSRREt1/view?usp=drive_link">Methane emissions from fracking</a> (Brian Nathan, U. Texas-Dallas)
</li>
<li>
<a href="https://drive.google.com/file/d/1j5oZiifP-rkt3qClKqc-6nL-MFIQFLxS/view?usp=drive_link">Variability of formaldehyde over the Southeastern United States from space: Implications for isoprene emissions</a> (Lei Zhu, Harvard)
</li>
<li>
Regional data assimilation of multispectral MOPITT observations of CO over North America (Zhe Jiang, U. Toronto)
</li>
<li>
<a href="https://drive.google.com/file/d/1rfCUqx4bY8REQ26DY-ae_Sp4_qq3cZum/view?usp=drive_link">Using GEOS-Chem to better understand isoprene nighttime chemistry</a> (Rebecca Schwantes, Caltech)
</li>
<li>
<a href="https://drive.google.com/file/d/1mOsn0kLHAmFcoqyZX41VIwOZ6R7yf4Q0/view?usp=drive_link">Source attribution of observed CO variability during BORTAS-B using GEOS-Chem</a> (Douglas Finch, U. Edinburgh)
</li>
<li>
<a href="https://drive.google.com/file/d/1sSu9CkhwltJMCsMoSLZ-GHnDs8hzK21c/view?usp=drive_link">Characterization of information content and errors in inverse models of methane</a> (Alex Turner, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1q5zJbFDphg1NNyj7r1Y-CmfgUUuk11aj/view?usp=drive_link">Global distribution of formic acid from TES: Retrieval evaluation and implications for sources</a> (Sreelekha Chaliyakunnel, U. Minnesota)
</li>
<li>
Vegetation change and biogenic trace gas emissions: potentials for modifying source terms for GEOS-Chem (Manuel Lerdau, U. Virginia)
</li>
</ul><h2>
Thursday 09 May 2013
</h2>
<h3>
<a name="ThuA" id="ThuA"></a>Tropospheric Ozone and Photochemistry (Rokjin Park, Seoul National U., Chair)
</h3>
<h4>
Presentations
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/1tK5L_1WOLC5a8OX-1Ztz8vPLtVEDbFh0/view?usp=drive_link">Global ozone-CO correlations from OMI and AIRS as constraints on ozone sources and transport</a> (Patrick Kim, Harvard)
</li>
<li>
The GEOS-Chem PAN simulation (Emily Fischer, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1Cxy0I1KeLhd_1ogtO0nQBqmO3eT2FdXM/view?usp=drive_link">Ozone and organic nitrates over the eastern United States: sensitivity to isoprene chemistry</a> (Jingqiu Mao, NOAA GFDL)
</li>
<li>
<a href="https://drive.google.com/file/d/1KIuBavTTiEZ58fhE7rg_aM98Zw25Ojl3/view?usp=drive_link">Assessing the atmospheric impacts of aviation with GEOS-Chem</a> (Steven Barrett, MIT)
</li>
<li>
<a href="https://drive.google.com/file/d/1MEfZEEAAZrMp5wcdiazi5v1olU-vCMqS/view?usp=drive_link">Observing North American background ozone from geostationary orbit</a> (Peter Zoogman, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1IopY9B_PoOkjyHw10UucfuvL7m6YNdpa/view?usp=drive_link">Source attribution of North American background ozone concentrations in the Intermountain West</a> (Lin Zhang, Peking U.)
</li>
<li>
<a href="https://drive.google.com/file/d/1bcZO6wkQTdkQTNAH8vCrf-W0x0C-iGiA/view?usp=drive_link">Integrating in situ and satellite observations with GEOS-Chem to constrain the influence of boreal biomass burning emissions on tropospheric oxidant chemistry</a> (Mark Parrington, U. Edinburgh)
</li>
<li>
Understanding the interannual variations of tropospheric O3 and aerosols using the GEOS-Chem model (Hong Liao, Chinese Academy of Sciences)
</li>
<li>
<a href="https://drive.google.com/file/d/19pQT4TURZxfsTAeFFEpJoJA69SyD8uW2/view?usp=drive_link">Impacts of aerosols on concentrations of tropospheric ozone in China through heterogeneous reactions and changes in photolysis rates</a> (Sijia Lou, Chinese Academy of Sciences)
</li>
</ul>
<h4>
Posters
</h4>
<ul><li>
Characterizing the variability of STE in the UTLS (Dave MacKenzie, U. Toronto)
</li>
<li>
<a href="https://drive.google.com/file/d/1u7S9fXrRaS-DaZwYpZ4EvFQkjX73uxB0/view?usp=drive_link">Dynamic effects of upper tropospheric ozone</a> (Matthew Cooper, Dalhousie)
</li>
<li>
Impact of meteorology and emissions on the interannual variation of tropospheric ozone over the South America and surrounding oceans (Junhua Liu, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1vK3FxdnteztbxkNlDXQ0XelQAXxcHMTk/view?usp=drive_link">Improved background ozone modeling with Geos-Chem</a> (Katherine Travis, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1S-uYh6SDbSOkNxWZ2VbSrJ4einHF-WTR/view?usp=drive_link">Meteorological modes driving surface O3 variability over the United States</a> (Lulu Shen, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1sOwYtB_x1ftUimuSHUuIM0nHQi7Hz3F_/view?usp=drive_link">Iodine in the troposphere</a> (Tomás Sherwen, U. York)
</li>
<li>
<a href="https://drive.google.com/file/d/1yYx0y7OfxnQRCtLPSU_kv9CXNwxJgyZY/view?usp=drive_link">O-17 excess of nitrate and sulfate from last glacial period to preindustrial Holocene: implications for glacial-interglacial atmospheric oxidant change</a> (Lei Geng, U. Washington)
</li>
<li>
<a href="https://drive.google.com/file/d/1btXfs9yQ_kW_hphgcIVASIRrDxTQr2DZ/view?usp=drive_link">Tropospheric O3 intraseasonal variability over South Asia: IASI observations and GEOS-Chem simulations</a> (Bastien Sauvage, U. Toulouse)
</li>
<li>
<a href="https://drive.google.com/file/d/1AchEnX9ZoCVbbPz3mLjBs37xPmNfOcWU/view?usp=drive_link">Overview of the geophysical data derived from long-term FTIR monitoring at the Jungfraujoch NDACC site (46.5ºN)</a> (Emmanuel Mahieu, U. Liège -Belgium)
</li>
<li>
<a href="https://drive.google.com/file/d/1N1cmXDFnb62hTaQkz4pxbSC7UzB_FRu0/view?usp=drive_link">Radical loss in the atmosphere from Cu-Fe redox coupling in aerosols</a> (Jingqiu Mao, NOAA GFDL)
</li>
<li>
<a href="https://drive.google.com/file/d/14VEcb6twqPTUU082E6U03FEMW47H4-CX/view?usp=drive_link"">Using the GEOS-Chem adjoint to determine source contributions to ozone exposure metric in the US</a> (Kateryna Lapina, U. Colorado-Boulder)
</li>
<li>
<a href="https://drive.google.com/file/d/1dbHuRsIOUqlflpKAtNcTxJOxbCw-xxOY/view?usp=drive_link">An approach to select optimal GEOS-Chem timesteps</a> (Sajeev Philip, Dalhousie)
</li>
</ul><h3>
<a name="ThuB" id="ThuB"></a>Regional Air Quality (Hiroshi Tanimoto, National Institute for Environmental Studies, Japan, Chair)
</h3>
<h4>
Presentations
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/1qimqe0LIpDlBOM-6l3iSZLZ8LR1B75_8/view?usp=drive_link">Two-way coupling of GEOS-Chem and its multiple nested models: impacts on regional and global atmospheric environment </a>(Jintai Lin, Peking U.)
</li>
<li>
<a href="https://drive.google.com/file/d/1XBfqWPv6dNrPxwxjYKRNMJogNiIHvnDd/view?usp=drive_link">Health Effects of fires in SouthEast Asia estimated using nested-grid GEOS-Chem simulations</a> (Prasad Kasibhatla, Duke)
</li>
<li>
Sensitivity of summertime surface ozone to surface temperature over Southeastern U.S.: interannual variability during 1987-2010 as a diagnostic for model chemical mechanism (Tzung-May Fu, Peking U.)
</li>
<li>
<a href="https://drive.google.com/file/d/1Bvh-k3yE6IKUfLctIwtXQi9Y9v7Co6zn/view?usp=drive_link">Improving GEOS-Chem to better match satellite and aircraft observations in Nigeria</a> (Eloise Marais, Harvard)
</li>
<li>
<a href="https://drive.google.com/file/d/1PVVqEeo2QeKxxSD5HkZC9YKQhw5o9Gfs/view?usp=drive_link">Model intercomparison: GEOS-Chem and hemispheric CMAQ</a> (Xinyi Dong, U.Tennessee)
</li>
<li>
<a href="https://drive.google.com/file/d/1KaCIi97NkuU38ZjGtm3YwMFQ1zjKKlxI/view?usp=drive_link">Analysis of Toronto pollution using GEOS-Chem and ground-based FTIR observations</a> (Cynthia Whaley, U. Toronto)
</li>
<li>
<a href="https://drive.google.com/file/d/1WxtDHk--PSCasay8HtBf-kYGveSTYijc/view?usp=drive_link">Quantifying the contributions of wildfires to surface ozone in the western U.S. and its regional air quality impact</a> (Mei Gao, UCLA)
</li>
</ul><h4>
Posters
</h4>
<ul><li>
<a href="https://drive.google.com/file/d/1n7--b68cpgma93Jj3x-XFrwJq-i-ezGD/view?usp=drive_link">Sources and transport pathways of pollution in Australasia</a> (Jenny Fisher, U. Wollongong)
</li>
<li>
<a href="https://drive.google.com/file/d/1qFQiUUSPsL1qza4ie8DHu9pDHBio7xlW/view?usp=drive_link">Scaling relationship for NO2 pollution and population: A satellite perspective</a> (Lok Lamsal, NASA GSFC)
</li>
<li>
<a href="https://drive.google.com/file/d/1Es3ICtHQvRkrm8OCLxdvlyh3espd8SXg/view?usp=drive_link">Impact of southern California anthropogenic emissions on air quality in the Western US</a> (Min Huang, CalTech/JPL)
</li>
<li>
<a href="https://drive.google.com/file/d/1CjPlif-G64TGdC-RZX-qwhos5sXsfw_q/view?usp=drive_link">Simulation of the interannual variations of PM2.5 in China: Role of meteorology</a> (Qing Mu, Chinese Academy of Sciences)
</li>
<li>
<a href="https://drive.google.com/file/d/1jozfnTBTYzEPL64rgM7n3fsa5AXU3dUd/view?usp=drive_link">Recent regional variability of tropospheric composition in boundary layer and free troposphere over East Asia</a> (Ka-Ming Wai, Michigan Tech)
</li>
<li>
Nested GEOS-Chem adjoint (Irene Dedoussi, MIT)
</li>
<li>
<a href="https://drive.google.com/file/d/13sryUs1vYtz_fTm80Wor_5BWGaiLJeXB/view?usp=drive_link">Cargo ship monitoring of trace gases in Southeast Asia and comparison to GEOS-Chem model</a> (Hiroshi Tanimoto, National Institute for Environmental Studies, Japan)
</li>
<li>
OMI data for NOx, O3, and HCHO over the Amazon (Mike Kendall, U. Leicester)
</li>
<li>
<a href="https://drive.google.com/file/d/1j1dssTgp9xnjwTDY5uyaXPzC7Hq-n44O/view?usp=drive_link">Extreme weather events and air quality by CESM and WRF/CMAQ</a> (Yang Gao, U.Tennessee)
</li>
<li>
<a href="https://drive.google.com/file/d/1Xwq__vcgBNztai68Y-P4tN3H6rV8NSYB/view?usp=drive_link">Variability of aerosol optical depths over North China during haze and non-haze events based on satellite retrieval and the GEOS-Chem model</a> (Libao Chai, Tsinghua U.)
</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":"XH-ej4OYRDQ-4gfwuu7ucRg_CL4HRug-Kvfkkq3PM2o"},"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>