aboutsummaryrefslogtreecommitdiff
path: root/R/PEC_sw_drainage_UK.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-09-27 10:00:15 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-09-27 11:08:53 +0200
commit435e07a6f7fd2599d783fd306ee6d9e08acc0c6b (patch)
treebd47fa18a307349eabf4ecfff7ea8da81f5bb654 /R/PEC_sw_drainage_UK.R
parent803fe13e505960fddccdbd4dcb524715f5eb068d (diff)
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
Diffstat (limited to 'R/PEC_sw_drainage_UK.R')
-rw-r--r--R/PEC_sw_drainage_UK.R8
1 files changed, 8 insertions, 0 deletions
diff --git a/R/PEC_sw_drainage_UK.R b/R/PEC_sw_drainage_UK.R
index e53f179..3be4c97 100644
--- a/R/PEC_sw_drainage_UK.R
+++ b/R/PEC_sw_drainage_UK.R
@@ -29,6 +29,14 @@
#' "DFOP", "HS", or "IORE", or an mkinmod object
#' @param model_parms A named numeric vector containing the model parameters
#' @return The predicted concentration in surface water in µg/L
+#' @references HSE's Chemicals Regulation Division (CRD) Active substance
+#' PECsw calculations (for UK specific authorisation requests)
+#' \url{https://www.hse.gov.uk/pesticides/topics/pesticide-approvals/pesticides-registration/data-requirements-handbook/fate/active-substance-uk.htm}
+#' accessed 2019-09-27
+#'
+#' Drainage PECs Version 1.0 (2015) Spreadsheet published at
+#' \url{https://www.hse.gov.uk/pesticides/topics/pesticide-approvals/pesticides-registration/data-requirements-handbook/fate/pec-tools-2015/PEC\%20sw-sed\%20(drainage).xlsx}
+#' accessed 2019-09-27
#' @export
#' @author Johannes Ranke
#' @examples

Contact - Imprint