Dams, Fish, and Dollars: Untangling the Choices on Lake Erie's Rivers

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.

The Challenge: Many Dams, Many Goals

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.

Widget 1: The Difficulty of Choice

Consider these three hypothetical dams. Which one would you remove if you could only pick one? Adjust the sliders to see different scenarios. Notice how the "best" choice isn't always obvious and depends on what you prioritize.

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.

Measuring "Goodness": Criteria and Value Functions

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:

  1. Walleye Benefit: How much does removing dams help the native walleye population? (Measured perhaps by biomass or habitat area).
  2. Lamprey Harm: How much does removing dams help the invasive sea lamprey? (Measured by habitat area - we want to minimize this).
  3. Economic Cost: What is the total cost of removing the selected dams and potentially controlling lamprey in newly opened areas? (Measured in dollars - we want to minimize this).

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.

Widget 2: Weighing the Options

Let's revisit our hypothetical dams from Widget 1. Now, assign weights to reflect how much you care about maximizing Walleye gain versus minimizing Lamprey gain and Cost. See how changing the weights alters the overall "Ecological Score" for each dam (calculated using a simplified value function where higher is better for walleye, lower is better for lamprey/cost).

(Note: Weights will be automatically normalized to sum to 1)

Finding the Best *Set* of Dams: Optimization

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$.

Widget 3: Optimizing a Simple River System

Let's simulate this optimization on a small river system. We have several dams, each with potential benefits (Walleye habitat gain) and costs (Removal cost, potential Lamprey habitat gain). Use the sliders to set your total budget and the relative importance (weight) you place on maximizing ecological benefit versus minimizing cost. Click "Optimize Portfolio" to see which dams the simplified optimization selects.

Note the upstream constraint: Dams higher up the river (further left) cannot be selected unless the dam immediately downstream (to its right) is also selected.

Connecting Rivers to the Lake: Modeling the Impacts

Selecting dams is only part of the story. The researchers needed to quantify the actual ecological impact on Lake Erie. This involved several steps:

  1. Habitat Suitability Index (HSI): They estimated how much *suitable* spawning habitat for walleye and nursery habitat for sea lamprey larvae would be created by removing each dam. This involved looking at physical characteristics like stream depth, flow velocity, and substrate type (gravel for walleye, fine sediment for lamprey).
  2. Lake Erie Ecological Model (LEEM): This complex simulation model represents the Lake Erie food web, including predator-prey relationships and nutrient flows.
  3. Linking Habitat to Ecosystem: They estimated how the newly accessible tributary habitat (from HSI) would translate into increased walleye recruitment (young-of-year fish surviving) and then used LEEM to simulate how this change would ripple through the lake's ecosystem, affecting various fish populations and the overall criteria ($x_1$ to $x_8$ in the paper).
  4. Cost Estimation: They developed statistical models (regressions) to estimate the cost of removing a dam based on its size, type, and original purpose, and also estimated the cost of controlling sea lamprey in newly opened habitats using chemical treatments (lampricides).

This detailed modeling allowed them to connect the physical act of dam removal to broader ecological and economic consequences within the lake.

The Trade-off Curve: Visualizing Efficient Choices

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).

Widget 4: The Budget vs. Benefit Trade-off

This chart shows a hypothetical trade-off curve, similar to Figure 4a in the paper. Each point represents an *efficient portfolio* of dam removals – meaning you can't get a better ecological score for that amount of money, and you can't spend less money to get that same score. Hover over points to see the budget and resulting ecological score.

Notice the shape: often, initial investments yield large gains (steep slope), but achieving further improvements becomes increasingly expensive (flattening curve) – a concept known as diminishing returns.

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.

Sensitivity and What Matters: The Role of Priorities

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.

Conclusion: A Tool for Complex 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.