aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-07-21 11:15:41 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-07-21 11:17:10 +0200
commita2e24495c01f837474b69263a9861a89050cbfd1 (patch)
treecd44a39461c8ccdabae3f7edfd48eb8caa07578b /man
parent1f6936f879dc56625a3e1ee32b29c71bc06218cb (diff)
New Option for Step 1, fix example, update docs
Also add the reference file for testing Step12 input file generation
Diffstat (limited to 'man')
-rw-r--r--man/PEC_sw_focus.Rd11
1 files changed, 8 insertions, 3 deletions
diff --git a/man/PEC_sw_focus.Rd b/man/PEC_sw_focus.Rd
index f55fccc..00975a2 100644
--- a/man/PEC_sw_focus.Rd
+++ b/man/PEC_sw_focus.Rd
@@ -8,8 +8,8 @@ PEC_sw_focus(parent, rate, n = 1, i = NA, comment = "", met = NULL,
f_drift = NA, f_rd = 0.1, scenario = FOCUS_Step_12_scenarios$names,
region = c("n", "s"), season = c(NA, "of", "mm", "js"),
interception = c("no interception", "minimal crop cover",
- "average crop cover", "full canopy"), txt_file = "pesticide.txt",
- overwrite = FALSE, append = TRUE)
+ "average crop cover", "full canopy"), met_form_water = TRUE,
+ txt_file = "pesticide.txt", overwrite = FALSE, append = TRUE)
}
\arguments{
\item{parent}{A list containing substance specific parameters, e.g.
@@ -49,6 +49,10 @@ for June to September. If NA, only step 1 PECsw are calculated}
\item{interception}{One of 'no interception' (default), 'minimal crop cover',
'average crop cover' or 'full canopy'}
+\item{met_form_water}{Should the metabolite formation in water be taken into
+account? This can be switched off to check the influence and to compare
+with previous versions of the Steps 12 calculator}
+
\item{txt_file}{the name, and potentially the full path to the
Steps.12 input text file to which the specification of the run(s)
should be written}
@@ -84,7 +88,8 @@ PEC_sw_focus(dummy_1, 3000, f_drift = 0)
# Metabolite
new_dummy <- chent_focus_sw("New Dummy", mw = 250, Koc = 100)
-M1 <- chent_focus_sw(mw = 100, cwsat = 100, DT50_ws = 100, Koc = 50, max_ws = 0, max_soil = 0.5)
+M1 <- chent_focus_sw("M1", mw = 100, cwsat = 100, DT50_ws = 100, Koc = 50,
+ max_ws = 0, max_soil = 0.5)
PEC_sw_focus(new_dummy, 1000, scenario = "cereals, winter", met = M1)
}
\references{

Contact - Imprint