!----------------------------------------------------------------------- &nambbl ! bottom boundary layer scheme !----------------------------------------------------------------------- nn_bbl_ldf = 1 ! diffusive bbl (=1) or not (=0) nn_bbl_adv = 0 ! advective bbl (=1/2) or not (=0) rn_ahtbbl = 1000. ! lateral mixing coefficient in the bbl [m2/s] rn_gambbl = 10. ! advective bbl coefficient [s] /
Options are defined through the nambbl namelist variables.
In a -coordinate configuration, the bottom topography is represented by a
series of discrete steps. This is not adequate to represent gravity driven
downslope flows. Such flows arise either downstream of sills such as the Strait of
Gibraltar or Denmark Strait, where dense water formed in marginal seas flows
into a basin filled with less dense water, or along the continental slope when dense
water masses are formed on a continental shelf. The amount of entrainment
that occurs in these gravity plumes is critical in determining the density
and volume flux of the densest waters of the ocean, such as Antarctic Bottom Water,
or North Atlantic Deep Water.
-coordinate models tend to overestimate the
entrainment, because the gravity flow is mixed vertically by convection
as it goes ”downstairs” following the step topography, sometimes over a thickness
much larger than the thickness of the observed gravity plume. A similar problem
occurs in the
-coordinate when the thickness of the bottom level varies rapidly
downstream of a sill [Willebrand et al., 2001], and the thickness
of the plume is not resolved.
The idea of the bottom boundary layer (BBL) parameterisation, first introduced by Beckmann and D"oscher [1997], is to allow a direct communication between two adjacent bottom cells at different levels, whenever the densest water is located above the less dense water. The communication can be by a diffusive flux (diffusive BBL), an advective flux (advective BBL), or both. In the current implementation of the BBL, only the tracers are modified, not the velocities. Furthermore, it only connects ocean bottom cells, and therefore does not include all the improvements introduced by Campin and Goosse [1999].
When applying sigma-diffusion (key_ trabbl defined and nn_bbl_ldf set to 1), the diffusive flux between two adjacent cells at the ocean floor is given by
![]() |
When applying an advective BBL (nn_bbl_adv = 1 or 2), an overturning circulation is added which connects two adjacent bottom grid-points only if dense water overlies less dense water on the slope. The density difference causes dense water to move down the slope.
nn_bbl_adv = 1 : the downslope velocity is chosen to be the Eulerian
ocean velocity just above the topographic step (see black arrow in Fig.5.4)
[Beckmann and D"oscher, 1997]. It is a conditional advection, that is, advection
is allowed only if dense water overlies less dense water on the slope (
) and if the velocity is directed towards
greater depth (
).
nn_bbl_adv = 2 : the downslope velocity is chosen to be proportional to
,
the density difference between the higher cell and lower cell densities [Campin and Goosse, 1999].
The advection is allowed only if dense water overlies less dense water on the slope (
). For example, the resulting transport of the
downslope flow, here in the
-direction (Fig.5.4), is simply given by the
following expression:
Scalar properties are advected by this additional transport
using the upwind scheme. Such a diffusive advective scheme has been chosen
to mimic the entrainment between the downslope plume and the surrounding
water at intermediate depths. The entrainment is replaced by the vertical mixing
implicit in the advection scheme. Let us consider as an example the
case displayed in Fig.5.4 where the density at level
is
larger than the one at level
. The advective BBL scheme
modifies the tracer time tendency of the ocean cells near the
topographic step by the downslope flow (5.20),
the horizontal (5.21) and the upward (5.22)
return flows as follows:
Note that the BBL transport,
, is available in
the model outputs. It has to be used to compute the effective velocity
as well as the effective overturning circulation.
Gurvan Madec and the NEMO Team
NEMO European Consortium2017-02-17