Modeling shock propagation in the World Input-Output Network (WION) with damping and substitution effects.
- Builds IO matrices (Z, F, X, A, B) from ICIO-style SML CSVs
- Computes vulnerability and damping metrics (Vj, phi, d, D)
- Simulates shock scenarios and aggregates country/sector impacts
- Produces figures and tables for the thesis and presentation
- Create and activate a virtual environment.
- Install dependencies.
- Run the scripts or notebooks.
python -m venv .venv
pip install -r requirements.txt
python main.pyOther entry points:
python debug_damping.pypython robustness_checks.py --year 2018 --n-iter 10
- data/README.md - raw and processed datasets
- docs/README.md - thesis and presentation sources
- notebooks/README.md - exploratory and results notebooks
- outputs/README.md - generated figures and tables
- src/README.md - core model code
- tests/README.md - test scaffolding
- Base year is set in config.py.
- Outputs are generated under outputs/README.md and can be regenerated.