Optimal Fishing Management Under Emission Cost in Korean Fisheries

Emission Policy Series 1

🏷️ Environmental Economics📊 Bioeconomic Modeling

This article is part of a series on my proof of concept for emission policy and possible technical showcases

During my master's course ARE 275 (Environmental and Resource Economics) at UC Davis, I tackled a simple but unaddressed question: What happens when fishing fleets must pay for their carbon emissions? And what policy recommendations follow?

1. The Problem: Old Boats, Big Emissions

Nearly half of Korea's fishing fleet is over 15 years old—essentially the gas-guzzling pickup trucks of the sea. The Anchovy Tow Net Fishery, producing 90% of domestic anchovy, emits 152,000 tons of CO2eq\text{CO}_2\text{eq} annually. Yet nobody was asking: What if they had to pay for these emissions?

2. The Model: Where Biology Meets Economics

I started with the logistic growth model for fish population growth:

F(Xt)=rXt(1XtK)F(X_t) = rX_t\left(1 - \frac{X_t}{K}\right)

where rr is the intrinsic growth rate, KK is the carrying capacity (maximum sustainable population), and XtX_t is the fish stock at time tt. This shows populations grow fastest at medium levels—nature's "everything in moderation."

The harvest function is straightforward:

Yt=qXtEtY_t = qX_tE_t

where qq is the catchability coefficient (e.g., how efficiently you catch fish), and EtE_t is fishing effort (measured in horsepower). Your catch depends on fish stock and fishing effort.

3. Finding Equilibrium

At sustainable equilibrium, growth equals harvest:

F(Xt)=YtrXt(1XtK)=qXtEtF(X_t) = Y_t \quad \Rightarrow \quad rX_t\left(1 - \frac{X_t}{K}\right) = qX_tE_t

Solving for equilibrium stock:

Xt=KqKrEtX_t = K - \frac{qK}{r}E_t

Substituting back into the harvest equation:

Yt=qEt(KqKrEt)=qKEtq2KrEt2Y_t = qE_t\left(K - \frac{qK}{r}E_t\right) = qKE_t - \frac{q^2K}{r}E_t^2

With a=qKa = qK and b=q2Krb = \frac{q^2K}{r}:

Yt=aEtbEt2Y_t = aE_t - bE_t^2

This quadratic function is linear in parameters aa and bb—perfect for OLS estimation with harvest and effort data!

4. Adding Economics

Profit (π\pi) equals revenue minus cost:

π=p(aEbE2)cE\pi = p(aE - bE^2) - cE

where pp is the price per ton of fish and cc is the cost per unit of fishing effort.

Maximizing profit:

dπdE=pa2pbEc=0\frac{d\pi}{dE} = pa - 2pbE - c = 0

This yields Maximum Economic Yield (MEY):

EMEY=pac2pbE_{MEY} = \frac{pa - c}{2pb}

Compare to Maximum Sustainable Yield where EMSY=a2bE_{MSY} = \frac{a}{2b}: clearly EMEY<EMSYE_{MEY} < E_{MSY}. Profit-maximizing fishermen should fish less than catch-maximizing fishermen.

5. The Carbon Cost Twist

Adding emission costs transforms total cost to:

TC=(c+e)ETC = (c + e)E

where ee is the emission cost per unit of effort (emission rate × carbon price). The new optimal effort becomes:

EMEYemission=pa(c+e)2pb=EMEYoriginale2pbE_{MEY}^{emission} = \frac{pa - (c + e)}{2pb} = E_{MEY}^{original} - \frac{e}{2pb}

Emission costs reduce optimal fishing by exactly e2pb\frac{e}{2pb}—nature charging rent for atmospheric carbon storage.

6. The Results: Everyone Wins

Table 1 reveals the stunning outcomes:

ScenarioEffort (HP)Yield (MT)Profit (₩ bil.)Emissions (MT CO2\text{CO}_2)Em. Cost (₩ bil.)
Current (2018)209,119108,563126.9156,8393.94
MEY (w/ emissions)130,597135,052203.397,9482.46
MEY (original)131,308135,198205.798,4812.47
Open Access262,61651,5940196,9624.95
Change: Current to MEY (with emissions)-78,522+26,489+76.4-58,891-1.48
Percentage-38%+24%+60%-38%-38%

Table 1: ATNF Performance Under Different Management Scenarios

Key findings:

  • 38% effort reduction → 60% profit increase
  • 58,000+ tons less CO2\text{CO}_2 annually
  • ₩1.48 billion saved in emission costs

7. Why It Works

The tragedy unfolds daily: Each fisher thinks "If I don't catch these fish, someone else will." Everyone overfishes, depleting stocks and raising costs—individually rational but collectively insane. Reducing to MEY levels achieves:

  • Stock recovery → higher catch per effort
  • Less fuel use → lower emissions and costs
  • Internalized emission costs → further effort reduction → healthier stocks

8. Policy Recommendations

Korea should:

  1. Buy back 37% of the fleet—expensive but doubly effective
  2. Set catches at MEY—let markets allocate effort
  3. Include fisheries in carbon trading—internalize the externality
  4. Subsidize engine upgrades—cleaner remaining boats

9. The Bottom Line

Environmental economics isn't tree-hugging versus profit-making—it's finding where they align. The math confirms ancient fishing wisdom: moderation is profitable, and sometimes the best fishing strategy is leaving the boat docked, not only for your profits, fish stocks, but also emissions.

In Korean fisheries, the path to higher profits literally runs through lower emissions. Doing well by doing good isn't just possible—it's mathematically optimal.

This research evolved from a homework assignment into a published paper in Sustainability (2021), proving that academic work often starts with simple questions like "What if we actually had to pay for pollution?"

© 2025 Kyumin Kim. All rights reserved.