Model main loop

MtM ABM description

Author

David O’Sullivan

Published

February 19, 2025

Model main loop

The model steps through the sequence shown below each model ‘tick’.

More details of procedures in red are set out in documents linked from those boxes in the flow chart.

flowchart TB
  A((START))
  B[<span style='color:red;'>Age farmers and<br>replace any that exit</span>]
  C[<span style='color:red;'>Update income, costs, and<br>profit of holdings and farms</span>]
  E[<span style='color:red;'>Farmer decision making</span>]
  T[Update map and plots]
  Z((END))
  A --> B
  B --> C
  C --> E
  E --> T
  T --> Z
  click B "01c-farmer-aging-and-succession.html" "Click for details"
  click C "02-calculation-of-holding-income.html" "Click for details"
  click E "03-farmer-decisions-general.html" "Click for details"

Date Changes
2025-02-19 Initial post.