Optimizing Dam Removals: Balancing Ecology and Economy in Lake Erie

Lake Erie, the shallowest and warmest of the Great Lakes, is incredibly productive biologically. However, it's also faced significant environmental challenges due to dense population and industrial activity. One major stressor has been the construction of dams on the rivers and streams that flow into the lake. While dams served purposes like power generation or water supply, many now block fish from reaching historical spawning grounds, contributing to the decline of important native species.

Efforts to restore Lake Erie have shown some success, but the recovery of key fish like walleye (Sander vitreus) has slowed. Restoring access to tributary habitats by removing dams is a potential solution. However, deciding *which* dams to remove is complex. There are thousands of dams, removal is costly, and it can have unintended consequences.

This article explores the core ideas from the paper "Optimizing multiple dam removals under multiple objectives: Linking tributary habitat and the Lake Erie ecosystem" by Zheng, Hobbs, and Koonce (2009). The paper presents a mathematical approach to help managers select the *best portfolio* of dams to remove, considering ecological benefits, economic costs, and complex ecosystem interactions.

The Balancing Act: Walleye, Lamprey, and Costs

Removing a dam seems simple: let the river flow freely. But the consequences ripple outwards. On the plus side, desirable native fish like walleye gain access to upstream spawning areas, potentially boosting their populations – good for the ecosystem and for recreational fishing.

However, dam removal isn't all positive. It costs significant money, not just for demolition but potentially for replacing services the dam provided. Furthermore, removing a dam can also open up habitat for invasive species. In the Great Lakes, a major concern is the parasitic sea lamprey (Petromyzon marinus), which preys on large fish like trout and walleye. Removing a dam might help walleye spawn, but if it also lets lamprey access new nursery areas, the net effect could be negative.

Interactive Dam Removal

Click the dam structure below to simulate its removal. Observe how fish access changes and the associated cost.

Cost: $0 M

So, the decision involves trade-offs:

Finding the right balance requires a systematic approach.

Measuring "Goodness": How Healthy is the Lake?

With multiple competing factors, how do we define the "best" outcome? The paper uses Multiple Criteria Decision Analysis (MCDA), specifically a form called Multicriteria Value Analysis (MVA). The idea is to define several measurable criteria that represent different aspects of ecosystem health and socioeconomic benefit, and then combine them into a single score.

The researchers identified nine key criteria (Figure 1 in the paper), including:

The MVA combines the first eight ecological/socioeconomic criteria into an overall "Ecological Health Index" ($z_1$). This is done using an additive value function:

$$ V(x_1, ..., x_8) = \sum_{i=1}^{8} W_i V_i(x_i) $$

Where:

The weights ($W_i$) are crucial as they represent stakeholder preferences. Changing the weights changes how "good" a particular outcome is considered. For example, heavily weighting walleye criteria ($W_5, W_6$) would favor dam removals that benefit walleye, even if other factors suffer slightly.

Interactive MVA Score Calculator (Simplified)

Adjust the levels of simplified criteria and their importance weights to see how the overall "Ecological Health" score changes. (Note: Actual model uses 8 criteria and more complex linkages).

50 0.40
60 0.30
70 0.30
Total Weighted Score: ...

Predicting the Impact: From Habitat to Ecosystem

Okay, we have a way to score the outcome ($z_1$). But how do we predict the levels of $x_1, ..., x_8$ that result from removing a specific set of dams? This involves a chain of models:

  1. Habitat Change: Removing dam $j$ opens up a certain amount of upstream river habitat. The *quality* of this habitat for walleye spawning and lamprey nursery is estimated using a Habitat Suitability Index (HSI). HSI models score habitat from 0 (unsuitable) to 1 (optimal) based on physical factors like water depth, velocity, and substrate (river bottom type). GIS data is used to calculate the total *area* ($H_{jk}^{walleye}$) or *length* ($H_{jk}^{lamprey}$) of suitable habitat opened by removing dam $j$.
  2. Fish Recruitment: Increased suitable spawning habitat for walleye is expected to increase the number of eggs produced ($EP_j$) and ultimately the number of Young-Of-Year (YOY) walleye recruited into the lake population ($\Delta YOY_j^{walleye}$). The paper uses empirical relationships for this link (Eq 13).
  3. Ecosystem Response: The change in walleye YOY ($\Delta YOY^{walleye}$) from *all* removed dams is then fed into the **Lake Erie Ecological Model (LEEM)**. LEEM is a complex simulation model representing the lake's food web (17 fish species, predator-prey interactions, nutrient cycles). LEEM predicts how the initial pulse of extra walleye YOY ripples through the ecosystem, ultimately changing the levels of the criteria $x_1, ..., x_8$. The paper uses "Impulse Response" (IR) functions derived from LEEM, assuming a linear response for small changes: $x_i = x_i^{base} + IR_{x_i} \times \Delta YOY^{walleye}$.

This chain links the physical act of removing a dam to its ultimate impact on the lake's ecological health score.

Counting the Cost: Dollars and Cents

The economic side ($x_9$) also needs quantification. The total cost has two main components:

  1. Dam Removal Cost ($C_j^{dam}$): This varies greatly depending on the dam. The paper developed a regression model (Eq 14) based on historical data from ~100 dam removals. Key factors increasing cost are:
  2. Sea Lamprey Control Cost ($C_j^{lamprey}$): If removing dam $j$ opens up significant lamprey nursery habitat ($H_j^{lamprey}$), additional control measures are needed. The primary method is applying a lampricide called TFM. The cost is estimated based on the *length* of river needing treatment and the frequency of application (Eq 15).

Interactive Dam Removal Cost Estimator (Simplified)

Adjust dam characteristics to see how the estimated removal cost changes, based on a simplified version of the paper's regression model (Eq 14). (Note: Actual model is logarithmic).

20 ft
150 ft
Estimated Removal Cost: $... M

The total economic cost for a portfolio of removals is the sum of individual dam removal costs and any necessary lamprey control costs: $x_9 = \sum_{j \in \text{Removed}} (C_j^{dam} + C_j^{lamprey})$.

Putting it All Together: The Optimization Model

With ways to predict ecological benefits ($z_1$) and economic costs ($x_9$) for any set of removed dams, the final step is to find the *best* set. The paper formulates this as a Mixed Integer Linear Program (MILP).

The core of the MILP is:

Objective: Maximize the Ecological Health Index ($z_1$)

$$ \text{Maximize } z_1 = \sum_{i=1}^{8} W_i V_i(x_i) $$

Subject to Constraints:

  1. Budget Constraint: The total cost ($x_9$) must not exceed the available budget ($B$). $$ x_9 = \sum_{j \in J} (C_j^{dam} + C_j^{lamprey}) d_j \le B $$ Here, $J$ is the set of all candidate dams, and $d_j$ is the crucial **decision variable**: $d_j = 1$ if dam $j$ is removed, $d_j = 0$ if it is kept.
  2. Ecological Score Calculation: Equations linking the decision variables ($d_j$) to the criteria ($x_1, ..., x_8$) via habitat changes, YOY recruitment, and LEEM impulse responses (Eq 5, 6 in the paper). $$ x_i = x_i^{base} + IR_{x_i} \left( \sum_{j \in J} \Delta YOY_j^{walleye} d_j \right) $$ (This is a simplified representation; the actual model accounts for recruitment probabilities $V^{walleye}_j$).
  3. Upstream/Downstream Logic: A dam cannot be removed ($d_j=1$) unless any dam immediately downstream of it ($n$) is also removed ($d_n=1$). This ensures physical feasibility. $$ d_n \le d_j \quad \text{for all } n \text{ directly upstream of } j $$ This constraint prevents trying to remove an upstream dam while leaving a downstream one blocking access.
  4. Binary Decisions: Each dam is either removed or not. $$ d_j \in \{0, 1\} \quad \text{for all } j \in J $$ This "integer" part makes it an MILP, which can be harder to solve than purely linear problems but accurately reflects the yes/no nature of dam removal.

Interactive Upstream/Downstream Constraint

Try selecting dams (orange circles) for removal by clicking them. Dams turn green if selected validly. If you try to remove an upstream dam without removing its downstream neighbor, it will turn red (invalid selection).

Solving this MILP finds the specific set of dams ($d_j=1$) that gives the highest possible ecological score ($z_1$) for a given budget ($B$).

The Solution: Finding Efficient Portfolios

Because cost and ecological benefit are competing objectives, there isn't one single "best" answer. Instead, there's a set of efficient or Pareto optimal solutions. An efficient portfolio is one where you cannot increase the ecological score further without spending more money, and you cannot decrease the cost without lowering the ecological score.

By running the MILP model repeatedly with different budget levels ($B$), the researchers traced out the trade-off curve (also known as the Pareto frontier) between cost and ecological health (Figure 4a in the paper).

Interactive Cost vs. Ecological Health Trade-off

This chart shows the efficient frontier. Each point represents an optimal portfolio of dam removals for a given budget. Use the slider to set a budget and see the corresponding optimal ecological health score. Hover over points for details.

$15.0 M
Hover over a point or use the slider.

Key findings from the trade-off analysis:

What if We Really Dislike Lamprey?

The model can also explore how different priorities affect the results. The paper includes a sensitivity analysis where the decision-makers might be particularly averse to increasing sea lamprey habitat. They introduced a weight ($WL$) representing the importance of *minimizing* potential lamprey habitat increase.

As the weight $WL$ increases (meaning lamprey avoidance becomes more important), the optimization favors removing dams that open up little or no lamprey habitat, even if they offer less benefit for walleye. This leads to different portfolios being selected (compare Figure 3 and Figure 5 in the paper) and generally lower overall ecological health scores (as defined by the original weights) but achieves the goal of minimal lamprey expansion (Table 3).

Conclusion: A Tool for Complex Decisions

The work by Zheng, Hobbs, and Koonce provides a powerful framework for tackling the complex problem of multiple dam removals. By explicitly linking dam removal actions to habitat changes, ecosystem responses (via LEEM), economic costs, and stakeholder objectives (via MVA), the MILP model can identify potentially cost-effective portfolios.

Key strengths of this approach include:

However, the authors caution that such models are screening tools. They rely on assumptions and data that have uncertainties (e.g., exact removal costs, precise ecosystem responses). The model helps narrow down the options, but site-specific studies are essential before actually removing any dams.

Ultimately, this research demonstrates how mathematical optimization and simulation modeling can provide valuable insights for managing complex environmental systems like the Lake Erie basin, helping stakeholders navigate difficult trade-offs to achieve restoration goals.


Reference: 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.