diff --git a/content/tutorials/parallelization/SIMWE_parallelization.qmd b/content/tutorials/parallelization/SIMWE_parallelization.qmd index 9deb677..4ab9b98 100644 --- a/content/tutorials/parallelization/SIMWE_parallelization.qmd +++ b/content/tutorials/parallelization/SIMWE_parallelization.qmd @@ -534,7 +534,7 @@ We will then create an input precipitation depth raster, assuming uniform rainfa tools.r_mapcalc(expression=f"rainfall_{huc12} = {depth}") ``` -With that we estimate runoff (rainfall excess) with [r.runoff](https://grass.osgeo.org/grass-stable/manuals/r.runoff.html), +With that we estimate runoff (rainfall excess) with [r.runoff](https://grass.osgeo.org/grass-stable/manuals/addons/r.runoff.html), which estimates for each cell total runoff depth in mm for the duration of the storm using SCS Curve Number method. diff --git a/content/tutorials/windfetch/windfetch.qmd b/content/tutorials/windfetch/windfetch.qmd index b54682b..a8772cf 100644 --- a/content/tutorials/windfetch/windfetch.qmd +++ b/content/tutorials/windfetch/windfetch.qmd @@ -26,7 +26,7 @@ jupyter: python3 # Introduction Wind fetch — the distance wind blows across open water — is a key factor in wave generation and shoreline exposure. It is widely used in coastal engineering to estimate wave height, and in ecology to assess habitat vulnerability to wave energy. This tutorial demonstrates how to use the -[r.windfetch](https://grass.osgeo.org/grass-devel/manuals/r.windfetch.html) addon in GRASS to compute fetch lengths for a case study on the North Carolina coast. +[r.windfetch](https://grass.osgeo.org/grass-stable/manuals/addons/r.windfetch.html) addon in GRASS to compute fetch lengths for a case study on the North Carolina coast. We will: