- Mar 14, 2025
-
-
Marco Matthies authored
-
Marco Matthies authored
- `Pixel` now has a field `soiltype` - read soil type information from tiff file
-
Marco Matthies authored
Rename this function to `showlandscape()`.
-
- Feb 19, 2025
-
-
Marco Matthies authored
-
Marco Matthies authored
`Weather` is now a type that stores the complete simulation data (previously it just stored the weather data for a single day). Weather data storage is now a struct-of-arrays, previously it was a dict-of-structs. Weather data can be accessed with functions such as `sunshine(weather, date)`. Missing weather input data for temperature (min/max/mean), precipitation, and evapotranspiration is now an error. In the future, missing values could perhaps be imputed. `AgricultureModel` and `Weather` are now defined with `@kwdef`, allowing their constructors to be called with keyword arguments.
-
- Feb 14, 2025
-
-
Marco Matthies authored
-
- Feb 11, 2025
-
-
xo30xoqa authored
Now include cloud cover, humidity, and ETo, dropped vapourpressure
-
- Jan 26, 2025
-
-
Marco Matthies authored
-
- Sep 06, 2024
-
-
xo30xoqa authored
-
- Aug 08, 2024
- Aug 05, 2024
- Jul 17, 2024
-
-
xo30xoqa authored
(Not yet tested.)
-
- Jun 20, 2024
-
-
xo30xoqa authored
-
- Jun 13, 2024
-
-
xo30xoqa authored
closes #85
-
- Jun 12, 2024
-
-
xo30xoqa authored
Also updated CONTRIBUTORS.md, added a "none" option for `core.logoutput`, and added type annotations to the Skylark struct
-
- May 23, 2024
-
-
xo30xoqa authored
-
- May 21, 2024
- May 16, 2024
- Apr 16, 2024
-
-
Daniel authored
-
- Nov 14, 2023
-
-
xo30xoqa authored
Still need to write tests to make sure it works properly, but at least it runs without errors now and seems to do what it's supposed to.
-
- Nov 13, 2023
-
-
xo30xoqa authored
-
- Nov 09, 2023
-
-
xo30xoqa authored
-
- Oct 06, 2023
-
-
xo30xoqa authored
Compile time still increased to 50s (from 15s), but at the moment I can just about live with that.
-
- Oct 05, 2023
-
-
xo30xoqa authored
This closes #24.
-
- Aug 31, 2023
-
-
xo30xoqa authored
-
- Aug 10, 2023
-
-
xo30xoqa authored
This is a major commit, probably rather too large, but anyway. There are no tests yet, so no guarantee for correctness. But it's good progress :-)
-
- Jul 27, 2023
- Jul 18, 2023
-
-
xo30xoqa authored
It is now contained within a single function that can be called at need, rather than being calculated every day for every pixel.
-
- Jul 17, 2023
-
-
xo30xoqa authored
-
- May 28, 2023
-
-
xo30xoqa authored
Closes #52
-