7.2 Salinity

7.2.1 Command Status

Optional.

7.2.2 Description

A range of salinity models are available to support simulation of salt movement and potentially its impact on hydrodynamics via baroclinic (density driven) processes. The salinity model is typically deployed in settings such as estuaries and the coastal ocean. Salinity simulation is activated using the Include Salinity command.

Supported salinity model implementations are summarised in Table 7.1, with links to the relevant implementation sections below. Commands are listed in Table 7.2.

Table 7.1: Salinity Implementations
Model Implementation Description
None Disables salinity simulation.
Barotropic Simulates salinity as a passive tracer without density feedback.
Baroclinic Simulates salinity with density coupling (baroclinic effects).
Table 7.2: Salinity Commands
Command Description
Include Salinity Optional - Activates salinity simulation and optionally density coupling using active and baroclinic flags.

7.2.3 None

This model is the default and excludes the simulation of salinity.

! Salinity Disabled
Include Salinity == 0, 0 ! {0} OFF | 1 ON, {0} Density coupling disabled | 1 Density coupling enabled

7.2.4 Barotropic

This model includes the simulation of salinity as a passive tracer.

! Salinity Barotropic Model
Include Salinity == 1, 0 ! {0} OFF | 1 ON, {0} Density coupling disabled | 1 Density coupling enabled

7.2.5 Baroclinic

This model includes the simulation of salinity and has it contribute to density calculations. It is typically used in estuaries and the coastal ocean where salt and fresh water masses (which are characterised by different salinities and therefore densities) interact. Simulation of estuarine salt wedge propagation is one such application.

! Salinity Baroclinic Model
Include Salinity == 1, 1 ! {0} OFF | 1 ON, {0} Density coupling disabled | 1 Density coupling enabled