Richardson Number (the gradient one...) Ri

Ri is a diminsionless number which relates the vertical stratification to the vertical shear. It is and indication if the stratification is stable.

To break the stratification is necessary energy, which comes from the kinetik energy (currents!)

The Ri is ubiquitous tool when we are dealing with coastal hidrodynamics, where there are sources of boyancy to generate stratification, especially due to the input of freshwater

image.png

In order to calculate the Ri, we need some numbers... a vertical profile of velocity and a vertical profile of density!

For the vertical profile of velocity, we can use the Law of the Wall as a guess...

image.png

The equation of the Law of the Wall:

image.png

uτ ou u* is the frictional velocity, which can be obtained by

image.png

Where τ is the bed shear stress and ρ is the water density. The bed shear stress can be calculated by

τ = ρ cD u2

Where cD is a drag coefficient (about ~0.002), and u is the current speed, usually at 1 m above the bed!

k is a constant (von Karmann = 0.4), y is the distance from the bed (wall) and y0 the roughness coeficient, usually the mean grain size.

The solution give us how the flow velocity varies as function of the distance of the bed (y in the equation). So, firstly we need to create a domain where we can find the function: an array with the distance from the bed = z

Now we have the vertical profile of velocity and we can calculate the denominator of Ri, the squared vertical shear, or $S^2$.

The $S^2$ is obtained by the ration between the differential of the u to the z. As u and z are numpy arrays, we don't need to calculate one by one... we can use the array properties of 'broadcast'

Profile of density!

There is no equation that can provides a vertical profile of density! We can create on arbitrarly

Interpretation:

For u = 0.1 m/s, the Ri at the layer where occurs the stratification is higher than 0.25, indicating that the stratification is stable (will not mix). The same is also observed for u = 1 m/s, however the vertical limits of stability are narrows.