Skip to content

Commit baccdf4

Browse files
committed
Minor documentation corrections
1 parent 32785d9 commit baccdf4

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

docs/Pythonic-DISORT.ipynb

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3573,7 +3573,7 @@
35733573
"id": "0fe27fd8",
35743574
"metadata": {},
35753575
"source": [
3576-
"*This is implemented in* `disort.py`.\n",
3576+
"*This is implemented in* `_assemble_intensity_and_fluxes.py`.\n",
35773577
"\n",
35783578
"PythonicDISORT also returns the positive (upward) and negative (downward) (energetic) flux functions. One has that\n",
35793579
"\n",
@@ -3654,7 +3654,11 @@
36543654
"\n",
36553655
"$$F_\\text{direct}^-(\\tau^*) = I_0 \\mu_0 \\exp\\left(-\\mu_{0}^{-1} \\tau^*\\right) > I_0 \\mu_0 \\exp\\left(-\\mu_{0}^{-1} \\tau\\right) = F_\\text{direct}^-(\\tau)$$\n",
36563656
"\n",
3657-
"Therefore, one will need to reclassify the additional downward flux from direct to diffuse, as is done in Stamnes' DISORT."
3657+
"Therefore, one will need to reclassify the additional downward flux\n",
3658+
"\n",
3659+
"$$I_0 \\mu_0 \\exp\\left(-\\mu_{0}^{-1} \\tau^*\\right) - I_0 \\mu_0 \\exp\\left(-\\mu_{0}^{-1} \\tau\\right)$$\n",
3660+
"\n",
3661+
" from direct to diffuse, as is done in Stamnes' DISORT."
36583662
]
36593663
},
36603664
{
@@ -3682,9 +3686,11 @@
36823686
]
36833687
},
36843688
{
3685-
"cell_type": "raw",
3689+
"cell_type": "code",
3690+
"execution_count": null,
36863691
"id": "596b265c",
36873692
"metadata": {},
3693+
"outputs": [],
36883694
"source": [
36893695
"Ntau = 100 # Number of tau test points\n",
36903696
"tau_test_arr = np.random.random(Ntau) * tau_arr[-1]\n",

0 commit comments

Comments
 (0)