Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
johnryantaylor committed Jan 29, 2025
2 parents 44b1c8c + 60853a3 commit 30e91c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ Rossby waves are important features of the large-scale flow in the ocean and atm
ECMWF geopotential height map showing atmospheric Rossby waves (left) and ocean eddies visible in the phytoplankton concentration off the California coast (right)

Consider flow in a 2D plane, normal to the axis of rotation. In the next section, you will use Oceananigans to simulate flow in this plane. Consider small perturbations to a constant flow in the $x$-direction, $U$. Linearizing about the constant background flow, we have the following equations:

$$u'_t+Uu'_x - f(y) v' = -\frac{1}{\rho_0} p_x,$$

$$v'_t+Uv'_x + f(y) u' = -\frac{1}{\rho_0} p_y,$$

$$u'_x+v'_y=0.$$

Here, we will consider flow on the so-called $\beta$-plane, where the Coriolis parameter is approximated as $f\simeq f_0+\beta y$ (retaining the first two terms in a Taylor series expansion of $f(y)$ ). Since the flow is two-dimensional, it can be described by a streamfunction, $\psi'$, where $u'=-\psi'_y$, $v'=\psi'_x$. Taking the curl of the momentum equations to eliminate pressure gives
Expand Down

0 comments on commit 30e91c4

Please sign in to comment.