-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
368 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" | ||
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# The citation keys have been formatted as: | ||
# Last author name (titlecase), followed by | ||
# (no characters in-between) the year. | ||
@article{meador1980, | ||
title={Two-stream approximations to radiative transfer in planetary atmospheres: A unified description of existing methods and a new improvement}, | ||
author={Meador, WE and Weaver, WR}, | ||
journal={Journal of Atmospheric Sciences}, | ||
volume={37}, | ||
number={3}, | ||
pages={630--643}, | ||
year={1980} | ||
} | ||
|
||
@article{shonk2008, | ||
title={Tripleclouds: An efficient method for representing horizontal cloud inhomogeneity in 1D radiation schemes by using three regions at each height}, | ||
author={Shonk, Jonathan KP and Hogan, Robin J}, | ||
journal={Journal of Climate}, | ||
volume={21}, | ||
number={11}, | ||
pages={2352--2370}, | ||
year={2008} | ||
} | ||
|
||
@article{toon1989, | ||
title={Rapid calculation of radiative heating rates and photodissociation rates in inhomogeneous multiple scattering atmospheres}, | ||
author={Toon, Owen B and McKay, CP and Ackerman, TP and Santhanam, K}, | ||
journal={Journal of Geophysical Research: Atmospheres}, | ||
volume={94}, | ||
number={D13}, | ||
pages={16287--16301}, | ||
year={1989}, | ||
publisher={Wiley Online Library} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.