-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcumulus.bib
More file actions
5517 lines (4816 loc) · 149 KB
/
cumulus.bib
File metadata and controls
5517 lines (4816 loc) · 149 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
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
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@ARTICLE{Authors,
author = {},
title = {},
journal = {},
year = {},
volume = {},
pages = {}
}
% This file was created with JabRef 2.4.2.
% Encoding: ISO8859_1
@STRING{acp = {Atmos. Chem. Phys.}}
@STRING{acpd = {Atmos. Chem. Phys. Disc.}}
@STRING{afm = {Agric. For. Meteorol.}}
@STRING{ag = {Adv. Geophys.}}
@STRING{atmres = {Atm. Res. }}
@STRING{bams = {Bull. Amer. Meteorol. Soc.}}
@STRING{blm = {Boundary-Layer Meteorol. }}
@STRING{eo = {Ecol. Appl. }}
@STRING{grl = {Geophys. Res. Lett.}}
@STRING{jam = {J. Appl. Meteorol.}}
@STRING{jamc = {J. Appl. Meteorol. Clim.}}
@STRING{james = {J. Adv. Model. Earth Syst.}}
@STRING{jaot = {J. Atmos. Oceanic Technol. }}
@STRING{james = {J. Adv. Model. Earth Syst.}}
@STRING{jas = {J. Atmos. Sci. }}
@STRING{jc = {J. Climate}}
@STRING{jcam = {J. Clim. Appl. Meteorol.}}
@STRING{jfm = {J. Fluid Mech.}}
@STRING{jgr = {J. Geophys. Res.}}
@STRING{mwr = { Mon. Weather Rev.}}
@STRING{pfa = {Phys. Fluids A}}
@STRING{prl = {Phys. Rev. Lett.}}
@STRING{qjrms = {Quart. J. Roy. Meteorol. Soc. }}
@STRING{rse = {Remote Sensing Environ.}}
@STRING{wrr = {Water Resour. Res. }}
@ARTICLE{LaatDuynkerke98,
author = {A. T. J. {de Laat} and P. G. Duynkerke},
title = {Analysis of \textsc{ASTEX}-stratocumulus observational data using
a mass-flux approach},
journal = blm,
year = {1998},
volume = {86},
pages = {63--87}
}
@ARTICLE{Zadelhoffetal04,
author = {G.-J. {van Zadelhoff} and D. P. Donovan and H. Klein Baltink and
R. Boers},
title = {Comparing ice cloud microphysical properties using cloudnet and atmospheric
radiation measurement program data},
journal = jgr,
year = {2004},
volume = {109},
doi = {doi:10.1029/2004JD0004967}
}
@ARTICLE{Ackerman_etal_2004,
author = {A. S. Ackerman and M. P. Kirkpatrick and D. E. Stevens and O. B.
Toon},
title = {The impact of humidity above stratiform clouds on indirect aerosol
forcing},
journal = {Nature},
year = {2004},
volume = {432},
pages = {1014--1017},
doi = {10.1038/nature01174}
}
@ARTICLE{Ackerman_etal_2009,
author = {A. S. Ackerman and M. C. vanZanten and B Stevens and V. {Savic-Jovcic} and C. S. Bretherton and A. Chlond and {J.-C.} Golaz and H. Jiang and M. Khairoutdinov and S. K. Krueger and D. C. Lewellen and A. Lock and {C.-H.} Moeng and K. Nakamura and M. D. Petters and J. R. Snider S. Weinbrecht and M.Zulauf},
title = {Large-Eddy Simulations of a Drizzling, Stratocumulus-Topped Marine Boundary Layer},
journal = mwr,
year = {2009},
volume = {137},
pages = {1083--1110}
}
@ARTICLE{Agee84,
author = {E. M. Agee},
title = {Observations from space and thermal convection: a historical perspective},
journal = bams,
year = {1984},
volume = {65},
pages = {938--946}
}
@article{Albrecht_1989,
title={Aerosols, cloud microphysics, and fractional cloudiness.},
author={B.A. Albrecht},
journal={Science},
volume={245},
pages={1227--1230},
year={1989}
}
@ARTICLE{Albrecht_etal_1995,
author = {B. A. Albrecht and C. S. Bretherton and D. W. Johnson and W. H. Schubert
and A. S. Frisch},
title = {The \textsc{A}tlantic stratocumulus transition experiment - \textsc{ASTEX}},
journal = bams,
year = {1995},
volume = {76},
pages = {889--904}
}
@ARTICLE{Albrechtetal90,
author = {B. A. Albrecht and C. W. Fairall and D. W. Thomson and A. B. White
and J. B. Snider and W. H. Schubert},
title = {Surface-based remote sensing of the observed and the adiabatic liquid
water content of stratocumulus clouds},
journal = grl,
year = {1990},
volume = {17},
pages = {89--92}
}
@ARTICLE{Albrechtetal85,
author = {B. A. Albrecht and R. S. Penc and W. H. Schubert},
title = {An observational study of cloud-topped mixed-layers},
journal = jas,
year = {1985},
volume = {42},
pages = {800--822}
}
@ARTICLE{Albrechtetal88,
author = {B. A. Albrecht and D. A. Randall and S. Nicholls},
title = {Observations of marine stratocumulus clouds during \textsc{FIRE}},
journal = bams,
year = {1988},
volume = {69},
pages = {618--626}
}
@ARTICLE{Andreae07,
author = {M. O. Andreae},
title = {Aerosols before pollution},
journal = {Science},
year = {2007},
volume = {315},
pages = {50--51},
doi = {doi:10.1126/science.1136529}
}
@ARTICLE{AS74,
author = {A. Arakawa and W. H. Schubert},
title = {Interaction of a cumulus cloud ensemble with the large-scale environment:
\textsc{P}art \textsc{I}},
journal = jas,
year = {1974},
volume = {31},
pages = {674--701}
}
@ARTICLE{Arakawa_etal_2011,
author = {A. Arakawa and {J.-H.} Jung and {C.-M.} Wu},
title = {Toward unification of the multiscale modeling of the atmosphere},
journal = acp,
year = {2011},
volume = {11},
pages = {3731--3742}
}
@ARTICLE{AK67,
author = {T. Asai and A. Kasahara},
title = {A theoretical study of the compensating downward motions associated
with cumulus clouds},
journal = jas,
year = {1967},
volume = {24},
pages = {487--496}
}
@ARTICLE{Atkinson_Zhang_1996,
author = {B. W. Atkinson and J. W. Zhang},
title = {Mesoscale shallow convection in the atmosphere},
journal = {Reviews of Geophysics},
year = {1996},
volume = {34},
pages = {403--431}
}
@ARTICLE{Austinetal95,
author = {P. Austin and Y. Wang and Vincent Kujala and R. Pincus},
title = {Precipitation in stratocumulus clouds: Observational and modeling
results},
journal = jas,
year = {1995},
volume = {52},
pages = {2329ÔøΩ-2352}
}
@ARTICLE{Ayotteetal96,
author = {K. W. Ayotte and P. P. Sullivan and A. Andr\'{e}n and S. C. Doney
and A. A. M. Holtslag and W. G. Large and J. C. Mc\textsc{W}illiams
and C.-H. Moeng and M. J. Otte and J. J. Tribbia and J. C. Wyngaard},
title = {An evaluation of neutral and convective planetary boundary-layer
parameterizations relative to large eddy simulations},
journal = blm,
year = {1996},
volume = {79},
pages = {131--175}
}
@ARTICLE{Baumletal04,
author = {G. B\"{a}uml and A. Chlond and E. Roeckner},
title = {Estimating the \textsc{PPH}-bias for simulations of convective and
stratiform clouds},
journal = atmres,
year = {2004},
volume = {72},
pages = {317--328}
}
@ARTICLE{Baasetal09,
author = {P. Baas and F. C. Bosveld and H. Klein Baltink and A. A. M. Holtslag},
title = {A climatology of nocturnal low-level jets at \textsc{C}abauw},
journal = {J. Appl. Met. Clim.},
year = {2009},
volume = {48},
pages = {1627--1642}
}
@ARTICLE{Baas_etal_2008,
author = {P. Baas and S. R. de Roode and G. Lenderink},
title = {The scaling behaviour of a turbulent kinetic energy closure model
for stably stratified conditions},
journal = blm,
year = {2008},
volume = {127},
pages = {17--36},
doi = {10.1007/s10546-007-9253-y}
}
@ARTICLE{Baasetal06,
author = {P. Baas and G. J. Steeneveld and B. J. H. van de Wiel and A. A. M.
Holtslag},
title = {Exploring self-correlation in flux-gradient relationships for stably
stratified conditions},
journal = jas,
year = {2006},
volume = {63},
pages = {3045--3054}
}
@ARTICLE{Baas_etal_2009,
author = {P. Baas and F. C. Bosveld and H. Klein Baltink and A. A. M. Holtslag},
title = {A climatology of nocturnal low-level jets at \textsc{C}abauw},
journal = { J. Appl. Meteor. Climatol.},
year = {2009},
volume = {48},
pages = {1627--1642}
}
@ARTICLE{Ball_1960,
author = {F. K. Ball},
title = {Control of inversion height by surface heating},
journal = qjrms,
year = {1960},
volume = {86},
pages = {483--494}
}
@ARTICLE{Ballardetal91,
author = {S. P. Ballard and B. W. Golding and R. N. B. Smith},
title = {Mesoscale model experimental forecasts of the Haar of Northeast Schotland},
journal = mwr,
year = {1991},
volume = {119},
pages = {2107--2123}
}
@ARTICLE{Banta_etal_2013,
author = {R. M. Banta and Y. L. Pichugina and N. D. Kelley and R. M. Hardesty and W. A. Brewer},
title = {Wind Energy Meteorology: \textsc{I}nsight into Wind Properties in the Turbine-Rotor Layer of the Atmosphere from High-Resolution Doppler Lidar},
journal = bams,
year = {2013},
volume = {94},
pages = {883–-902}
}
@INPROCEEDINGS{Barkeretal02,
author = {H. W. Barker and R. Pincus and {J.-J.} Morcrette },
title = {The \textsc{M}onte \textsc{C}arlo \textsc{I}ndependent \textsc{C}olumn
\textsc{A}pproximation: \textsc{A}pplication within large-scale models},
booktitle = {Proceedings from the GCSS Workshop},
year = {2002},
publisher = {Kananaskis,Alberta,Canada}
}
@ARTICLE{BarkerRaisanen04,
author = {H. W. Barker and P. P. R\"{a}is\"{a}nen},
title = {Radiative sensitivities for cloud geometric properties that are unresolved
by conventional \textsc{GCM}s},
journal = qjrms,
year = {2004},
volume = {130},
pages = {2069--2086}
}
@ARTICLE{Barkeretal03,
author = {H. W. Barker and G. L. Stephens and P. T. Partain and J. W. Bergman
and B. Bonnel and K. Campana and E. E. Clothiaux and S. Clough and
S. Cusack and J. Delamere and J. Edwards and K. F. Evans and Y. Fouquart
and S. Freidenreich and V. Galin and Y. Hou and S. Kato and J. Li
and E. Mlawer and J. -J. Morcrette and W. O'Hirok and P. R\"{a}is\"{a}nen
and V. Ramaswamy and B. Ritter and E. Rozanov and M. Schlesinger
and K. Shibata and P. Sporyshev and Z. Sun and M. Wendisch and N.
Wood and F. Yang},
title = {Assessing 1\textsc{D} atmospheric solar radiative transfer models:
Interpretation and handling of unresolved clouds},
journal = jc,
year = {2003},
volume = {16},
pages = {2676--2699}
}
@ARTICLE{Barkeretal96,
author = {H. W. Barker and B. A. Wielicki and L. Parker},
title = {A parameterization for computing grid-averaged solar fluxes for inhomogeneous
marine boundary layer clouds. \textsc{P}art \textsc{II}: \textsc{V}alidation
using satellite data},
journal = jas,
year = {1996},
volume = {53},
pages = {2304--2316}
}
@ARTICLE{Beare_etal_2006,
author = {R. J. Beare and M. K. Macvean and A. A. M. Holtslag and J. Cuxart
and I. Esau and J.-C. Golaz and M. A. Jimenez and M. Khairoutdinov
and B. Kosovic and D. Lewellen and T. S. Lund and J. K. Lundquist
and A. Mccabe and A. F. Moene and Y. Noh and S. Raasch and P. Sullivan},
title = {An Intercomparison of Large-Eddy Simulations of the Stable Boundary
Layer},
journal = blm,
year = {2006},
volume = {118},
pages = {247--272}
}
@ARTICLE{Bechtoldetal01,
author = {P. Bechtold and E. Bazile and F. Guichard and P. Mascart and E. Richard},
title = {A mass-flux convection scheme for regional and global models},
journal = qjrms,
year = {2001},
volume = {127},
pages = {869--886}
}
@ARTICLE{BechtoldCuijpers95,
author = {P. Bechtold and J. W. M. Cuijpers},
title = {Cloud perturbations of temperature and humidity: \textsc{A LES} study},
journal = blm,
year = {1995},
volume = {76},
pages = {377--386}
}
@ARTICLE{Bechtoldetal95,
author = {P. Bechtold and J. W. M. Cuijpers and P. Mascart and P. Trouilhet},
title = {Modeling of trade wind cumuli with a low-order turbulence model:
Toward a unified description of cu and sc clouds in meteorological
models},
journal = jas,
year = {1995},
volume = {52},
pages = {455--463}
}
@ARTICLE{Bechtoldetal92,
author = {P. Bechtold and C. Fravalo and J. P. Pinty},
title = {A model of marine boundary-layer cloudiness for mesoscale applications},
journal = jas,
year = {1992},
volume = {49},
pages = {1723--1744}
}
@INPROCEEDINGS{BeljaarsBetts92,
author = {A. C. M. Beljaars and A. K. Betts},
title = {Validation of the boundary layer representation in the \textsc{ECMWF}
model},
booktitle = {Validation of models over Europe},
year = {1992},
publisher = {ECMWF, Reading, UK}
}
@ARTICLE{BeljaarsBosveld97,
author = {A. C. M. Beljaars and F. C. Bosveld},
title = {Cabauw data for the validation of land surface parametrization schemes},
journal = jc,
year = {1997},
volume = {10},
pages = {1172--1193}
}
@ARTICLE{BeljaarsHoltslag91,
author = {A. C. M. Beljaars and A. A. M. Holtslag},
title = {Flux parameterization over land surfaces for atmospheric models},
journal = jam,
year = {1991},
volume = {30},
pages = {327--341}
}
@ARTICLE{Bellon_Stevens_2005,
author = {G. Bellon and B. Stevens},
title = {On bulk models of shallow cumulus convection},
journal = jas,
year = {2005},
volume = {62},
pages = {3286--3302}
}
@ARTICLE{Bellon_Stevens_2012,
author = {G. Bellon and B. Stevens},
title = {Using the sensitivity of large-eddy simulations to evaluate atmospheric boundary layer models},
journal = jas,
year = {2012},
volume = {69},
pages = {1582--1601}
}
@article{Berner_etal_2011,
title={Large-eddy simulation of mesoscale dynamics and entrainment around a pocket of open cells observed in \textsc{VOCALS-RE}x \textsc{RF}06},
author={A. H. Berner and C. S. Bretherton and R. Wood},
journal=acp,
volume={11},
pages={10525--10540},
year={2011}
}
@ARTICLE{Betts_1983,
author = {A. K. Betts},
title = {Thermodynamics of mixed stratocumulus layers: saturation point budgets},
journal = jas,
year = {1983},
volume = {40},
pages = {2655--2670}
}
@ARTICLE{Betts_1989,
author = {A. K. Betts},
title = {Idealized stratocumulus models and cloud layer thickness},
journal = {Tellus},
year = {1989},
volume = {41A},
pages = {246--254},
doi = {10.1111/j.1600-0870.1989.tb00379.x}
}
@ARTICLE{Betts_Ridgway_1989,
author = {A. K. Betts and W. Ridgway},
title = {Climatic Equilibrium of the Atmospheric Convective Boundary Layer over a Tropical Ocean},
journal = jas,
year = {1989},
volume = {46},
pages = {2621--2641}
}
@ARTICLE{Betts90,
author = {A. K. Betts},
title = {The diurnal variation of \textsc{C}alifornia coastal stratocumulus
for two days of boundary layer soundings},
journal = {Tellus},
year = {1990},
volume = {42A},
pages = {302--304}
}
@ARTICLE{BettsBoers90,
author = {A. K. Betts and R. Boers},
title = {A cloudiness transition in a marine boundary layer},
journal = jas,
year = {1990},
volume = {47},
pages = {1480--1497}
}
@ARTICLE{Blaskovicetal91,
author = {M. Blaskovic and R. Davies and J. B. Snider},
title = {Diurnal variation of marine stratocumulus over \textsc{S}an \textsc{N}icolas
\textsc{I}sland during \textsc{J}uly 1987},
journal = mwr,
year = {1991},
volume = {119},
pages = {1469--1478}
}
@ARTICLE{Blossey_etal_2013,
author = {P. N. Blossey and C. S. Bretherton and M. Zhang and A. Cheng and S. Endo and T. Heus and Y. Liu and A. P. Lock and S. R. de Roode and K.-M. Xu},
title = {Marine low cloud sensitivity to an idealized climate change: The \textsc{CGILS LES} intercomparison.},
journal = {J. Adv. Model. Earth Syst.},
year = {2013},
volume = {5},
pages = {1--25},
}
@ARTICLE{Blyth93,
author = {A. M. Blyth},
title = {Entrainment in cumulus clouds},
journal = jam,
year = {1993},
volume = {32},
pages = {626--641}
}
@ARTICLE{Boersetal98,
author = {R. Boers and J. B. Jensen and P. B. Krummel},
title = {Microphysical and short-wave radiative structure of stratocumulus
clouds over the \textsc{S}outhern \textsc{O}cean: \textsc{S}ummer
results and seasonal differences},
journal = qjrms,
year = {1998},
volume = {124},
pages = {151--168}
}
@BOOK{BA,
title = {Atmospheric Thermodynamics},
publisher = {Oxford University Press},
year = {1998},
author = {C. F. Bohren and B. A. Albrecht},
note = {402 pp}
}
@ARTICLE{Boing_etal_2012,
author = {S. J. B\"oing and H. J. J. Jonker and A. P. Siebesma and W. W. Grabowski},
title = {Influence of the subcloud layer on the development of a deep convective ensemble},
journal = jas,
year = {2012},
volume = {69},
pages = {2682--2698}
}
@PHDTHESIS{Boing_PhD,
author = {S. J. B\"oing },
title = {The interaction between deep convective clouds and their environment},
school = {Technical University Delft},
year = {2014},
address = {Delft, 133 pp (Available from Technical University Delft, Delft, The Netherlands, http://repository.tudelft.nl)}
}
@ARTICLE{Bolton80,
author = {D. Bolton},
title = {The computation of equivalent potential temperature},
journal = mwr,
year = {1980},
volume = {108},
pages = {1046--1053}
}
@ARTICLE{Bonyetal06,
author = {S. Bony and R. Colman and V. M. Kattsov and R. P. Allan and C. S.
Bretherton and {J.-L.} Dufresne and A. Hall and S. Hallegatte and
M. M. Holland and W. Ingram and D. A. Randall and B. J. Soden and
G. Tselioudis and M. J. Webb},
title = {How well do we understand and evaluate climate change feedback processes?},
journal = jc,
year = {2006},
volume = {19},
pages = {3445--3482}
}
@ARTICLE{Bony_etal_2013,
author = {S. Bony and G. Bellon and D. Klocke and S. Sherwood and S. Fermepin and S. Denvil},
title = {Robust direct effect of carbon dioxide on tropical circulation and regional precipitation},
journal = {Nature Geosci.},
year = {2013},
DOI = {10.1038/ngeo1799}
}
@ARTICLE{Bony_Dufresne_2005,
author = {S. Bony and J.-L. Dufresne},
title = {Marine boundary layer clouds at the heart of tropical cloud feedback uncertainties in climate models},
journal = grl,
year = {2005},
volume = {32},
DOI = {doi:10.1029/2005GL023851}
}
@ARTICLE{BougeaultLacarrere89,
author = {P. Bougeault and P. Lacarr\`{e}re},
title = {Parameterization of orography-induced turbulence in a mesobeta-scale
model},
journal = mwr,
year = {1989},
volume = {117},
pages = {1872--1890}
}
@ARTICLE{Boutle_etal_2014,
author = {I. A. Boutle and J. E. J. Eyre and A. P. Lock},
title = {Seamless stratocumulus simulation across the turbulent gray zone},
journal = mwr,
year = {2014},
volume = {142},
pages = {1655--1668}
}
@ARTICLE{BovilleBretherton03,
author = {B. A. Boville and C. S. Bretherton},
title = {Heating and kinetic energy dissipation in the NCAR community atmosphere
model},
journal = jc,
year = {2003},
volume = {16},
pages = {3877--3887}
}
@ARTICLE{Brenguieretal03,
author = {J.-L. Brenguier and H. Pawlowska and L. Sch\"uller},
title = {Cloud microphysical and radiative properties for parameterization
and satellite monitoring of the indirect effect of aerosol on climate},
journal = jgr,
year = {2003},
volume = {108},
doi = {doi:10.1029/2002JD002682}
}
@ARTICLE{Bretherton_etal_2013,
author = {C. S. Bretherton and P. N. Blossey and C. R. Jones},
title = {Mechanisms of marine low cloud sensitivity to idealized climate perturbations: \textsc{A} single \textsc{LES} exploration extending the \textsc{CGILS} cases},
journal = {J. Adv. Model. Earth Syst.},
year = {2013},
volume = {5},
pages = {316--337}
}
@ARTICLE{Bretherton_etal_1995,
author = {C. S. Bretherton and P. Austin and S. T. Siems},
title = {Cloudiness and marine boundary layer dynamics in the \textsc{ASTEX}
\textsc{L}agrangian experiments. \textsc{P}art \textsc{II}: Cloudiness,
drizzle, surface fluxes and entrainment},
journal = jas,
year = {1995},
volume = {52},
pages = {2724--2735}
}
@ARTICLE{Bretherton_etal_2007,
author = {C. S. Bretherton and P. N. Blossey and J. Uchida},
title = {Cloud droplet sedimentation, entrainment efficiency, and subtropical
stratocumulus albedo},
journal = grl,
year = {2007},
volume = {34},
doi = {10.1029/2006JD027648}
}
@ARTICLE{Brethertonetal_1999b,
author = {C. S. Bretherton and S. K. Krueger and M. C. Wyant and P. Bechtold
and E. Van Meijgaard and B. Stevens and J. Teixeira},
title = {A \textsc{GCSS} boundary-layer cloud model intercomparison study
of the first \textsc{ASTEX L}agrangian experiment},
journal = blm,
year = {1999},
volume = {93},
pages = {341--380}
}
@ARTICLE{Bretherton_etal_1999,
author = {C. S. Bretherton and M. K. MacVean and P. Bechtold and A. Chlond
and W. R. Cotton and J. Cuxart and J. W. M. Cuijpers and M. Khairoutdinov
and B. Kosovic and D. C. Lewellen and C.-H. Moeng and A. P. Siebesma
and B. Stevens and D. E. Stevens and I. Sykes and M. C. Wyant},
title = {An intercomparison of radiatively-driven entrainment and turbulence
in a smoke cloud, as simulated by different numerical models},
journal = qjrms,
year = {1999},
volume = {54},
pages = {148--167}
}
@ARTICLE{BMG04,
author = {C. S. Bretherton and J. R. McCaa and H. Grenier},
title = {A new parameterization for shallow cumulus convection and its application
to marine subtropical cloud-topped boundary layers. \textsc{P}art
\textsc{I: D}escription and 1\textsc{D} results},
journal = mwr,
year = {2004},
volume = {132},
pages = {864--882}
}
@ARTICLE{BrethertonPincus95,
author = {C. S. Bretherton and R. Pincus},
title = {Cloudiness and marine boundary layer dynamics in the \textsc{ASTEX}
\textsc{L}agrangian experiment. \textsc{P}art \textsc{I}: synoptic
setting and vertical structure},
journal = jas,
year = {1995},
volume = {52},
pages = {2707--2723}
}
@ARTICLE{Brethertonetal04,
author = {C. S. Bretherton and T. Uttal and C. W. Fairall and S. E. Yuter and
R. A. Weller and D. Baumgardner and K. Comstock and R. Wood and G.
B. Raga},
title = {The \textsc{EPIC} 2001 stratocumulus study},
journal = bams,
year = {2004},
volume = {85},
pages = {967--977}
}
@ARTICLE{Bretherton_Wyant_1997,
author = {C. S. Bretherton and M. C. Wyant},
title = {Moisture transport, lower-tropospheric stability, and decoupling
of cloud-topped boundary layers},
journal = jas,
year = {1997},
volume = {54},
pages = {148--167}
}
@ARTICLE{Bretherton_etal_CGILS_2012,
author = {C. S. Bretherton and P. N. Blossey and C. R. Jones},
title = {Mechanisms of marine low cloud sensitivity to idealized climate perturbations: \textsc{A} single-\textsc{LES} exploration extending the \textsc{CGILS} cases},
journal = {Submitted to J. Adv. Model. Earth. Syst.},
year = {2012}
}
@ARTICLE{Bretherton_etal_ELF_2014,
author = {C. S. Bretherton and P. N. Blossey},
title = {Low cloud reduction in a greenhouse-warmed climate: \textsc{R}esults from \textsc{L}agrangian \textsc{LES} of a subropical marine cloudiness transition },
journal = james,
volume = {6},
year = {2014}
}
@ARTICLE{Bretherton_Blossey_2014,
author = {C. S. Bretherton and P. N. Blossey},
title = {Low cloud reduction in a greenhouse-warmed climate: \textsc{R}esults from \textsc{L}agrangian \textsc{LES} of a subropical marine cloudiness transition },
journal = james,
volume = {6},
year = {2014}
}
@ARTICLE{Bretherton_2015,
author = {C. S. Bretherton},
title = {Insights into low-latitude cloud feedbacks from high-resolution models},
journal = {Phil. Trans. R. Soc. A.},
volume = {373},
year = {2015},
doi = {http://dx.doi.org/10.1098/rsta.2014.0415}
}
@ARTICLE{Brient_Bony_2012,
author = {F. Brient and S. Bony},
title = {Interpretation of the positive low-cloud feedback predicted by a climate model under global warming},
journal = {Clim. Dyn.},
year = {2012},
doi = {DOI 10.1007/s00382-011-1279-7}
}
@ARTICLE{BrinkopRoeckner95,
author = {S. Brinkop and E. Roeckner},
title = {Sensitivity of a general circulation model to parameterizations of
cloud-turbulence interactions in the atmospheric boundary layer},
journal = {Tellus},
year = {1995},
volume = {47A},
pages = {197--220}
}
@ARTICLE{Brostetal82,
author = {R. A. Brost and D. H. Lenschow and J. C. Wyngaard},
title = {Marine stratocumulus layers. \textsc{P}art \textsc{I}: Mean conditions},
journal = jas,
year = {1982},
volume = {39},
pages = {800--817}
}
@ARTICLE{Brown99,
author = {A. R. Brown},
title = {The sensitivity of large-eddy simulations of shallow cumulus convection
to resolution and subgrid model},
journal = qjrms,
year = {1999},
volume = {125},
pages = {469--482}
}
@ARTICLE{Brownetal02,
author = {A. R. Brown and R. T. Cederwall and A. Chlond and P. G. Duynkerke
and J.-C. Golaz and M. Khairoutdinov and D. C. Lewellen and A. P.
Lock and M. K. Macvean and C.-H. Moeng and R. A. J. Neggers and A.
P. Siebesma and B. Stevens},
title = {Large-eddy simulation of the diurnal cycle of shallow cumulus convection
over land},
journal = qjrms,
year = {2002},
volume = {128},
pages = {1075--1093}
}
@ARTICLE{BrownGrant97,
author = {A. R. Brown and A. L. M. Grant},
title = {Non-local mixing of momentum in the convective boundary layer},
journal = blm,
year = {1997},
volume = {84},
pages = {1--22}
}
@article{Brummer_1999,
title={Roll and cell convection in wintertime \textsc{A}rctic cold-air outbreaks},
author={B. Br{\"u}mmer},
journal=jas,
volume={56},
number={15},
pages={2613--2636},
year={1999}
}
@article{Brummer_Pohlmann_2000,
title={Wintertime roll and cell convection over \textsc{G}reenland and \textsc{B}arents \textsc{S}ea regions: \textsc{A} climatology},
author={B. Br{\"u}mmer and S. Pohlmann},
journal=jgr,
volume={105},
pages={15559--15566},
year={2000},
publisher={Wiley Online Library}
}
@ARTICLE{Buck81,
author = {A. L. Buck},
title = {New equations for computing vapor pressure and enhancement factor},
journal = jam,
year = {1981},
volume = {20},
pages = {1527--1532}
}
@ARTICLE{BurnetBrenguier07,
author = {F. Burnet and J.-L. Brenguier},
title = {Observational study of the entrainment-mixing process in warm convective
clouds},
journal = jas,
year = {2007},
volume = {64},
pages = {1995--2011}
}
@ARTICLE{Businger_etal_1971,
author = {J. A. Businger and J. C. Wyngaard and Y. Izumi and E. F. Bradley},
title = { Flux profile relationships in the atmospheric surface layer},
journal = jas,
year = {1971},
volume = {28},
pages = {181--189},
}
@ARTICLE{Cahalanetal05,
author = {R. F. Cahalan and L. Oreopoulos and A. Marshak and K. F. Evans and
A. B. Davis and R. Pincus and K. H. Yetzer and B. Mayer and R. Davies
and T. P. Ackerman and H. W. Barker and E. E. Clothiaux and R. G.
Ellingson and M. J. Garay and E. Kassianov and S. Kinne and A. Macke
and W. O'Hirok and P. T. Partain and S. M. Prigarin and A. N. Rublev
and G. L. Stephens and F. Szczap and E. E. Takara and T. V\'arnai
and G. Wen and T. B. Zhuravleva},
title = {The \textsc{I3RC}: Bringing together the most advanced radiative
transfer tools for cloudy atmospheres},
journal = bams,
year = {2005},
volume = {86},
pages = {1275--1293}
}
@ARTICLE{Cahalanetal94,
author = {R. F. Cahalan and W. Ridgway and W. J. Wiscombe and S. Gollmer and
Harshvardhan},
title = {Independent pixel and \textsc{M}onte-\textsc{C}arlo estimates of
stratocumulus albedo},
journal = jas,
year = {1994},
volume = {51},
pages = {3776--3790}
}
@ARTICLE{Cahalanetal95,
author = {R. F. Cahalan and D. Silberstein and J. B. Snider},
title = {Liquid Water Path and plane-parallel albedo bias during \textsc{ASTEX}},
journal = jas,
year = {1995},
volume = {52},
pages = {3002--3012}
}
@ARTICLE{CahalanSnider89,
author = {R. F. Cahalan and J. B. Snider},
title = {Marine stratocumulus structure},
journal = rse,
year = {1989},
volume = {28},
pages = {95--107}
}
@ARTICLE{Caldwell_Bretherton_2009,
author = {P. Caldwell and C. S. Bretherton},
title = {Response of a Subtropical Stratocumulus-Capped Mixed Layer to Climate and Aerosol Changes},
journal = jc,
year = {2009},
volume = {22},
pages = {20--38}
}
@ARTICLE{Caldwell_etal_2013,
author = {P. Caldwell and Y. Zhang and S. Klein},
title = {\textsc{CMIP3} subtropical stratocumulus cloud feedback interpreted through a mixed-layer model},
journal = {J. Clim.},
year = {2013},
volume = {26},
pages = {1607--1625}
}
@ARTICLE{Caugheyetal82,
author = {S. J. Caughey and B. A. Crease and W. T. Roach},
title = {A field study of nocturnal stratocumulus. II Turbulence structure
and entrainment},
journal = qjrms,
year = {1982},
volume = {108},
pages = {125--144}
}
@ARTICLE{CaugheyKitchen84,
author = {S. J. Caughey and M. Kitchen},
title = {Simultaneous measurements of the turbulent and microphysical structure
of nocturnal stratocumulus cloud},
journal = qjrms,
year = {1984},
volume = {110},
pages = {13--34}
}
@ARTICLE{Cheinet03,
author = {S. Cheinet},
title = {A multiple mass-flux parameterization for the surface generated convection.
Part I: Dry plumes},
journal = jas,
year = {2003},
volume = {60},
pages = {2313--2327}
}
@PHDTHESIS{Cheinet02,
author = {S. Cheinet},
title = {The parameterization of clear and cloudy convective boundary layers},