porewater |
@@ -212,14 +240,24 @@ p. 13).
This assumes that the complete load to soil during the time specified by
'interval' (typically 365 days) is dosed at once. As in the PPR panel
-opinion cited below (PPR panel 2012), only temperature correction using the
+opinion cited below (EFSA PPR panel 2012), only temperature correction using the
Arrhenius equation is performed.
Total soil and porewater PEC values for the scenarios as defined in the EFSA
-guidance (2015, p. 13) can easily be calculated.
+guidance (2017, p. 14/15) can easily be calculated.
Note
- If temperature information is available in the selected scenarios, as
+
While time weighted average (TWA) concentrations given in the examples
+from the EFSA guidance from 2015 (p. 80) are be reproduced, this is not
+true for the TWA concentrations given for the same example in the EFSA guidance
+from 2017 (p. 92).
+According to the EFSA guidance (EFSA, 2017, p. 43), leaching should be
+ taken into account for the EFSA 2017 scenarios, using the evaluation depth
+ (here mixing depth) as the depth of the layer from which leaching takes
+ place. However, as the amount leaching below the evaluation depth
+ (often 5 cm) will partly be mixed back during tillage, the default in this function
+ is to use the tillage depth for the calculation of the leaching rate.
+If temperature information is available in the selected scenarios, as
e.g. in the EFSA scenarios, the DT50 for groundwater modelling
(destination 'PECgw') is taken from the chent object, otherwise the DT50
with destination 'PECsoil'.
@@ -231,6 +269,11 @@ guidance (2015, p. 13) can easily be calculated.
selection and scenario parameterisation for predicting environmental
concentrations of plant protection products in soil. EFSA Journal
10(2) 2562, doi:10.2903/j.efsa.2012.2562
+EFSA (European Food Safety Authority) 2017) EFSA guidance document for
+ predicting environmental concentrations of active substances of plant
+ protection products and transformation products of these active substances
+ in soil. EFSA Journal 15(10) 4982
+ doi:10.2903/j.efsa.2017.4982
EFSA (European Food Safety Authority) (2015) EFSA guidance document for
predicting environmental concentrations of active substances of plant
protection products and transformation products of these active substances
@@ -242,6 +285,18 @@ guidance (2015, p. 13) can easily be calculated.
PEC_soil(100, interception = 0.25)
#> scenario
#> t_avg default
#> 0 0.1
+# This is example 1 starting at p. 92 of the EFSA guidance (2017)
+# Note that TWA concentrations differ from the ones given in the guidance
+# for an unknown reason (the values from EFSA (2015) can be reproduced).
+PEC_soil(1000, interval = 365, DT50 = 250, t_avg = c(0, 21),
+ Kom = 1000, scenarios = "EFSA_2017")
#> scenario
+#> t_avg CTN CTC CTS
+#> 0 19.76834 13.8619 10.53795
+#> 21 19.59345 13.7169 10.39882
PEC_soil(1000, interval = 365, DT50 = 250, t_av = c(0, 21),
+ Kom = 1000, scenarios = "EFSA_2017", porewater = TRUE)
#> scenario
+#> t_avg CLN CLC CLS
+#> 0 0.5541984 0.6779249 0.9816693
+#> 21 0.5484576 0.6693125 0.9609119
# This is example 1 starting at p. 79 of the EFSA guidance (2015)
PEC_soil(1000, interval = 365, DT50 = 250, t_avg = c(0, 21),
scenarios = "EFSA_2015")
#> scenario
--
cgit v1.2.1