From aed160d7f0eaf5865e2bd9bf6c4b1c9d7b13d911 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Wed, 31 Jan 2024 13:16:17 +0100 Subject: Reorganise data generation - Use inst/data_generation for R code generating data as in some of my other packages - data/*.RData files were checked using https://github.com/jranke/dotfiles/blob/main/bin/rda_diff contents were not changed - Remove ChangeLog, the history is in the git logs - Update docs and some links contained therein - use \doi{} markup - Move logs to log directory --- docs/reference/PEC_sw_exposit_drainage.html | 289 +++++++++++----------------- 1 file changed, 113 insertions(+), 176 deletions(-) (limited to 'docs/reference/PEC_sw_exposit_drainage.html') diff --git a/docs/reference/PEC_sw_exposit_drainage.html b/docs/reference/PEC_sw_exposit_drainage.html index 5bd1d80..becfa0c 100644 --- a/docs/reference/PEC_sw_exposit_drainage.html +++ b/docs/reference/PEC_sw_exposit_drainage.html @@ -1,70 +1,18 @@ - - - - - - - -Calculate PEC surface water due to drainage as in Exposit 3 — PEC_sw_exposit_drainage • pfm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate PEC surface water due to drainage as in Exposit 3 — PEC_sw_exposit_drainage • pfm - - - - + + -
-
- -
- -
+
-
PEC_sw_exposit_drainage(
-  rate,
-  interception = 0,
-  Koc = NA,
-  mobility = c(NA, "low", "high"),
-  DT50 = Inf,
-  t_drainage = 3,
-  V_ditch = 30,
-  V_drainage = c(spring = 10, autumn = 100),
-  dilution = 2
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
rate

The application rate in g/ha

interception

The fraction intercepted by the crop

Koc

The sorption coefficient to soil organic carbon used to determine the mobility. A trigger -value of 550 L/kg is used in order to decide if Koc >> 500.

mobility

Overrides what is determined from the Koc.

DT50

The soil half-life in days

t_drainage

The time between application and the drainage event, where degradation occurs, in days

V_ditch

The volume of the ditch is assumed to be 1 m * 100 m * 30 cm = 30 m3

V_drainage

The drainage volume, equivalent to 1 mm precipitation on 1 ha for spring/summer or 10 mm for -autumn/winter/early spring.

dilution

The dilution factor

- -

Source

+
+
PEC_sw_exposit_drainage(
+  rate,
+  interception = 0,
+  Koc = NA,
+  mobility = c(NA, "low", "high"),
+  DT50 = Inf,
+  t_drainage = 3,
+  V_ditch = 30,
+  V_drainage = c(spring = 10, autumn = 100),
+  dilution = 2
+)
+
+ +
+

Arguments

+
rate
+

The application rate in g/ha

+ + +
interception
+

The fraction intercepted by the crop

+ + +
Koc
+

The sorption coefficient to soil organic carbon used to determine the mobility. A trigger +value of 550 L/kg is used in order to decide if Koc >> 500.

+ + +
mobility
+

Overrides what is determined from the Koc.

+ + +
DT50
+

The soil half-life in days

+ + +
t_drainage
+

The time between application and the drainage event, where degradation occurs, in days

+ + +
V_ditch
+

The volume of the ditch is assumed to be 1 m * 100 m * 30 cm = 30 m3

-

A list containing the following components

-
perc_runoff

The runoff percentages for dissolved and bound substance

-
runoff

A matrix containing dissolved and bound input for the different distances

-
PEC_sw_runoff

A matrix containing PEC values for dissolved and bound substance + +

V_drainage
+

The drainage volume, equivalent to 1 mm precipitation on 1 ha for spring/summer or 10 mm for +autumn/winter/early spring.

+ + +
dilution
+

The dilution factor

+ +
+
+

Value

+ + +

A list containing the following components

+

+
perc_runoff
+

The runoff percentages for dissolved and bound substance

+ +
runoff
+

A matrix containing dissolved and bound input for the different distances

+ +
PEC_sw_runoff
+

A matrix containing PEC values for dissolved and bound substance for the different distances. If the rate was given in g/ha, the PECsw are in microg/L.

+ -
- -

See also

- -

perc_runoff_exposit for runoff loss percentages and perc_runoff_reduction_exposit for runoff reduction percentages used

- -

Examples

-
PEC_sw_exposit_drainage(500, Koc = 150)
#> $perc_drainage_total -#> spring autumn -#> 0.2 1.0 -#> -#> $perc_peak -#> spring autumn -#> 12.5 25.0 -#> -#> $PEC_sw_drainage -#> spring autumn -#> 1.562500 4.807692 -#>
-
- +
+

See also

+

perc_runoff_exposit for runoff loss percentages and perc_runoff_reduction_exposit for runoff reduction percentages used

+
+
+

Examples

+
  PEC_sw_exposit_drainage(500, Koc = 150)
+#> $perc_drainage_total
+#> spring autumn 
+#>    0.2    1.0 
+#> 
+#> $perc_peak
+#> spring autumn 
+#>   12.5   25.0 
+#> 
+#> $PEC_sw_drainage
+#>   spring   autumn 
+#> 1.562500 4.807692 
+#> 
+
+
+
-
- - + + -- cgit v1.2.1