merrickj / ar

Regions decide whether to Adapt or Retreat to rising sea levels
0 stars 1 forks source link

ar

Adapt Retreat

Agent Based Model where regions are agents

As flooding events happen over time, Agents decide whether to adapt or retreat

Versions

There are two versions of the model:

Running model

To run toy model: python3 src/toy/toy.py arg1 arg2 arg3, where

To run numeric model: python3 src/numeric_a/ar.py arg1, where

To run numeric model in a diagnostic mode that enables plotting for a selected region: python3 src/numeric_b/ar.py GEV arg1, where

Develop branch

The develop branch contains files in development not yet in mainstream workflow, or relevant supporting information