blob: fbc1649fecfd2ee0f9a5bdc13c09c4029bf76c0a (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A very small subset of the FOCUS Groundwater scenario defitions — FOCUS_GW_scenarios_2012 • pfm</title>
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Font Awesome icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../jquery.sticky-kit.min.js"></script>
<script src="../pkgdown.js"></script>
<!-- mathjax -->
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container template-reference-topic">
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">pfm</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="../reference/index.html">Reference</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>A very small subset of the FOCUS Groundwater scenario defitions</h1>
</div>
<p>Currently, only scenario names with acronyms and a small subset of the soil definitions are provided. The
soil definitions are from page 46ff. from FOCUS (2012).</p>
<pre><span class='no'>FOCUS_GW_scenarios_2012</span></pre>
<h2 class="hasAnchor" id="format"><a class="anchor" href="#format"></a>Format</h2>
<p>An object of class <code>list</code> of length 2.</p>
<h2 class="hasAnchor" id="references"><a class="anchor" href="#references"></a>References</h2>
<p>FOCUS (2012) Generic guidance for Tier 1 FOCUS ground water assessments. Version 2.1.
FOrum for the Co-ordination of pesticde fate models and their USe.
http://focus.jrc.ec.europa.eu/gw/docs/Generic_guidance_FOCV2_1.pdf</p>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
<pre class="examples"><div class='input'><span class='no'>FOCUS_GW_scenarios_2012</span></div><div class='output co'>#> $names
#> Cha Ham Jok Kre Oke
#> "Châteaudun" "Hamburg" "Jokioinen" "Kremsmünster" "Okehampton"
#> Pia Por Sev Thi
#> "Piacenza" "Porto" "Sevilla" "Thiva"
#>
#> $soils
#> location horizon number pH_H2O perc_clay perc_oc rel_deg
#> 1 Cha Ap 1 8.0 30.0 1.39 1.0
#> 2 Cha B1 2 8.1 31.0 0.93 0.5
#> 3 Cha B2 3 8.2 25.0 0.70 0.5
#> 4 Cha II C1 4 8.5 26.0 0.30 0.3
#> 5 Cha II C1 5 8.5 26.0 0.30 0.0
#> 6 Cha II C2 6 8.5 24.0 0.27 0.0
#> 7 Cha M 7 8.3 31.0 0.21 0.0
#> 8 Ham Ap 1 6.4 7.2 1.50 1.0
#> 9 Ham BvI 2 5.6 6.7 1.00 0.5
#> 10 Ham BvII 3 5.6 0.9 0.20 0.3
#> 11 Ham Bv/Cv 4 5.7 0.0 0.00 0.3
#> 12 Ham Cv 5 5.5 0.0 0.00 0.3
#> 13 Ham Cv 6 5.5 0.0 0.00 0.0
#> 14 Jok Ap 1 6.2 3.6 4.06 1.0
#> 15 Jok Bs 2 5.6 1.8 0.84 0.5
#> 16 Jok BC1 3 5.4 1.2 0.36 0.3
#> 17 Jok BC2 4 5.4 1.7 0.29 0.3
#> 18 Jok BC2 5 5.4 1.7 0.29 0.0
#> 19 Jok Cg 6 5.3 1.9 0.21 0.0
#> 20 Kre <NA> 1 7.7 14.0 3.60 1.0
#> 21 Kre <NA> 2 7.0 25.0 1.00 0.5
#> 22 Kre <NA> 3 7.1 27.0 0.50 0.5
#> 23 Kre <NA> 4 7.1 27.0 0.50 0.3
#> 24 Kre <NA> 5 7.1 27.0 0.50 0.0
#> 25 Oke A 1 5.8 18.0 2.20 1.0
#> 26 Oke Bw1 2 6.3 17.0 0.70 0.5
#> 27 Oke BC 3 6.5 14.0 0.40 0.3
#> 28 Oke C 4 6.6 9.0 0.10 0.3
#> 29 Oke C 5 6.6 9.0 0.10 0.0
#> 30 Pia Ap 1 7.0 15.0 1.26 1.0
#> 31 Pia Ap 2 7.0 15.0 1.26 0.5
#> 32 Pia Bw 3 6.3 7.0 0.47 0.5
#> 33 Pia Bw 4 6.3 7.0 0.47 0.3
#> 34 Pia 2C 5 6.4 0.0 0.00 0.3
#> 35 Pia 2C 6 6.4 0.0 0.00 0.0
#> 36 Por <NA> 1 4.9 10.0 1.42 1.0
#> 37 Por <NA> 2 4.8 8.0 0.78 0.5
#> 38 Por <NA> 3 4.8 8.0 0.78 0.3
#> 39 Por <NA> 4 4.8 8.0 0.78 0.0
#> 40 Sev <NA> 1 7.3 14.0 0.93 1.0
#> 41 Sev <NA> 2 7.3 13.0 0.93 1.0
#> 42 Sev <NA> 3 7.8 15.0 0.70 0.5
#> 43 Sev <NA> 4 8.1 16.0 0.58 0.3
#> 44 Sev <NA> 5 8.1 16.0 0.58 0.0
#> 45 Sev <NA> 6 8.2 22.0 0.49 0.0
#> 46 Thi Ap1 1 7.7 25.3 0.74 1.0
#> 47 Thi Ap2 2 7.7 25.3 0.74 0.5
#> 48 Thi Bw 3 7.8 29.6 0.57 0.5
#> 49 Thi Bw 4 7.8 31.9 0.31 0.3
#> 50 Thi Ck1 5 7.8 32.9 0.18 0.3
#> 51 Thi Ck1 6 7.8 32.9 0.18 0.0
#> </div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>
<ul class="nav nav-pills nav-stacked">
<li><a href="#format">Format</a></li>
<li><a href="#references">References</a></li>
<li><a href="#examples">Examples</a></li>
</ul>
</div>
</div>
<footer>
<div class="copyright">
<p>Developed by Johannes Ranke.</p>
</div>
<div class="pkgdown">
<p>Site built with <a href="http://hadley.github.io/pkgdown/">pkgdown</a>.</p>
</div>
</footer>
</div>
</body>
</html>
|