File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 " ,
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 {
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 " ,
You can’t perform that action at this time.
0 commit comments