Lake Erie, the shallowest and warmest of the Great Lakes, is renowned for its biological productivity, especially its fisheries. However, decades of human activity, including the construction of thousands of dams on its tributary rivers, have significantly altered the ecosystem. Many of these dams are old, serve little purpose, and block fish migration to historical spawning grounds. Removing them seems like a good idea for restoring habitat, but it's not that simple.
Dam removal costs money. It can also unintentionally benefit invasive species like the destructive sea lamprey by giving them access to new breeding areas. Furthermore, removing one dam can affect the value of removing others upstream or downstream. With limited budgets and multiple conflicting goals – helping native fish like walleye, hindering invasive lamprey, minimizing costs – how can resource managers make the best decisions? Which dams should go, and which should stay?
This article explores the core ideas from a study by Zheng, Hobbs, and Koonce (2009) that tackled this complex problem using mathematical optimization. We'll break down their approach, focusing on how they balanced competing objectives to find potentially cost-effective dam removal strategies for the Lake Erie basin.
Imagine being tasked with improving the Lake Erie ecosystem by removing dams. You look at a map and see hundreds, even thousands, of potential candidates across numerous rivers. Each dam removal has potential upsides and downsides:
Choosing just *one* dam is tricky enough. Now consider that you need to select a *portfolio* of dams across the entire basin, all while staying within a budget. The benefits aren't simply additive; removing a downstream dam might be necessary to unlock the habitat benefits of removing an upstream one.
This complexity calls for a structured approach, often involving Multiobjective Analysis (MA) – a set of techniques designed to help make decisions when faced with multiple, often conflicting, goals.
To compare different dam removal scenarios, we first need to define *what* we care about and *how* to measure it. The researchers identified several key criteria, falling into ecological, socioeconomic, and economic categories (see Figure 1 in the paper). For simplicity, let's focus on a few core ones:
But how do we combine these different units (fish biomass, habitat area, dollars) into an overall assessment? This is where Multicriteria Value Analysis (MVA) comes in. The paper uses an *additive value model*. The basic idea is to:
1. Define a *value function* $V_i(x_i)$ for each criterion $x_i$. This function translates the raw measure of the criterion (e.g., walleye biomass) into a standardized "value" score, typically ranging from 0 (worst outcome) to 1 (best outcome). 2. Assign an *importance weight* $W_i$ to each criterion, reflecting its relative importance to the decision-maker. These weights usually sum to 1. 3. Calculate the total value $V$ of a scenario by summing the weighted values of all criteria: $$ V(x_1, ..., x_I) = \sum_{i=1}^{I} W_i V_i(x_i) $$In essence, this formula calculates a weighted average score, representing the overall "desirability" or "health" of a particular outcome based on the chosen criteria and their assigned importance.
Now we have a way to score the outcome of removing *any given set* of dams. But with potentially hundreds of dams, checking every possible combination is impossible ($2^{139}$ possibilities in the paper's case study!). We need a way to efficiently find the *best portfolio* of dams to remove.
This is where Mixed Integer Linear Programming (MILP) comes in. It's a mathematical technique for finding the optimal solution to a problem where:
The basic structure of the optimization model is:
$$ \text{Maximize } z_1 = \sum_{i=1}^{8} W_i V_i(x_i) $$ $$ \text{Subject to:} $$ $$ \sum_{j \in J} (\text{Cost}_j^{\text{removal}} + \text{Cost}_j^{\text{lamprey}}) d_j \le B $$ $$ d_n \le d_j \quad \text{(If dam n is directly upstream of dam j)} $$ $$ d_j \in \{0, 1\} \quad \text{(Remove dam j or not)} $$ $$ \text{(Other equations linking } d_j \text{ to criteria } x_i \text{)} $$Here, $J$ is the set of all candidate dams. The first constraint limits the total cost (dam removal plus associated lamprey control) to the budget $B$. The second constraint enforces logic: you can't remove an upstream dam ($d_n=1$) unless the downstream dam ($d_j=1$) blocking it is also removed. The third constraint says each $d_j$ must be either 0 or 1 (a binary decision). Other equations (represented conceptually here) link the removal decisions ($d_j$) to the actual ecological outcomes ($x_i$) like walleye and lamprey habitat, which then feed into the objective $z_1$.
Selecting dams is only part of the story. The researchers needed to quantify the actual ecological impact on Lake Erie. This involved several steps:
This detailed modeling allowed them to connect the physical act of dam removal to broader ecological and economic consequences within the lake.
By running the MILP optimization model repeatedly with different budget levels ($B$), the researchers could generate an **efficient frontier** or **trade-off curve**. This curve shows the maximum possible ecological health score ($z_1$) that can be achieved for any given level of spending ($x_9$, the total cost).
This curve is a powerful tool for decision-makers. It clearly illustrates the relationship between investment and ecological return, helping them understand the potential benefits and costs of different budget levels.
The study also highlighted that the "optimal" portfolio of dams is highly sensitive to the *weights* ($W_i$) assigned in the MVA step. If decision-makers prioritize minimizing sea lamprey impacts more heavily, the model recommends a very different set of dams compared to when maximizing walleye benefits is the top priority (compare Figures 3 and 5 in the paper).
Key Takeaway: There's no single "right" answer. The best strategy depends explicitly on the values and priorities of the stakeholders involved. Mathematical models like this don't make the decision, but they provide a transparent framework for exploring the consequences of different priorities and budget choices.
Optimizing dam removal in a large, complex ecosystem like Lake Erie's watershed is a daunting task. The work by Zheng, Hobbs, and Koonce demonstrates how multiobjective optimization can provide valuable insights. By:
...the model serves as a powerful screening tool. It helps identify potentially cost-effective dam removal strategies and illuminates the crucial trade-offs involved. While the model's outputs require further site-specific investigation before actual removals occur (due to inherent uncertainties in costs and ecological predictions), it provides a structured, transparent, and data-driven approach to support complex environmental decision-making.
Based on the paper:
Zheng, P. Q., B. F. Hobbs, and J. F. Koonce (2009), Optimizing multiple dam removals under multiple objectives: Linking tributary habitat and the Lake Erie ecosystem, Water Resour. Res., 45, W12417, doi:10.1029/2008WR007589.
Disclaimer: This interactive explanation simplifies some concepts for clarity. The original paper contains more detailed models and analyses. The interactive widgets use hypothetical data for illustrative purposes.