Skip to content
Snippets Groups Projects
  1. Mar 14, 2025
  2. Feb 19, 2025
    • 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. Sep 10, 2024
  4. Sep 06, 2024
  5. Aug 07, 2024
  6. Aug 02, 2024
  7. Jul 29, 2024
  8. Jul 25, 2024
  9. Jun 12, 2024
  10. Jun 06, 2024
  11. Jun 05, 2024
  12. May 24, 2024
  13. May 23, 2024
  14. May 21, 2024
  15. May 16, 2024
  16. May 15, 2024
    • xo30xoqa's avatar
      Major restructure - remove Agents.jl and change species DSL · d6edd35b
      xo30xoqa authored
      This is a huge commit that changes much of the underlying model
      architecture (which is why it all had to change at once). Agents.jl
      is now no longer a dependency and the species macros have been largely
      rewritten. Not everything has been adapted yet, but the model is in a
      "minimally runnable" state.
      d6edd35b
  17. Apr 16, 2024
  18. Nov 17, 2023
  19. 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
  20. Nov 13, 2023
  21. Oct 27, 2023
  22. Oct 25, 2023
  23. Oct 20, 2023
  24. Oct 18, 2023
  25. 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
  26. Oct 05, 2023
  27. Oct 04, 2023
  28. Aug 31, 2023
  29. Aug 10, 2023
  30. Aug 02, 2023
Loading