From b0491cb4953ae752b7d14b1085222defee3b4505 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Mon, 16 Dec 2024 10:31:41 +0100 Subject: Fix a bug in UK drainage calculations If a soil_DT50 was specified, and the application date was later than the beginning of the drainage period (1 October), PECsw would increase. Now the amount available at the time of the drainage period is equal to the applied amount (minus interception) if application is later than the beginning of the drainage period. Fixes #4. Thanks to @lutzeli for spotting the problem. --- man/PEC_sw_drainage_UK.Rd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man/PEC_sw_drainage_UK.Rd') diff --git a/man/PEC_sw_drainage_UK.Rd b/man/PEC_sw_drainage_UK.Rd index f3d6169..058e068 100644 --- a/man/PEC_sw_drainage_UK.Rd +++ b/man/PEC_sw_drainage_UK.Rd @@ -35,7 +35,8 @@ The predicted concentration in surface water in µg/L } \description{ This implements the method specified in the UK data requirements handbook and was checked against the spreadsheet -published on the CRC website +published on the CRC website. Degradation before the start of the drainage period is taken into account if +\code{latest_application} is specified and the degradation parameters are given either as a \code{soil_DT50} or a \code{model}. } \examples{ PEC_sw_drainage_UK(150, Koc = 100) -- cgit v1.2.1