From d66bd4aa0bf9c4d9b8793a4e308c9e80691b440f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 21:40:01 +0100 Subject: Enable links to source, upgrade to bootstrap 5 --- docs/reference/PEC_sw_focus.html | 104 +++++++++++++++++++++------------------ 1 file changed, 55 insertions(+), 49 deletions(-) (limited to 'docs/reference/PEC_sw_focus.html') diff --git a/docs/reference/PEC_sw_focus.html b/docs/reference/PEC_sw_focus.html index 55a7400..78f6453 100644 --- a/docs/reference/PEC_sw_focus.html +++ b/docs/reference/PEC_sw_focus.html @@ -1,5 +1,11 @@ -Calculate PEC surface water at FOCUS Step 1 — PEC_sw_focus • pfmCalculate PEC surface water at FOCUS Step 1 — PEC_sw_focus • pfm + + Skip to contents -
-
-
- +
+
+
-
+

This is a reimplementation of the FOCUS Step 1 and 2 calculator version 3.2, authored by Michael Klein, in R. Note that results for multiple applications should be compared to the corresponding results for a @@ -55,7 +64,8 @@ input files are generated that are suitable as input also for Step 2 to be used with the FOCUS calculator.

-
+
+

Usage

PEC_sw_focus(
   parent,
   rate,
@@ -77,8 +87,8 @@ to be used with the FOCUS calculator.

)
-
-

Arguments

+
+

Arguments

parent

A list containing substance specific parameters, e.g. conveniently generated by [chent_focus_sw].

@@ -161,8 +171,8 @@ should be written

Should the input text file be appended?

-
-

Note

+
+

Note

The formulas for input to the waterbody via runoff/drainage of the parent and subsequent formation of the metabolite in water is not documented in the model description coming with the calculator. As one would @@ -171,8 +181,8 @@ should be written

correction and the formation fraction in water/sediment systems.

Step 2 is not implemented.

-
-

References

+
+

References

FOCUS (2014) Generic guidance for Surface Water Scenarios (version 1.4). FOrum for the Co-ordination of pesticde fate models and their USe. http://esdac.jrc.ec.europa.eu/public_path/projects_data/focus/sw/docs/Generic

@@ -181,8 +191,8 @@ should be written

http://esdac.jrc.ec.europa.eu/projects/stepsonetwo

-
-

Examples

+
+

Examples

# Parent only
 dummy_1 <- chent_focus_sw("Dummy 1", cwsat = 6000, DT50_ws = 6, Koc = 344.8)
 PEC_sw_focus(dummy_1, 3000, f_drift = 0, overwrite = TRUE, append = FALSE)
@@ -284,26 +294,22 @@ should be written

#>
-
- -
+
-
- -- cgit v1.2.1