From d81550d0cccae824cc748de48e7fd50ea8d8033a Mon Sep 17 00:00:00 2001
From: Johannes Ranke This is a reimplementation of the calculation described in the Exposit 3.02 spreadsheet file,
in the worksheet "Konzept Runoff". The dilution factor Excel 3.02 spreadsheet available from
https://www.bvl.bund.de/DE/04_Pflanzenschutzmittel/03_Antragsteller/04_Zulassungsverfahren/07_Naturhaushalt/psm_naturhaush_node.html#doc1400590bodyText3 A list containing the following componentsPEC_sw_exposit_runoff(rate, interception = 0, Koc, DT50 = Inf,
- t_runoff = 3, exposit_reduction_version = c("3.02", "3.01a",
- "3.01a2", "2.0"), V_ditch = 30, V_event = 100, dilution = 2)
-
+ PEC_sw_exposit_runoff(
+ rate,
+ interception = 0,
+ Koc,
+ DT50 = Inf,
+ t_runoff = 3,
+ exposit_reduction_version = c("3.02", "3.01a", "3.01a2", "2.0"),
+ V_ditch = 30,
+ V_event = 100,
+ dilution = 2
+)
+
Arguments
-
+
Source
Value
@@ -175,11 +182,9 @@ and the bound fraction.
perc_runoff_exposit
for runoff loss percentages and perc_runoff_reduction_exposit
for runoff reduction percentages used
PEC_sw_exposit_runoff(500, Koc = 150)#> $perc_runoff @@ -226,13 +231,9 @@ and the bound fraction.Contents
-- cgit v1.2.1