- 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
-
- Apr 16, 2024
-
-
Daniel authored
-
- Aug 31, 2023
-
-
xo30xoqa authored
-
- Jul 27, 2023
- May 28, 2023
-
-
xo30xoqa authored
Closes #52
-