Sim-Mod-lab3

0
README.md

Lab 03 - Daisyworld (Julia, Agents.jl)

What is done

  • ABM model Daisyworld implemented in
    src/daisyworld.jl
    .
  • 7 scripts implemented in
    scripts/
    .
  • Output artifacts generated in:
    • plots/
      (PNG + MP4)
    • docs/generated/
      (Markdown)
    • notebooks/generated/
      (Jupyter notebooks)
    • scripts/generated/
      (plain
      .jl
      )

Run all

Main files

  • src/daisyworld.jl
  • scripts/daisyworld.jl
  • scripts/daisyworld-animation.jl
  • scripts/daisyworld-count.jl
  • scripts/daisyworld-luminosity.jl
  • scripts/daisyworld__param.jl
  • scripts/daisyworld-count__param.jl
  • scripts/daisyworld-luminosity__param.jl

Report and presentation

  • Source markdown files:
    • report.md
    • presentation.md
  • Build helper:

Note

build_docs.sh
requires
pandoc
(and a TeX engine for PDF generation).