This repository contains the thesis model, dashboard, and tipping-study experiment harness.
- Public repository:
https://github.com/anjarANU/CarbonTippingABM
- Versioned thesis release:
https://github.com/anjarANU/CarbonTippingABM/releases
- Create a local environment:
python -m venv .venv.venv\Scripts\python -m pip install -r requirements.txt
- Launch live dashboard:
.venv\Scripts\python -m carbontipping_abm.run --live-dashboard
- Generated simulation outputs are written under
output/and are intentionally not versioned. - Recreate outputs locally from the model code and input data when needed.
- See REPRODUCIBILITY.md for smoke tests, full tipping-study runs, and no-rerun analysis scripts.
- Integrated ODD handbook PDF:
docs/ODD_Integrated_Handbook_CarbonTippingABM.pdf
- Integrated ODD source:
docs/ODD_Integrated_Handbook.md
- Executive ODD summary:
docs/ODD_FINAL_INCORPORATED_REPORT.md
- Debug checklist:
docs/DEBUG_CHECKLIST.md