From 4ff660820a5fd0b958b3f6aa59d85c05017ef4c3 Mon Sep 17 00:00:00 2001 From: Matt Dawson Date: Tue, 21 May 2024 09:46:39 -0700 Subject: [PATCH] add dois --- include/tuvx/radiative_transfer/solvers/delta_eddington.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tuvx/radiative_transfer/solvers/delta_eddington.hpp b/include/tuvx/radiative_transfer/solvers/delta_eddington.hpp index 6f2da558..2da78a79 100644 --- a/include/tuvx/radiative_transfer/solvers/delta_eddington.hpp +++ b/include/tuvx/radiative_transfer/solvers/delta_eddington.hpp @@ -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 void Solve(const std::vector& solar_zenith_angles, const std::map& grids,