aboutsummaryrefslogblamecommitdiff
path: root/docs/reference/PEC_sw_drainage_UK.html
blob: d8b885ff68ce76b80bb67ca53e9477383abc0113 (plain) (tree)
1
2
3
4
5
6
7
8
9
               


                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
                                                                          
 


                                                                                                                                      
                                                             
 

                                                                                                                         
 


                                                                                                                                                                                
 
                                                           




                                                                                                                                                                                                     
                 
 
 



                                                            

                                                                                                                            

                                                                                                                                                                                      

          
                                                

                                                                                                                        
          
 

                                                                                             










                                                                                                                                            

                                                                                                 


                                                                                          


                                        
                                                                                                              


                                                                                 
                                                                                   


                                                                             
                                                                                                                                


                                                                    
                                                                                                   


                                                                          
                                                                                         


                                                                   
 
                                                                                                           


                                                                      

                                                                                     
                                                                
          

                                                                                                    
                                                                 


                                                                                                                                                                                                                                                                                                                             
                                                            

                                                                                                                                                                                                                                                                                                                                                                         


                                                                                        
                         



                                                                                                      



                                                                                                                                                                                                                                                                                     
                                                                                                   
                        
 
 
                                             
                                     

      
                                  
                                                                                                      
      
 
                   
 
 

 
 
                
 
<!DOCTYPE html>
<!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Calculate initial predicted environmental concentrations in surface water due to drainage using the UK method — PEC_sw_drainage_UK • pfm</title><script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link href="../deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><meta property="og:title" content="Calculate initial predicted environmental concentrations in surface water due to drainage using the UK method — PEC_sw_drainage_UK"><meta name="description" content="This implements the method specified in the UK data requirements handbook and was checked against the spreadsheet
published on the CRC website"><meta property="og:description" content="This implements the method specified in the UK data requirements handbook and was checked against the spreadsheet
published on the CRC website"></head><body>
    <a href="#main" class="visually-hidden-focusable">Skip to contents</a>


    <nav class="navbar navbar-expand-lg fixed-top bg-light" data-bs-theme="light" aria-label="Site navigation"><div class="container">

    <a class="navbar-brand me-2" href="../index.html">pfm</a>

    <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.6.3</small>


    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
      <span class="navbar-toggler-icon"></span>
    </button>

    <div id="navbar" class="collapse navbar-collapse ms-3">
      <ul class="navbar-nav me-auto"><li class="active nav-item"><a class="nav-link" href="../reference/index.html">Reference</a></li>
<li class="nav-item"><a class="nav-link" href="../news/index.html">Changelog</a></li>
      </ul><ul class="navbar-nav"><li class="nav-item"><form class="form-inline" role="search">
 <input class="form-control" type="search" name="search-input" id="search-input" autocomplete="off" aria-label="Search site" placeholder="Search for" data-search-index="../search.json"></form></li>
<li class="nav-item"><a class="external-link nav-link" href="https://github.com/jranke/pfm/" aria-label="GitHub"><span class="fa fab fa-github fa-lg"></span></a></li>
      </ul></div>


  </div>
</nav><div class="container template-reference-topic">
<div class="row">
  <main id="main" class="col-md-9"><div class="page-header">

      <h1>Calculate initial predicted environmental concentrations in surface water due to drainage using the UK method</h1>
      <small class="dont-index">Source: <a href="https://github.com/jranke/pfm/blob/HEAD/R/PEC_sw_drainage_UK.R" class="external-link"><code>R/PEC_sw_drainage_UK.R</code></a></small>
      <div class="d-none name"><code>PEC_sw_drainage_UK.Rd</code></div>
    </div>

    <div class="ref-description section level2">
    <p>This implements the method specified in the UK data requirements handbook and was checked against the spreadsheet
published on the CRC website</p>
    </div>

    <div class="section level2">
    <h2 id="ref-usage">Usage<a class="anchor" aria-label="anchor" href="#ref-usage"></a></h2>
    <div class="sourceCode"><pre class="sourceCode r"><code><span><span class="fu">PEC_sw_drainage_UK</span><span class="op">(</span></span>
<span>  <span class="va">rate</span>,</span>
<span>  interception <span class="op">=</span> <span class="fl">0</span>,</span>
<span>  <span class="va">Koc</span>,</span>
<span>  latest_application <span class="op">=</span> <span class="cn">NULL</span>,</span>
<span>  soil_DT50 <span class="op">=</span> <span class="cn">NULL</span>,</span>
<span>  model <span class="op">=</span> <span class="cn">NULL</span>,</span>
<span>  model_parms <span class="op">=</span> <span class="cn">NULL</span></span>
<span><span class="op">)</span></span></code></pre></div>
    </div>

    <div class="section level2">
    <h2 id="arguments">Arguments<a class="anchor" aria-label="anchor" href="#arguments"></a></h2>


