diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-09-27 10:00:15 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-09-27 11:08:53 +0200 |
commit | 435e07a6f7fd2599d783fd306ee6d9e08acc0c6b (patch) | |
tree | bd47fa18a307349eabf4ecfff7ea8da81f5bb654 /docs/reference/index.html | |
parent | 803fe13e505960fddccdbd4dcb524715f5eb068d (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 'docs/reference/index.html')
-rw-r--r-- | docs/reference/index.html | 14 |
1 files changed, 13 insertions, 1 deletions
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 @@ </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">pfm</a> - <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.5.6</span> + <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.5.7</span> </span> </div> @@ -205,6 +205,12 @@ <p><code><a href="PEC_FOMC_accu_rel.html">PEC_FOMC_accu_rel()</a></code> </p> </td> <td><p>Get the relative accumulation of an FOMC model over multiples of an interval</p></td> + </tr><tr> + + <td> + <p><code><a href="EFSA_washoff_2017.html">EFSA_washoff_2017</a></code> </p> + </td> + <td><p>Subset of EFSA crop washoff default values</p></td> </tr> </tbody><tbody> <tr> @@ -219,6 +225,12 @@ <p><code><a href="FOCUS_GW_scenarios_2012.html">FOCUS_GW_scenarios_2012</a></code> </p> </td> <td><p>A very small subset of the FOCUS Groundwater scenario definitions</p></td> + </tr><tr> + + <td> + <p><code><a href="EFSA_GW_interception_2014.html">EFSA_GW_interception_2014</a></code> </p> + </td> + <td><p>Subset of EFSA crop interception default values for groundwater modelling</p></td> </tr> </tbody><tbody> <tr> |