-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGranulars.qmd
More file actions
265 lines (177 loc) · 10.1 KB
/
Granulars.qmd
File metadata and controls
265 lines (177 loc) · 10.1 KB
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
---
output: html_document
editor_options:
chunk_output_type: console
---
# Granular Soils {#sec-ord-N}
## Concept of the Order {#sec-con-N}
Granular soils are clayey soils in which kaolin subgroup minerals (especially halloysite) are dominant, and are usually associated with vermiculite and hydrous-interlayered vermiculite, together with iron oxides that generate the common brownish to reddish brown colours for these soils. The soil material comprises polyhedral peds with strength characteristics that change rapidly with water content. Consistence is sticky and plastic. The presence of vermiculite gives these soils a moderate pH buffering capacity. The soils lack the weak strength, friable failure, low plasticity, and low-activity-clay properties which either define or are accessory to Oxidic Soils. Clay coatings where they occur are thin.
## Correlation {#sec-cor-N}
The order comprises many soils previously classified as brown granular loams and moderately to strongly leached brown granular clays of the *New Zealand Genetic Soil Classification*. Most are correlated with the Ultisols of *Soil Taxonomy*.
## Occurrence {#sec-occ-N}
Granular Soils are only known to occur in the northern North Island, particularly in the lowlands or gently rolling to hilly landscapes of the Waikato and Pukekohe-Waiuku regions, and in Northland on some basalts and derivatives.
## Accessory Properties of the Order {#sec-acc-N}
1. *Moderate activity clay.* CEC is greater than 16 cmol~c~/kg (clay) and ECEC ranges from about 8 to 16 cmol~c~/kg (clay).
2. *Parent materials.* The soils are derived predominantly from strongly weathered tephras mostly older than 45 000 years, including the widespread clayey Hamilton ash beds, and also from basaltic and andesitic rocks with possible additions from aeolian material.
3. *Kandic/Halloysitic mineralogy.* Granular Soils usually belong to the Kandic/Halloysitic mineralogy class.
4. *Slowly permeable.* Saturated hydraulic conductivity is slow or moderately slow somewhere in the profile, resulting in periods of perching of water.
5. *Limited rooting depth.* The extension of plant roots in subsoils is commonly limited by either high penetration resistance, wetness or aluminium toxicity.
6. *Limited workability when wet.* Workability and trafficability is constrained by stickiness and plasticity after heavy rainfall, particularly in contrast to [Oxidic Soils](Key-to-Orders.qmd#sec-X). Granular Soils in the Pukekohe-Waiuku area are generally somewhat less constrained than equivalent soils in the Waikato area.
7. *Low phosphorus status.* Phosphorus fixation may be high, as indicated by high P retention levels.
8. *Strongly weathered with low nutrient reserves.* Reserves of phosphorus, potassium and magnesium are low, particularly in the [Oxidic group](#sec-NX).
9. *Sulfate in B horizons.* Sulfate tends to be strongly adsorbed in B horizons.
## Summary of Granular Soils Hierarchy {#sec-sum-N}
```{r}
#| label: tbl-N
#| tbl-cap: "Granular Soils"
#| classes: '.plain .hover'
library(gt)
table_N_dat <- data.frame(
'Code' = c('NP', rep('', 2),
'NE', rep('', 2),
'NX', rep('', 4),
'NO', rep('', 4)),
'Group' = c('Perch-gley', rep('', 2),
'Melanic', rep('', 2),
'Oxidic', rep('', 4),
'Orthic', rep('', 4)),
'Subgroup' = c('Oxidic', 'Acidic', 'Typic',
'Mottled' , 'Allophanic', 'Typic',
'Mottled-acidic', 'Mottled', 'Allophanic', 'Acidic', 'Typic',
'Mottled-acidic', 'Mottled', 'Allophanic', 'Acidic', 'Typic'),
'Example_Series' = c('Rangiuru', 'Tutamoe', 'Kohumaru',
'-', 'Morrinsville', 'Morrinsville',
'Awarua', 'Waimatenui', 'Naike', 'Awarua', 'Naike',
'Waipoua', 'Naike', '-', 'Waipoua', 'Naike')
)
table_N <- gt(table_N_dat) |>
tab_options(
column_labels.font.weight = 'bold',
heading.title.font.weight = 'bold',
table.align = 'center',
table.width = '95%'
) |>
cols_label(Example_Series = 'Example Series') |>
tab_style(
style = cell_text(weight = "bold"),
locations = cells_body(columns = 1)) |>
cols_width(Code ~pct(10), Group ~pct(20), Subgroup ~pct(35))
table_N
```
## Key to Groups of Granular Soils {#sec-grp-N}
#### **NP** {#sec-key-NP .unnumbered}
Granular soils that have BOTH
1. A [gley profile form](Diagnostics.qmd#sec-diag-gleypf), AND
2. [Perch-gley features](Diagnostics.qmd#sec-diag-pgley).
::: {style="text-align: right"}
[**PERCH-GLEY GRANULAR SOILS**](#sec-NP)
:::
#### **NE** {#sec-key-NE .unnumbered}
Other Granular soils that have pH of 5.9 or more in the major part of the B horizon to 60 cm from the mineral soil surface.
::: {style="text-align: right"}
[**MELANIC GRANULAR SOILS**](#sec-NE)
:::
#### **NX** {#sec-key-NX .unnumbered}
Other Granular soils that have a [cutanoxidic horizon](Diagnostics.qmd#sec-diag-cutoxh) more than 30 cm thick with an upper boundary at 25 cm or more from the mineral soil surface.
::: {style="text-align: right"}
[**OXIDIC GRANULAR SOILS**](#sec-NX)
:::
#### **NO** {#sec-key-NO .unnumbered}
Other Granular soils.
::: {style="text-align: right"}
[**ORTHIC GRANULAR SOILS**](#sec-NO)
:::
## Key to Subgroups of Granular Soils {#sec-sub-N}
### **NP** - PERCH-GLEY GRANULAR SOILS {#sec-NP .unnumbered}
Perch-gley Granular Soils occur in sites that are periodically saturated (if undrained). Wetness and associated reducing conditions are indicated by [low-chroma colours](Diagnostics.qmd#sec-diag-lch) colours and reddish mottles. The wetness is caused by perching of water on a clay-enriched [slowly permeable layer](Diagnostics.qmd#sec-diag-slowp), although a groundwater-table may also be present.
#### **NPX** {#sec-key-NPX .unnumbered}
Perch-gley Granular Soils that have a [cutanoxidic horizon](Diagnostics.qmd#sec-diag-cutoxh) more than 30 cm thick with an upper boundary below 25 cm from the mineral soil surface.
::: {style="text-align: right"}
**Oxidic Perch-gley Granular Soils**
:::
#### **NPA** {#sec-key-NPA .unnumbered}
Other soils that have pH 5.1 or less in some part of the B or BC horizon to 60 cm from the mineral soil surface.
::: {style="text-align: right"}
**Acidic Perch-gley Granular Soils**
:::
#### **NPT** {#sec-key-NPT .unnumbered}
Other soils.
::: {style="text-align: right"}
**Typic Perch-gley Granular Soils**
:::
### **NE** - MELANIC GRANULAR SOILS {#sec-NE .unnumbered}
Melanic Granular Soils are less acidic and more fertile than other Granular Soils. Base saturation exceeds 50% in part of the root zone.
#### **NEM** {#sec-key-NEM .unnumbered}
Melanic Granular Soils that have a [mottled profile form](Diagnostics.qmd#sec-diag-mottpf).
::: {style="text-align: right"}
**Mottled Melanic Granular Soils**
:::
#### **NEL** {#sec-key-NEL .unnumbered}
Other soils that have a horizon that is 10 cm or more thick within 60 cm of the mineral soil surface that meets all the requirements of [allophanic soil material](Diagnostics.qmd#sec-diag-alloph), but not necessarily the requirement for bulk density.
::: {style="text-align: right"}
**Allophanic Melanic Granular Soils**
:::
#### **NET** {#sec-key-NET .unnumbered}
Other soils.
::: {style="text-align: right"}
**Typic Melanic Granular Soils**
:::
### **NX** - OXIDIC GRANULAR SOILS {#sec-NX .unnumbered}
Oxidic Granular Soils have low ECEC (marginal to [Oxidic Soils](Key-to-Orders.qmd#sec-X)), have low fertility and are acidic. Some plants may be susceptible to aluminium toxicity.
#### **NXMA** {#sec-key-NXMA .unnumbered}
Oxidic Granular Soils that have BOTH
1. A [mottled profile form](Diagnostics.qmd#sec-diag-mottpf), AND
2. pH of less than 5.1 in some part of the B or BC horizon to 60 cm from the mineral soil surface.
::: {style="text-align: right"}
**Mottled-acidic Oxidic Granular Soils**
:::
#### **NXM** {#sec-key-NXM .unnumbered}
Other soils that have a [mottled profile form](Diagnostics.qmd#sec-diag-mottpf).
::: {style="text-align: right"}
**Mottled Oxidic Granular Soils**
:::
#### **NXL** {#sec-key-NXL .unnumbered}
Other soils that have a layer that meets the requirements of [allophanic soil material](Diagnostics.qmd#sec-diag-alloph) except for bulk density, and is 10 cm or more thick, within 60 cm of the mineral soil surface.
::: {style="text-align: right"}
**Allophanic Oxidic Granular Soils**
:::
#### **NXA** {#sec-key-NXA .unnumbered}
Other soils that have pH of less than 5.1 in some part of the B or BC horizon to 60 cm from the mineral soil surface.
::: {style="text-align: right"}
**Acidic Oxidic Granular Soils**
:::
#### **NXT** {#sec-key-NXT .unnumbered}
Other soils.
::: {style="text-align: right"}
**Typic Oxidic Granular Soils**
:::
### **NO** - ORTHIC GRANULAR SOILS {#sec-NO .unnumbered}
Orthic Granular Soils are well, moderately well or imperfectly drained soils that are sticky or very plastic with clay-enriched B horizons. Their fertility is intermediate between [Oxidic](#sec-NX) and [Melanic groups](#sec-NE).
#### **NOMA** {#sec-key-NOMA .unnumbered}
Orthic Granular Soils that have BOTH
1. A [mottled profile form](Diagnostics.qmd#sec-diag-mottpf), AND
2. pH of less than 5.1 in some part of the B or BC horizon to 60 cm from the mineral soil surface.
::: {style="text-align: right"}
**Mottled-acidic Orthic Granular Soils**
:::
#### **NOM** {#sec-key-NOM .unnumbered}
Other soils that have a [mottled profile form](Diagnostics.qmd#sec-diag-mottpf).
::: {style="text-align: right"}
**Mottled Orthic Granular Soils**
:::
#### **NOL** {#sec-key-NOL .unnumbered}
Other soils that have a layer that meets the requirements of [allophanic soil material](Diagnostics.qmd#sec-diag-alloph) except for bulk density, and is 10 cm or more thick within 60 cm of the mineral soil surface.
::: {style="text-align: right"}
**Allophanic Orthic Granular Soils**
:::
#### **NOA** {#sec-key-NOA .unnumbered}
Other soils that have pH of less than 5.1 in the major part of the B or BC horizon to 60 cm from the mineral soil surface.
::: {style="text-align: right"}
**Acidic Orthic Granular Soils**
:::
#### **NOT** {#sec-key-NOT .unnumbered}
Other soils.
::: {style="text-align: right"}
**Typic Orthic Granular Soils**
:::
{{< pagebreak >}}