Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/windfetch/windfetch.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Loading