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 --- ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5e51af7..9e3ad5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +commit d28c33cfea96654a883ca869020671346c23568e +Author: Johannes Ranke +Date: 2019-09-27 10:00:15 +0200 + + Fix for UK drainage, add 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 + + - Added EFSA interception (from 2014 DegT50 guidance) and tier 1 + crop wash-off factors (from 2017 PEC soil guidance) for some major + arable crops + + - Updated docs + +commit 803fe13e505960fddccdbd4dcb524715f5eb068d +Author: Johannes Ranke +Date: 2019-09-18 18:18:40 +0200 + + Add url: tag to _pkgdown.yml, typo, update docs + +commit 8deaa29a659630a40e8b11df1fa3ebbbd9ca9e68 +Author: Johannes Ranke +Date: 2019-07-01 08:04:40 +0200 + + Typo + +commit 37a1513d73201dbacc71af3c33a2a2a4e798583c +Author: Johannes Ranke +Date: 2019-06-12 18:15:46 +0200 + + Update of static docs + +commit 5c9dd5c269acc4a6e6e32a7e599afb8f98d8ca36 +Author: Johannes Ranke +Date: 2019-06-12 18:14:46 +0200 + + Documentation fix + commit 069824057caf8e57507852b858a7ecfd8e13e49a Author: Johannes Ranke Date: 2019-05-14 12:41:16 +0200 -- cgit v1.2.1