From 36036b5901223591e7e21e8b73d8cd1fb034f4cb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 16 May 2017 15:43:50 +0200 Subject: Finish the Step 1 calculator including tests Some cleaning up. PELMO facilities do not currently work at my end, as I have no working wine installation on this computer --- docs/reference/PEC_sw_drainage_UK.html | 55 ++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 19 deletions(-) (limited to 'docs/reference/PEC_sw_drainage_UK.html') diff --git a/docs/reference/PEC_sw_drainage_UK.html b/docs/reference/PEC_sw_drainage_UK.html index db0f85f..e52eeb8 100644 --- a/docs/reference/PEC_sw_drainage_UK.html +++ b/docs/reference/PEC_sw_drainage_UK.html @@ -25,12 +25,14 @@ - + + + @@ -74,27 +76,42 @@ published on the CRC website

-
PEC_sw_drainage_UK(rate, interception = 0, Koc, latest_application = NULL,
+    
PEC_sw_drainage_UK(rate, interception = 0, Koc, latest_application = NULL,
   soil_DT50 = NULL, model = NULL, model_parms = NULL)

Arguments

-
-
rate
-
Application rate in g/ha
-
interception
-
The fraction of the application rate that does not reach the soil
-
Koc
-
The sorption coefficient normalised to organic carbon in L/kg
-
latest_application
-
Latest application date, formatted as e.g. "01 July"
-
soil_DT50
-
Soil degradation half-life, if SFO kinetics are to be used
-
model
-
The soil degradation model to be used. Either one of "FOMC", -"DFOP", "HS", or "IORE", or an mkinmod object
-
model_parms
-
A named numeric vector containing the model parameters
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
rate

Application rate in g/ha

interception

The fraction of the application rate that does not reach the soil

Koc

The sorption coefficient normalised to organic carbon in L/kg

latest_application

Latest application date, formatted as e.g. "01 July"

soil_DT50

Soil degradation half-life, if SFO kinetics are to be used

model

The soil degradation model to be used. Either one of "FOMC", +"DFOP", "HS", or "IORE", or an mkinmod object

model_parms

A named numeric vector containing the model parameters

Value

-- cgit v1.2.1