Sediment transport - Waves - Longshore drift

Coastal evolution

In this module, we will build upon the theory that were developed during the first parts of your UoS using simple numerical models. In particular we will look at medium to long-term coastal process evolution models. The aim is to give you some understanding on how to set up and use numerical models for coastal projects as well as elaborate on the differences between these models.

Landsat satellites images of the Nauset-Monomoy barrier beach system between from 1984 to 2013 (USGS-NASA).

As an example, we will simulate the impact of storms on 2D beach profiles, explore the sensitivities of crenulated bay to different wave conditions and use models of longshore transport.


Preamble

Our understanding of coastal evolution is often based on physical and numerical hydrodynamic models which are used to simulate the main processes taking place in coastal regions.
Physical models refer to the use of laboratory models at an appropriate scale ( micro, small, medium and large scale models) for investigating the relevant process.
Numerical models refer to the use of computer codes (commercial, open source, home-made software).

Hydrodynamic modelling forms the basis for many other modelling studies, whether sediment transport, morphology, waves, water quality and/or ecological changes are being investigated. In this module, a general overview is given and describes some examples of physical and numerical modelling approach used to study coastal processes.

Lecture resources

Physical Models

Physical models and laboratory experiments remain part and parcel of the research methodology because of their many strong points, such as:

  • Observability: experiments to investigate mechanisms that are difficult to observe in nature,
  • Measurability: experiments to isolate phenomena that are difficult to measure in nature,
  • Repeatability: repeated experiments, to investigate the range of inherent uncertainty of phenomena,
  • Input control: experiments with various realistic input time series, to assess the predictive capability of numerical models,
  • Process control: experiments for simple situations, in order to validate the results of theoretical behaviour analyses,
  • Robustness: modelling of processes that cannot be modelled numerically, because (unlike numerical models) physical models are basically similar to prototype (especially in facilities that model processes at full scale).

Facilities of various sizes (from large to micro scale) are available for physical modelling of coastal processes. The size of the facility for use depends on the scale and scope of the phenomenon to be modelled. Materials for physical modelling:

HTML version (for Chrome or Safari) PDF version
Numerical Models

The rapid development of computing technology has furnished a large number of models to be employed in coastal hydrodynamic problems.
The numerical technique can be based on the finite element method, finite difference method, boundary element method, finite volume method and Eulerian-Lagrangian method. The time-stepping algorithm can be implicit, semi-implicit, explicit, or characteristic-based.
The modelling can be simplified into different spatial dimensions, i.e., a one-dimensional (1D) model, two-dimensional (2D) depth-integrated model, 2D lateral-integrated model, 2D layered model and 3D model.

An analysis of coastal hydraulics and water quality often demands the application of heuristics and empirical experience, and is accomplished through some simplifications and modeling techniques according to the experience of specialists. However, the accuracy of the prediction is to a great extent dependent on open boundary conditions, model parameters, and the numerical scheme. The adoption of a proper numerical model for a practical coastal problem is a highly specialized task. These predictive tools inevitably involve certain assumptions and/or limitations, and need to be applied with caution by experienced scientists who possess a comprehensive understanding of the problem domain.

Materials for numerical modelling:

HTML version (for Chrome or Safari) PDF version

For the labs

We will use Jupyter, a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. To access the module materials we will download via Kitematic a Docker container called usyd-oceancoasts. Please follow the documentation provided here on how to install the materials on your local computer or how to use it directly from the school computer labs.
When the usyd-oceancoasts container has been installed via Kitematic and a volume has been attached to the container, you will be ready to start opening the ipython notebooks. The labs will focus on 2 different numerical models.

One-line model
First we will look at the COastal Vector Evolution model (COVE) - a vector-based one-line coastal evolution model presented and used in a paper by Hurst et al. (2015).
The model's highlights include:

  • Application at spatial scales of kms to tens of kms, over decadal to millennial timescales,
  • Coastal change is driven by gradients in wave-generated alongshore sediment transport,
  • Alongshore sediment transport driven by the height and angle of breaking waves,
  • Retreat of cliffs governed by beach interaction (protection vs tools).
shallow-water depositional systems

Following the ideas proposed in Hurst et al. (2015), you will investigate the evolution of crenulate bays and explore coastal behavior and sensitivity under different climatic conditions.

Nearshore wave propagation model
Then we will use XBeach model. XBeach solves coupled 2D horizontal equations for wave propagation, flow, sediment transport and bottom changes, for varying (spectral) wave and flow boundary conditions. It is a public-domain model that has been developed with major funding from the US Army Corps of Engineers, Rijkswaterstaat and the EU, supported by a consortium of UNESCO-IHE, Deltares, Delft University of Technology and the University of Miami.
XBeach can be used as stand-alone model for small-scale (project-scale) coastal applications, but could also be integrated within more complex coupling frameworks. For example, it could be driven by boundary conditions provided by wind, wave or surge models and its main outputs (time-varying bathymetry and possibly discharges over breached barrier island sections) could be then transferred back.

Because the model takes into account the variation in wave height in time (long known to surfers) it resolves the special long wave motions created by this variation. This so-called surf beat is responsible for most of the swash waves that actually hit the dune front or overtop it.
Using this functionality we will explore 2D profiles evolution and XBeach outputs for different initial conditions.

Labs materials Docker Container usyd-oceancoasts

Coastal models repository