Skip to content

Commit

Permalink
Add missing West Bijou Creek visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 9, 2024
1 parent 3bd083c commit afd8f72
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
8 changes: 3 additions & 5 deletions lessons/landlab/landlab/05-components.a.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,15 @@
"\n",
"Here's an example from the Landlab tutorial *Green-Ampt infiltration and kinematic wave overland flow*. The example code in the tutorial uses two components, `SoilInfiltrationGreenAmpt` and `KinwaveImplicitOverlandFlow`, to calculate overland flow and infiltration across a terrain that is represented by a digital elevation model.\n",
"\n",
"![bijou_gully_topography.png](attachment:bijou_gully_topography.png)\n",
"*Figure 2: topography of a gullied area on the Colorado high plains (from Landlab tutorial \"Green-Ampt infiltration and kinematic wave overland flow\").*\n",
"\n"
"<img src=\"./media/bijou_gully_topography.png\">\n",
"*Figure 2: topography of a gullied area on the Colorado high plains (from Landlab tutorial \"Green-Ampt infiltration and kinematic wave overland flow\").*"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"![bijou_gully_infiltration.png](attachment:bijou_gully_infiltration.png)\n",
"\n",
"<img src=\"./media/bijou_gully_infiltration.png\">\n",
"*Figure 3: cumulative infiltration water depth during a simulated five-minute heavy rainfall (from Landlab tutorial \"Green-Ampt infiltration and kinematic wave overland flow\")*\n",
"\n",
"The following code snippets illustrate how the components are imported...\n",
Expand Down
5 changes: 2 additions & 3 deletions lessons/landlab/landlab/05-components.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"\n",
"Here's an example from the Landlab tutorial *Green-Ampt infiltration and kinematic wave overland flow*. The example code in the tutorial uses two components, `SoilInfiltrationGreenAmpt` and `KinwaveImplicitOverlandFlow`, to calculate overland flow and infiltration across a terrain that is represented by a digital elevation model.\n",
"\n",
"![bijou_gully_topography.png](attachment:bijou_gully_topography.png)\n",
"<img src=\"./media/bijou_gully_topography.png\">\n",
"*Figure 2: topography of a gullied area on the Colorado high plains (from Landlab tutorial \"Green-Ampt infiltration and kinematic wave overland flow\").*\n",
"\n"
]
Expand All @@ -40,8 +40,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![bijou_gully_infiltration.png](attachment:bijou_gully_infiltration.png)\n",
"\n",
"<img src=\"./media/bijou_gully_infiltration.png\">\n",
"*Figure 3: cumulative infiltration water depth during a simulated five-minute heavy rainfall (from Landlab tutorial \"Green-Ampt infiltration and kinematic wave overland flow\")*\n",
"\n",
"The following code snippets illustrate how the components are imported...\n",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit afd8f72

Please sign in to comment.