From 43c806bc9a95cf85b4737a2f62694e0f4f4c8bb6 Mon Sep 17 00:00:00 2001 From: Marco Matthies <71844+marcom@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:56:40 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d552f6a..fe6816c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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 ### Deprecated -- GitLab