From 435e07a6f7fd2599d783fd306ee6d9e08acc0c6b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 27 Sep 2019 10:00:15 +0200 Subject: Fix for UK drainage, some EFSA interception and washoff - PEC_sw_drainage_UK() gave results that were a little bit too high for the substances with the highest Koc (>4000), as I used 0.01% instead of 0.008% for them. This must have come from an old vesion of the UK data requirements handbook, at least I do not have another explanation - Add EFSA interception (from 2014 DegT50 guidance) and tier 1 crop wash-off factors (from 2017 PEC soil guidance) for some major arable crops - Update docs --- docs/reference/buffers.html | 137 -------------------------------------------- 1 file changed, 137 deletions(-) delete mode 100644 docs/reference/buffers.html (limited to 'docs/reference/buffers.html') diff --git a/docs/reference/buffers.html b/docs/reference/buffers.html deleted file mode 100644 index f04c3d0..0000000 --- a/docs/reference/buffers.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - -Runoff reduction percentages as used in Exposit — buffers • pfm - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - -
- -
-
- - - -

A table of the runoff reduction percentages used in Exposit 3 for different vegetated buffer widths

- - -
buffers
- -

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.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_reduction_exposit)
#> $`3.01` -#> dissolved bound -#> No buffer 0 0 -#> 5 m 40 40 -#> 10 m 60 85 -#> 20 m 80 95 -#> -#> $`2.0` -#> dissolved bound -#> 1 0.0 0.0 -#> 2 97.5 97.5 -#>
-
- -
- - -
- - - -- cgit v1.2.1