From e0c130005ee7adbac9b832ea8157712419d51b7e Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Mon, 22 Jun 2026 18:01:11 +0200 Subject: Update static docs --- docs/reference/perc_runoff_reduction_exposit.md | 67 +++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 docs/reference/perc_runoff_reduction_exposit.md (limited to 'docs/reference/perc_runoff_reduction_exposit.md') diff --git a/docs/reference/perc_runoff_reduction_exposit.md b/docs/reference/perc_runoff_reduction_exposit.md new file mode 100644 index 0000000..7757223 --- /dev/null +++ b/docs/reference/perc_runoff_reduction_exposit.md @@ -0,0 +1,67 @@ +# Runoff reduction percentages as used in Exposit + +A table of the runoff reduction percentages used in Exposit 3 for +different vegetated buffer widths + +## Usage + +``` r +perc_runoff_reduction_exposit +``` + +## Format + +A named list of data frames with reduction percentage values for the +dissolved fraction and the fraction bound to eroding particles, with +vegetated buffer widths as row names. The names of the list items are +the Exposit versions from which the values were taken. + +- dissolved: + + The reduction percentage for the dissolved phase + +- bound: + + The reduction percentage for the particulate phase + +## Source + +Excel 3.02 spreadsheet available from + + +Agroscope version 3.01a with additional runoff factors for 3 m and 6 m +buffer zones received from Muris Korkaric (not published). The variant +3.01a2 was introduced for consistency with previous calculations +performed by Agroscope for a 3 m buffer zone. + +## Examples + +``` r +print(perc_runoff_reduction_exposit) +#> $`3.02` +#> dissolved bound +#> No buffer 0 0 +#> 5 m 40 40 +#> 10 m 60 85 +#> 20 m 80 95 +#> +#> $`3.01a` +#> dissolved bound +#> No buffer 0 0 +#> 3 m 25 30 +#> 5 m 40 40 +#> 6 m 45 55 +#> 10 m 60 85 +#> 20 m 80 95 +#> +#> $`3.01a2` +#> dissolved bound +#> No buffer 0 0 +#> 3 m 25 25 +#> +#> $`2.0` +#> dissolved bound +#> No buffer 0.0 0.0 +#> 20 m 97.5 97.5 +#> +``` -- cgit v1.2.3