dailyerosion / dep

Iowa Daily Erosion Project (version 2)
MIT License
4 stars 7 forks source link

[dyntill] Don't use plastic limit values outside of sensible bounds #272

Closed akrherz closed 1 month ago

akrherz commented 2 months ago

When we import the gssurgo data, a plastic_limit is computed via this equation

plastic_limit = 14.22 + 0.005 clay clay + 3.63 om - 0.048 clay * om

This equation does not work for all soils and we can get some values quite detached from realistic values. For dynamic tillage/planting, we use this value for our soil moisture check. I'm proposing to replace any value over 40% with a diagnostic value derived from WEPP output inspection of 42% of free water capacity.