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. --- log/build.log | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'log/build.log') diff --git a/log/build.log b/log/build.log index d5832bf..45bd696 100644 --- a/log/build.log +++ b/log/build.log @@ -4,5 +4,7 @@ * checking for LF line-endings in source and make files and shell scripts * checking for empty or unneeded directories * re-saving image files -* building ‘pfm_0.6.3.tar.gz’ +* building ‘pfm_0.6.4.tar.gz’ +Warning: invalid uid value replaced by that for user 'nobody' +Warning: invalid gid value replaced by that for user 'nobody' -- cgit v1.2.1