aboutsummaryrefslogtreecommitdiff
path: root/man/PEC_sw_focus.Rd
blob: 0f444ca6ab05322cff727cf350189afa33b2bb84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/PEC_sw_focus.R
\name{PEC_sw_focus}
\alias{PEC_sw_focus}
\title{Calculate FOCUS Step 1 PEC surface water}
\usage{
PEC_sw_focus(parent, rate, n = 1, i = NA, applications = data.frame(time =
  seq(0, 0 + n * i, length.out = n), amount = rate), met = NULL, step = 1,
  f_drift = 0.02759, f_rd = 0.1)
}
\arguments{
\item{parent}{A list containing substance specific parameters}

\item{rate}{The application rate in g/ha. Overriden when
applications are given explicitly}

\item{n}{The number of applications}

\item{i}{The application interval}

\item{applications}{A dataframe containing times and amounts of each application}

\item{step}{At the moment, only Step 1 is implemented}
}
\description{
This is an attempt to reimplement the FOCUS Step 1 and 2 calculator authored
by Michael Klein. The Step 1 and 2 scenario assumes an area ratio of 10:1
between field and waterbody, and a water depth of 30 cm.
I did not (yet) implement the TWA formulas for times later than day 1, as I
did not understand them right away.
Also, Step 2 is not implemented (yet).
}
\examples{
dummy_1 <- chent_focus_sw(cwsat = 6000, DT50_ws = 6, Koc = 344.8)
PEC_sw_focus(dummy_1, 3000, f_drift = 0)
}

Contact - Imprint