Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

control section of Histosols and Histels #133

Open
brownag opened this issue May 4, 2020 · 0 comments · May be fixed by #284
Open

control section of Histosols and Histels #133

brownag opened this issue May 4, 2020 · 0 comments · May be fixed by #284

Comments

@brownag
Copy link
Member

brownag commented May 4, 2020

Evaluating criteria for the "arbitrary control section" depths used in the Histosols and Histels.

This relies on code being used in the new branch ncss-tech/aqp@mollic

[snip]

This calculates theoretical surface tier thickness not truncated to RLL

surface.tier.thickness <- profileApply(r02_histosols, histosol.surface.tier)

4 out of 5 RO2 Histosols (81%) have the 0-30cm surface tier (i.e. do not have fibric in 0-60cm)
NB: even without checking sphagnum content or bulk density, we can see this case is not common in RO2.

> prop.table(table(surface.tier.thickness))
surface.tier.thickness
       30        60 
0.8178439 0.1821561 
 
# Calculate control section top and bottom depths
#  these are truncated to RLL where appropriate, and use the surface tier thickness calculated
hcs.bounds <- profileApply(r02_histosols, histosol.control.section, frameify = TRUE)

sum(hcs.bounds$hcs_b > 130) / nrow(hcs.bounds)
sum(hcs.bounds$hcs_b == 160) / nrow(hcs.bounds)
  • Approximately 7.5% of RO2 histosols have a CS bottom depth >130cm
  • Approximately 3% of RO2 histosols CS descriptions actually extend to 160cm
@brownag brownag linked a pull request Apr 1, 2023 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant