Skip to content
Snippets Groups Projects
  1. Mar 14, 2025
  2. 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
  3. Feb 14, 2025
  4. Feb 11, 2025
  5. Jan 26, 2025
  6. Sep 06, 2024
  7. Aug 08, 2024
  8. Aug 05, 2024
  9. Jul 17, 2024
  10. Jun 20, 2024
  11. Jun 13, 2024
  12. Jun 12, 2024
  13. May 23, 2024
  14. May 21, 2024
  15. May 16, 2024
  16. Apr 16, 2024
  17. Nov 14, 2023
    • xo30xoqa's avatar
      Fixed errors in basic skylark · faed2eae
      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.
      faed2eae
  18. Nov 13, 2023
  19. Nov 09, 2023
  20. Oct 06, 2023
    • xo30xoqa's avatar
      Activated Makie plotting · 22268d34
      xo30xoqa authored
      Compile time still increased to 50s (from 15s), but at the moment I
      can just about live with that.
      22268d34
  21. Oct 05, 2023
  22. Aug 31, 2023
  23. Aug 10, 2023
  24. Jul 27, 2023
  25. Jul 18, 2023
    • xo30xoqa's avatar
      Rewrote insect submodel · e82aa559
      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.
      e82aa559
  26. Jul 17, 2023
  27. May 28, 2023
Loading