You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify type of soil density inputs
- close#280 (Soil density: input either for < 2 mm fraction or for whole soil)
* new behavior: user specifies whether input soil density represents matric or bulk density; code then determines both matric and bulk density values from inputs
* previous behavior: input soil density was treated as matric density and converted to bulk density
Release v7.0.0
see https://github.com/DrylandEcology/SOILWAT2/milestone/13
- Read daily weather before the simulations enhancement (#311)
- Calculate climate variables before simulation loop (#317)
- Estimate vegetation cover from climate before simulation run (#318)
- Implement multiple soil water retention curves (#315)
- Soil density: input either for < 2 mm fraction or for whole soil? enhancement (#280)
- Re-organize repository with more sub-folders question (#89)
- Daily variables for atmospheric demand (#341)
- STEPWAT2 updated to work with this release (see DrylandEcology/STEPWAT2#535)
- rSOILWAT2 updated to work with this release (see DrylandEcology/rSOILWAT2#214)
Consider adding a flag to indicate whether inputs reflect soil density of the < 2 mm fraction or soil density of the whole soil (with rocks/gravel).
And then calculate internally what SOILWAT2 requires, e.g., with the already existing function
calculate_soilBulkDensity()
The text was updated successfully, but these errors were encountered: