5.5 Coastal Geology

Coasts are dynamic environments shaped by waves, tides, currents, and sea-level change. Beach morphology, sediment transport, and coastal landforms respond to forcing on timescales from individual storms to millennia of tectonic uplift and glacial cycles.

Beach Morphology

A beach profile from land to sea includes the backshore (above normal high tide, including dunes and berm crest), the foreshore (intertidal zone, the sloping face of the beach), and the nearshore (extending to the outer edge of the surf zone). Offshore bars (longshore bars) form where breaking waves deposit sediment. The Dean equilibrium profile describes the idealized cross-shore shape:

$$h(x) = A\,x^{2/3}$$

where $h$ is water depth, $x$ is distance offshore, and $A$ is a shape parameter that depends on sediment grain size ($A \approx 0.1\;\text{m}^{1/3}$ for medium sand).

Berm

Flat terrace built by wave swash at the top of the foreshore. Summer berms are wider; storm berms are higher.

Longshore Bar

Submerged sand ridge parallel to shore where waves break. Multiple bars can form in dissipative beaches.

Trough

Depression between the bar and the beach. Longshore currents flow through this channel during storms.

Sediment Transport

Sediment movement begins when the shear stress exerted by waves or currents exceeds a critical threshold. The Shields parameter characterises the onset of motion:

$$\theta = \frac{\tau_b}{(\rho_s - \rho)\,g\,d}$$

where $\tau_b$ is bed shear stress, $\rho_s$ is sediment density, $\rho$ is water density, and $d$ is grain diameter. Motion begins when $\theta > \theta_{cr} \approx 0.05$.

Bedload Transport

Grains roll, slide, or saltate along the bed. The Meyer-Peter & Mueller formula gives the transport rate:$q_b = 8(\theta - \theta_{cr})^{3/2}\sqrt{(\rho_s/\rho - 1)g d^3}$.

Suspended Load

Fine sediment lifted into the water column by turbulence. Concentration decreases exponentially with height above the bed following the Rouse profile: $C(z)/C_a = [(h-z)/z \cdot a/(h-a)]^{w_s/(\kappa u_*)}$.

Littoral Drift (Longshore Transport)

Waves approaching the coast at an angle drive a net longshore current and sediment transport. The CERC formula (Coastal Engineering Research Center) estimates the annual longshore transport rate:

$$Q_l = K\,\frac{\rho g}{16(\rho_s - \rho)(1-p)}\,H_b^{5/2}\,\sin(2\alpha_b)$$

where $H_b$ is breaking wave height, $\alpha_b$ is the breaker angle, $p$ is sediment porosity, and $K \approx 0.77$.

Bruun Rule for Beach Erosion

The Bruun Rule (1962) relates shoreline retreat to sea-level rise, assuming the beach profile translates landward and upward to maintain its equilibrium shape:

$$R = \frac{S \cdot W^*}{B + h^*}$$

where $R$ is shoreline retreat, $S$ is sea-level rise, $W^*$ is the active profile width, $B$ is berm height, and $h^*$ is the closure depth. For typical values ($W^* = 500$ m, $B + h^* = 12$ m), a 1 m sea-level rise produces ~42 m of retreat.

Coastal Classification & Landforms

Barrier Islands

Long, narrow sand islands parallel to the mainland coast, separated by lagoons. Found on trailing-edge (passive) margins with gentle slopes and abundant sediment (e.g., U.S. East and Gulf Coasts). Migrate landward during sea-level rise through overwash and inlet migration.

Deltas

Classified by dominant process: river-dominated (Mississippi, bird's foot), tide-dominated (Ganges, funnel-shaped), and wave-dominated (Nile, arcuate). Delta morphology reflects the balance between sediment supply and marine reworking.

Estuaries

Semi-enclosed water bodies where freshwater and saltwater mix. Types: salt-wedge(strongly stratified, large river, e.g., Mississippi), partially mixed(moderate river/tidal forcing, e.g., Chesapeake Bay), and well-mixed(strong tidal currents, e.g., Delaware Bay). The salinity intrusion length scales as:

$$L \propto \frac{K_H \cdot A}{Q_r}$$

where $K_H$ is horizontal diffusivity, $A$ is cross-sectional area, and $Q_r$ is river discharge.

Tidal Flats

Extensive low-gradient surfaces alternately flooded and exposed. Dominated by fine sediment and biological activity.

Mangroves

Tropical/subtropical forests at the land–sea interface. Trap sediment, protect coasts, and serve as nursery habitat.

Coral Reefs

Biogenic structures in warm, clear, shallow waters. Fringing, barrier, and atoll types reflect tectonic subsidence history (Darwin).

Python: Bruun Rule, Longshore Transport & Estuary Salinity

Python: Bruun Rule, Longshore Transport & Estuary Salinity

Python

!/usr/bin/env python3

script.py57 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Fortran: 1D Morphodynamic Model for Beach Profile Evolution

This program evolves a cross-shore beach profile under wave forcing using a simple energetics-based sediment transport model. The bed level $z_b$ evolves according to the Exner equation:

$$\frac{\partial z_b}{\partial t} = -\frac{1}{1-p}\frac{\partial q_s}{\partial x}$$

Fortran: 1D Morphodynamic Model for Beach Profile Evolution

Fortran

============================================================

program.f9073 lines

Click Run to execute the Fortran code

Code will be compiled with gfortran and executed on the server

Wave Refraction & Longshore Currents

As waves approach the shore, they slow down in shallow water (since phase speed $c = \sqrt{gd}$ in shallow water). Portions of the wave crest in deeper water travel faster, causing the wave crest to bend (refract) toward alignment with the bottom contours. Snell's law for wave refraction gives:

$$\frac{\sin\alpha_1}{c_1} = \frac{\sin\alpha_2}{c_2}$$

where $\alpha$ is the angle between the wave crest and the depth contour, and $c$ is the local phase speed. Refraction concentrates wave energy on headlands (erosion) and disperses it in bays (deposition).

Longshore Current Velocity

Waves breaking at an angle to the shore drive a longshore current within the surf zone. The Longuet-Higgins (1970) formula gives the mean longshore current velocity:

$$V_l = \frac{5\pi}{16}\frac{\gamma_b g^{1/2}}{c_f}H_b^{1/2}\sin\alpha_b\cos\alpha_b$$

where $\gamma_b$ is the breaker ratio, $c_f$ is a friction coefficient, and $H_b$ is the breaking wave height. Typical longshore currents are 0.3–1 m/s.

Coastal Classification Systems

Emergent vs Submergent

Emergent coasts are rising relative to sea level (tectonic uplift or glacio-isostatic rebound), producing raised marine terraces, exposed wave-cut platforms, and steep rocky shorelines (e.g., U.S. West Coast, Scandinavia). Submergent coasts are sinking or experiencing relative sea-level rise, producing drowned river valleys (rias), flooded glacial valleys (fjords), and wide coastal plains (e.g., U.S. East Coast, Southeast Asia).

Primary vs Secondary

Primary (youthful) coasts are shaped mainly by non-marine processes (tectonics, volcanism, glaciation, river deposition)β€”their morphology reflects recent geological history. Secondary (mature) coasts have been significantly modified by marine processes (wave erosion, longshore transport, biological construction). Most real coasts exhibit both primary and secondary characteristics.

Key Equations

Closure depth (Hallermeier, 1978):$h^* = 2.28\,H_s - 68.5\,\frac{H_s^2}{gT_s^2}$ where $H_s$ and $T_s$ are the significant wave height and period. Beyond $h^*$, the profile does not change significantly over years.

Iribarren number (surf similarity):$\xi = \tan\beta / \sqrt{H_0/L_0}$ classifies breaker type: spilling ($\xi < 0.5$), plunging ($0.5 < \xi < 3.3$), surging ($\xi > 3.3$).