Skip to content

Commit

Permalink
Merge pull request #96 from mcflugen/mcflugen/update-fault-scarp-note…
Browse files Browse the repository at this point in the history
…book

Update fault scarp notebook
  • Loading branch information
mcflugen committed Mar 9, 2023
2 parents c7f82b1 + cc69b19 commit ec0b241
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 1,391 deletions.
2 changes: 1 addition & 1 deletion README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.11.0"
}
},
"nbformat": 4,
Expand Down
15 changes: 10 additions & 5 deletions lessons/landlab/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@
"\n",
"\n",
"* [Introduction to Landlab Grids](landlab/intro-to-grids.ipynb)\n",
"* [HyLands demo](landlab/bedrock_landslides_on_dems.ipynb)\n",
"* [Landlab fault scarp](landlab/landlab-fault-scarp-for-espin.ipynb)\n",
" * The erosional degradation of an earthquake fault scarp, and which evolves\n",
" over time in response to the gradual downhill motion of soil. \n",
" * We use a simple \"geomorphic diffusion\" model for landform evolution, in which\n",
" the downhill flow of soil is assumed to be proportional to the (downhill) gradient\n",
" of the land surface multiplied by a transport coefficient.\n",
"\n",
"## Some demos\n",
" \n",
"* [Landlab as a solver for advection-diffusion problems](landlab/practice-your-skills.ipynb)\n",
"* [Demo 1 (*optional*): Landlab fault scarp](landlab/fault-scarp.ipynb)\n",
" * The example is the erosional degradation of an earthquake fault scarp, and which evolves over time in response to the gradual downhill motion of soil. \n",
" * Here we use a simple \"geomorphic diffusion\" model for landform evolution, in which the downhill flow of soil is assumed to be proportional to the (downhill) gradient of the land surface multiplied by a transport coefficient.\n",
"* [Demo 1 (*optional*): HyLands demo](landlab/bedrock_landslides_on_dems.ipynb)\n",
"* [Demo 2 (*optional*): Overland flow](landlab/overland_flow.ipynb)\n",
" * This notebook illustrates running the deAlmeida overland flow component in an extremely simple-minded way on a real topography, then shows it creating a flood sequence along an inclined surface with an oscillating water surface at one end.\n",
" * This notebook illustrates running the deAlmeida overland flow component in an extremely\n",
" simple-minded way on a real topography, then shows it creating a flood sequence along\n",
" an inclined surface with an oscillating water surface at one end.\n",
"\n",
"**For more Landlab tutorials, click here:** <a href=\"https://landlab.readthedocs.io/en/latest/user_guide/tutorials.html\">https://landlab.readthedocs.io/en/latest/user_guide/tutorials.html</a></small>\n",
"\n"
Expand Down
Loading

0 comments on commit ec0b241

Please sign in to comment.