Skip to content

feat(site): create models for `sandContent`, `siltContent` and `clayContent`

James Bradbury requested to merge 590_soil_texture_harmonise_depths into develop

Implementation of three new soil texture models: sandContent, siltContent, clayContent.

These have much common code which is kept in soilTexture.py. There may be other opportunities for refactoring common methods out into existing files.

Merge request reports