Skip to content

Commit

Permalink
Update chapter_2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EiseWN authored Oct 1, 2023
1 parent 76a0ad0 commit 14eae54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/practicals/chapter_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ $$ (Eq_2_11)
3. Calculate the associated Shields parameter $\theta$ for $tau2$ (Eq. {eq}`Eq_1_4`).
4. Use the function [scatter](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.scatter.html) to plot the Einstein parameter $\phi$ (using the measured transport rates; Eq. {eq}`Eq_1_5`) against the newly computed Shields Parameter. Make the colours again dependent on the log of the nondimensionalized grain size $D\ast$ (Bonnefille number; Eq. {eq}`Eq_1_7`).
4. Use the function [scatter](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.scatter.html) to plot the Einstein parameter $\phi$ (using the measured transport rates; Eq. {eq}`Eq_1_5`) against the newly computed Shields Parameter. Make the colours again dependent on the [base 10 logarithm](https://numpy.org/doc/stable/reference/generated/numpy.log10.html) of the nondimensionalized grain size $D\ast$ (Bonnefille number; Eq. {eq}`Eq_1_7`) and use the specific gravity of the sediment $s*10$ to set the size of the scatter points.
5. Now answer the following questions as brief comments in your scripts:
Expand Down

0 comments on commit 14eae54

Please sign in to comment.