Skip to content

Commit afd8f72

Browse files
committed
Add missing West Bijou Creek visualizations
1 parent 3bd083c commit afd8f72

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

lessons/landlab/landlab/05-components.a.ipynb

+3-5
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,15 @@
3131
"\n",
3232
"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",
3333
"\n",
34-
"![bijou_gully_topography.png](attachment:bijou_gully_topography.png)\n",
35-
"*Figure 2: topography of a gullied area on the Colorado high plains (from Landlab tutorial \"Green-Ampt infiltration and kinematic wave overland flow\").*\n",
36-
"\n"
34+
"<img src=\"./media/bijou_gully_topography.png\">\n",
35+
"*Figure 2: topography of a gullied area on the Colorado high plains (from Landlab tutorial \"Green-Ampt infiltration and kinematic wave overland flow\").*"
3736
]
3837
},
3938
{
4039
"cell_type": "markdown",
4140
"metadata": {},
4241
"source": [
43-
"![bijou_gully_infiltration.png](attachment:bijou_gully_infiltration.png)\n",
44-
"\n",
42+
"<img src=\"./media/bijou_gully_infiltration.png\">\n",
4543
"*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",
4644
"\n",
4745
"The following code snippets illustrate how the components are imported...\n",

lessons/landlab/landlab/05-components.ipynb

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"\n",
3232
"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",
3333
"\n",
34-
"![bijou_gully_topography.png](attachment:bijou_gully_topography.png)\n",
34+
"<img src=\"./media/bijou_gully_topography.png\">\n",
3535
"*Figure 2: topography of a gullied area on the Colorado high plains (from Landlab tutorial \"Green-Ampt infiltration and kinematic wave overland flow\").*\n",
3636
"\n"
3737
]
@@ -40,8 +40,7 @@
4040
"cell_type": "markdown",
4141
"metadata": {},
4242
"source": [
43-
"![bijou_gully_infiltration.png](attachment:bijou_gully_infiltration.png)\n",
44-
"\n",
43+
"<img src=\"./media/bijou_gully_infiltration.png\">\n",
4544
"*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",
4645
"\n",
4746
"The following code snippets illustrate how the components are imported...\n",
Loading
Loading

0 commit comments

Comments
 (0)