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 --- docs/reference/index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs/reference/index.html') diff --git a/docs/reference/index.html b/docs/reference/index.html index ca8cd18..e1acfc1 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -63,7 +63,7 @@ pfm - 0.5.6 + 0.5.7 @@ -205,6 +205,12 @@

PEC_FOMC_accu_rel()

Get the relative accumulation of an FOMC model over multiples of an interval

+ + + +

EFSA_washoff_2017

+ +

Subset of EFSA crop washoff default values

@@ -219,6 +225,12 @@

FOCUS_GW_scenarios_2012

A very small subset of the FOCUS Groundwater scenario definitions

+ + + +

EFSA_GW_interception_2014

+ +

Subset of EFSA crop interception default values for groundwater modelling

-- cgit v1.2.1