From 06b528f0c19ca9f7a311612c0e9ae80c0d0c1d3f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 27 Oct 2017 18:15:29 +0200 Subject: Exposit runoff calculations for surface water --- docs/reference/perc_runoff_exposit.html | 138 ++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 docs/reference/perc_runoff_exposit.html (limited to 'docs/reference/perc_runoff_exposit.html') diff --git a/docs/reference/perc_runoff_exposit.html b/docs/reference/perc_runoff_exposit.html new file mode 100644 index 0000000..1f570ce --- /dev/null +++ b/docs/reference/perc_runoff_exposit.html @@ -0,0 +1,138 @@ + + + + + + + + +Runoff loss percentages as used in Exposit 3 — perc_runoff_exposit • pfm + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +

A table of the loss percentages used in Exposit 3 for the twelve different Koc classes

+ + +
Koc_breaks
+ +

Format

+ +

A data frame with percentage values for the dissolved fraction and the fraction + bound to eroding particles, with Koc classes used as row names

+
dissolved

The percentage of the applied substance transferred to an + adjacent water body in the dissolved phase

+
bound

The percentage of the applied substance transferred to an + adjacent water body bound to eroding particles

+
+ +

Source

+ +

Excel 3.01 spreadsheet available from + https://www.bvl.bund.de/DE/04_Pflanzenschutzmittel/03_Antragsteller/04_Zulassungsverfahren/07_Naturhaushalt/psm_naturhaush_node.html#doc1400590bodyText3

+ + +

Examples

+
print(perc_runoff_exposit)
#> Koc_lower_bound dissolved bound +#> 0-20 0 0.110 0.000 +#> >20-50 20 0.151 0.000 +#> >50-100 50 0.197 0.000 +#> >100-200 100 0.248 0.001 +#> >200-500 200 0.224 0.004 +#> >500-1000 500 0.184 0.020 +#> >1000-2000 1000 0.133 0.042 +#> >2000-5000 2000 0.084 0.091 +#> >5000-10000 5000 0.037 0.159 +#> >10000-20000 10000 0.031 0.192 +#> >20000-50000 20000 0.014 0.291 +#> >50000 50000 0.001 0.451
+
+ +
+ + +
+ + + -- cgit v1.2.1