Skip to content
Snippets Groups Projects
  1. Feb 19, 2025
    • Marco Matthies's avatar
      69ee3eb9
    • Marco Matthies's avatar
      Change weather data representation · d353b955
      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.
      d353b955
  2. Feb 14, 2025
  3. Feb 11, 2025
  4. Apr 16, 2024
  5. Aug 31, 2023
  6. Jul 27, 2023
  7. May 28, 2023
Loading