Skip to content

Commit

Permalink
add dois
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed May 21, 2024
1 parent f94ec89 commit 4ff6608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/tuvx/radiative_transfer/solvers/delta_eddington.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ namespace tuvx {
///
/// Solves two-stream equations for multiple layers. These routines are based
/// on equations from: Toon et al., J.Geophys.Res., v94 (D13), Nov 20, 1989.
/// DOI: https://doi.org/10.1029/JD094iD13p16287
/// It contains 9 two-stream methods to choose from. A pseudo-spherical
/// correction has also been added.
///
/// The original delta-Eddington paper is:
/// Joseph and Wiscombe, J. Atmos. Sci., 33, 2453-2459, 1976
/// DOI: https://doi.org/10.1175/1520-0469(1976)033%3C2452:TDEAFR%3E2.0.CO;2
template <typename T, typename GridPolicy, typename ProfilePolicy, typename RadiatorStatePolicy, typename RadiationFieldPolicy>
void Solve(const std::vector<T>& solar_zenith_angles,
const std::map<std::string, GridPolicy>& grids,
Expand Down

0 comments on commit 4ff6608

Please sign in to comment.