-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accumulated changes including reorganization to main (#235)
Code runs in single precision with differences up to 0.13 W/m2 in example problems. A new class represents MERRA aerosol optical properties. The directory layout is reorganized (front-ends, kernels) and data moved to a separate repo. Citation information added. See PR #235 for all changes. Closes #39 #128 #156 #160 #193 #203 #214
- Loading branch information
1 parent
74a0e09
commit 3ac0636
Showing
82 changed files
with
3,498 additions
and
1,540 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
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
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,66 @@ | ||
cff-version: 1.2.0 | ||
title: "RTE+RRTMGP" | ||
authors: | ||
- family-names: Pincus | ||
given-names: Robert | ||
orcid: "https://orcid.org/0000-0002-0016-3470" | ||
- family-names: Iacono | ||
given-names: Michael J. | ||
orcid: "https://orcid.org/0000-0002-9578-0649" | ||
- family-names: Alexeev | ||
given-names: Dmitry | ||
orcid: "https://orcid.org/0000-0002-6425-2181" | ||
- family-names: Adamidis | ||
given-names: Panos | ||
- family-names: Hillman | ||
given-names: Benjamin R. | ||
orcid: "https://orcid.org/0000-0002-9264-9872" | ||
- family-names: Norman | ||
given-names: Matthew | ||
orcid: "https://orcid.org/0000-0003-4764-3348" | ||
- family-names: Pfister | ||
given-names: Erik | ||
orcid: "http://orcid.org/0009-0002-2688-138X" | ||
- family-names: Polonsky | ||
given-names: Igor N. | ||
- family-names: Romero | ||
given-names: Nicols A. | ||
- family-names: Wehe | ||
given-names: Andre | ||
type: software | ||
repository-code: "https://github.com/earth-system-radiaton/rte-rrtmgp" | ||
license: BSD-3-Clause | ||
date-released: "2023-05-30" | ||
version: 1.7 | ||
|
||
abstract: "RTE+RRTMGP is a set of codes for computing radiative fluxes in planetary atmospheres. | ||
RRTMGP uses a k-distribution to provide an optical description (absorption and possibly Rayleigh optical depth) of the gaseous atmosphere, along with the relevant source functions, on a pre-determined spectral grid given temperatures, pressures, and gas concentration. RTE computes fluxes given spectrally-resolved optical descriptions and source functions. The fluxes are normally summarized or reduced via a user extensible class." | ||
identifiers: | ||
- description: "All versions" | ||
type: doi | ||
value: 10.5281/zenodo.3403172 | ||
keywords: | ||
- "RTE+RRTMGP" | ||
- "atmospheric radiation" | ||
- "radiative transfer" | ||
- "climate model" | ||
- research | ||
message: "If you use this software, please cite it using these metadata." | ||
|
||
references: | ||
- authors: | ||
- family-names: Pincus | ||
given-names: Robert | ||
- family-names: Mlawer | ||
given-names: Eli J. | ||
- family-names: Delamere | ||
given-names: Jennifer S. | ||
doi: 10.1029/2019MS001621 | ||
journal: "Journal of Advances in Modeling Earth Systems" | ||
scope: "This paper describes the design, concepts, and version 1.0 of the software" | ||
title: "Balancing Accuracy, Efficiency, and Flexibility in Radiation Calculations for Dynamical Models" | ||
type: article | ||
volume: 11 | ||
number: 10 | ||
pages: 3074-3089 | ||
year: 2019 |
Oops, something went wrong.