263. Causal Loop Diagrams

A qualitative diagram showing causal relationships between variables in a system. Used for understanding feedback structure without building a quantitative model.

263.1. Anatomy

Variables (nodes): named quantities, e.g., “Population”, “Birth rate”.

Links (arrows): cause → effect relationships, labeled with polarity:

263.2. Loop polarity

Trace a loop and multiply link polarities:

263.3. Example: population growth

              ┌──→  Birth rate
              │       │
              │       │ +
              │       ↓
   Population ──+──→ Population
              ↑      │
              │      │
              │ -    │
              └── Death rate

Loops:

Behavior depends on which loop dominates. With more births than deaths: exponential growth. With more deaths than births: exponential decay. Balance: steady state.

263.4. Common patterns / archetypes

263.5. From CLD to quantitative model

A CLD shows structure, not magnitudes. To predict behavior quantitatively, convert each link into an equation (a stock-flow system):

263.6. Common pitfalls

263.7. See also