Skip to content

Commit f7b209f

Browse files
committed
Slight change to documentation
1 parent 6e81821 commit f7b209f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Pythonic-DISORT.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
"source": [
285285
"* **Number of quadrature points for the** $\\mu'$ **integral (NSTR)**\n",
286286
"\n",
287-
"This parameter is also known as the number of \"streams\" in the radiation literature and in Stamnes' DISORT [[3]](#cite-Sta1999). We require an even $\\text{NQuad} \\geq 2$. This parameter incurs the largest computational cost in `pydisort`, with scaling like $\\mathcal{O}\\left(\\text{NQuad}^3\\right)$. An excessive number of streams will cause numerical instability; if $\\text{NQuad} \\gtrsim 300$ some quadrature angles will be too close to $0$ and so the computed intensity at those angles will be inaccurate."
287+
"This parameter is also known as the number of \"streams\" in the radiation literature and in Stamnes' DISORT [[3]](#cite-Sta1999). We require an even $\\text{NQuad} \\geq 2$. This parameter incurs the largest computational cost in `pydisort`, with scaling like $\\mathcal{O}\\left(\\text{NQuad}^3\\right)$. An excessive number of streams will cause numerical instability: if $\\text{NQuad} \\gtrsim 300$ some quadrature angles will be extremely glancing ($\\mu \\sim 0$) and the computed intensity at those angles will be inaccurate."
288288
]
289289
},
290290
{

0 commit comments

Comments
 (0)