Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ examples = [
Example("Single column radiation", "single_column_radiation", true),
Example("Stationary parcel model", "stationary_parcel_model", true),
Example("Acoustic wave in shear layer", "acoustic_wave", true),
Example("Splitting supercell", "splitting_supercell", true),
]

# Filter out long-running example if necessary
Expand Down
21 changes: 21 additions & 0 deletions docs/src/breeze.bib
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,24 @@ @article{Shu1988Efficient
doi = {10.1016/0021-9991(88)90177-5},
author = {Chi-Wang Shu and Stanley Osher},
}

@article{KlempEtAl2015,
author = {Klemp, Joseph B. and Skamarock, William C. and Park, Sang-Hun},
title = {Idealized global nonhydrostatic atmospheric test cases on a reduced-radius sphere},
journal = {Journal of Advances in Modeling Earth Systems},
volume = {7},
number = {3},
pages = {1155--1177},
year = {2015},
doi = {10.1002/2015MS000435}
}

@article{Zarzycki2019,
author = {Zarzycki, Colin M. and Jablonowski, Christiane and Kent, James and Lauritzen, Peter H. and Nair, Ramachandran and Reed, Kevin A. and Ullrich, Paul A. and Hall, David M. and Dazlich, Don and Heber, Ross and Achatz, Ulrich and Butter, Tobias and Galewsky, Joseph and Goodman, Justin and Klein, Rupert and Lemarié, Florian and Malardel, Sylvie and Rauscher, Sara A. and Schar, Christoph and Sprenger, Michael and Taylor, Mark A. and Vogl, Christian and Wan, Hui and Williamson, David L.},
title = {{DCMIP2016}: the splitting supercell test case},
journal = {Geoscientific Model Development},
volume = {12},
pages = {879--892},
year = {2019},
doi = {10.5194/gmd-12-879-2019}
}
Loading