<dl><dt id="arg-rate">rate<a class="anchor" aria-label="anchor" href="#arg-rate"></a></dt>
<dd><p>Application rate in g/ha</p></dd>


<dt id="arg-interception">interception<a class="anchor" aria-label="anchor" href="#arg-interception"></a></dt>
<dd><p>The fraction of the application rate that does not reach the soil</p></dd>


<dt id="arg-koc">Koc<a class="anchor" aria-label="anchor" href="#arg-koc"></a></dt>
<dd><p>The sorption coefficient normalised to organic carbon in L/kg</p></dd>


<dt id="arg-latest-application">latest_application<a class="anchor" aria-label="anchor" href="#arg-latest-application"></a></dt>
<dd><p>Latest application date, formatted as e.g. "01 July"</p></dd>


<dt id="arg-soil-dt-">soil_DT50<a class="anchor" aria-label="anchor" href="#arg-soil-dt-"></a></dt>
<dd><p>Soil degradation half-life, if SFO kinetics are to be used</p></dd>


<dt id="arg-model">model<a class="anchor" aria-label="anchor" href="#arg-model"></a></dt>
<dd><p>The soil degradation model to be used. Either one of "FOMC",
"DFOP", "HS", or "IORE", or an mkinmod object</p></dd>


<dt id="arg-model-parms">model_parms<a class="anchor" aria-label="anchor" href="#arg-model-parms"></a></dt>
<dd><p>A named numeric vector containing the model parameters</p></dd>

</dl></div>
    <div class="section level2">
    <h2 id="value">Value<a class="anchor" aria-label="anchor" href="#value"></a></h2>
    <p>The predicted concentration in surface water in µg/L</p>
    </div>
    <div class="section level2">
    <h2 id="references">References<a class="anchor" aria-label="anchor" href="#references"></a></h2>
    <p>HSE's Chemicals Regulation Division (CRD) Active substance
PECsw calculations (for UK specific authorisation requests)
<a href="https://www.hse.gov.uk/pesticides/topics/pesticide-approvals/pesticides-registration/data-requirements-handbook/fate/active-substance-uk.htm" class="external-link">https://www.hse.gov.uk/pesticides/topics/pesticide-approvals/pesticides-registration/data-requirements-handbook/fate/active-substance-uk.htm</a>
accessed 2019-09-27</p>
<p>Drainage PECs Version 1.0 (2015) Spreadsheet published at
<a href="https://www.hse.gov.uk/pesticides/topics/pesticide-approvals/pesticides-registration/data-requirements-handbook/fate/pec-tools-2015/PEC%20sw-sed%20(drainage).xlsx" class="external-link">https://www.hse.gov.uk/pesticides/topics/pesticide-approvals/pesticides-registration/data-requirements-handbook/fate/pec-tools-2015/PEC%20sw-sed%20(drainage).xlsx</a>
accessed 2019-09-27</p>
    </div>
    <div class="section level2">
    <h2 id="author">Author<a class="anchor" aria-label="anchor" href="#author"></a></h2>
    <p>Johannes Ranke</p>
    </div>

    <div class="section level2">
    <h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor" href="#ref-examples"></a></h2>
    <div class="sourceCode"><pre class="sourceCode r"><code><span class="r-in"><span><span class="fu">PEC_sw_drainage_UK</span><span class="op">(</span><span class="fl">150</span>, Koc <span class="op">=</span> <span class="fl">100</span><span class="op">)</span></span></span>
<span class="r-out co"><span class="r-pr">#&gt;</span> [1] 8.076923</span>
</code></pre></div>
    </div>
  </main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>
    </nav></aside></div>


    <footer><div class="pkgdown-footer-left">
  <p>Developed by Johannes Ranke.</p>
</div>

<div class="pkgdown-footer-right">
  <p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.0.</p>
</div>

    </footer></div>





  </body></html>

Contact - Imprint