Skip to content
Snippets Groups Projects
Commit 43c806bc authored by Marco Matthies's avatar Marco Matthies
Browse files

Update Changelog

parent 2ee7e39f
Branches
Tags
No related merge requests found
...@@ -21,6 +21,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -21,6 +21,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Add AquaCrop crop model
- Allow multiple crop models to be used in one simulation. The
settings "crop.cropmodel" and "crop.cropdirectory" are now
comma-separated lists of crop models and their data directories.
- Simple linear crop height estimation for AquaCrop plants from
biomass (AquaCrop does not model plant height)
- Read soil type map, controlled with the setting "world.soiltypesmap"
- Landscape `Pixel`s store their soil type (`enum SoilType`)
- `FarmPlot`s store the most common soil type of their landscape
`Pixel`s (AquaCrop needs the soil type as an input parameter).
### Changed ### Changed
### Deprecated ### Deprecated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment