Skip to content

Commit

Permalink
Merge PR #46 'jn2snz/AM_eliassen_palm'
Browse files Browse the repository at this point in the history
This pull request will add a section to the MPAS-O user's guide. The new
section is about the eliassen_palm Analysis member and contains a brief
explanation of the variables that the user need to set and of the most
important variables that the AM diagnoses and are available for output.
  • Loading branch information
mark-petersen committed Sep 29, 2017
2 parents e33d88d + 7e59580 commit c1cdb50
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 0 deletions.
1 change: 1 addition & 0 deletions users_guide/mpas_ocean_users_guide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ \chapter{Forward Mode}
\input{ocean/AM_time_filter.tex}
\input{ocean/AM_lagrangian_particle_tracking.tex}
\input{ocean/AM_meridional_heat_transport.tex}
\input{ocean/AM_eliassen_palm.tex}

\chapter{Analysis Mode}
\label{chap:analysis_mode}
Expand Down
63 changes: 63 additions & 0 deletions users_guide/ocean/AM_eliassen_palm.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
\newcommand{\Dt}[1]{ \frac{D {#1}}{D t} }
\newcommand{\Dts}[1]{ \frac{D^\sharp {#1}}{D t} }
\newcommand{\ddt}[1]{ \frac{\partial {#1}}{\partial t} }
\newcommand{\ddx}[1]{ \frac{\partial {#1}}{\partial x} }
\newcommand{\ddy}[1]{ \frac{\partial {#1}}{\partial y} }
\newcommand{\ddz}[1]{ \frac{\partial {#1}}{\partial z} }
\newcommand{\ddtb}[1]{ \frac{\partial {#1}}{\partial \tilde{t}} }
\newcommand{\ddxb}[1]{ \frac{\partial {#1}}{\partial \tilde{x}} }
\newcommand{\ddyb}[1]{ \frac{\partial {#1}}{\partial \tilde{y}} }
\newcommand{\ddb}[1]{ \frac{\partial {#1}}{\partial \tilde{b}} }
\newcommand{\ol}{ \overline }


\section{Eliassen-Palm Flux Tensor and related quantities}
\label{sec:AM_eliassen_palm}

This analysis member computes the Eliassen-Palm flux tensor and related quantities \citep{young_2012, maddison_marshall_2013}, which represents forces from eddy-mean flow interactions in the thickness-weighted averaged (TWA) Boussinesq momentum equations.
The notation used here is based on that used in \cite{young_2012} and \cite{saenz_etal_2015a}.
The Eliassen-Palm flux tensor (EPFT), $\mathbf{E}$, is given by
%
\begin{equation}
\mathbf{E} = \left(
\begin{matrix}
\vspace{0.2 cm}
\widehat{u^{''}u^{''}} + \frac{1}{2 \overline \sigma} \overline{{\zeta'^2}} & \widehat{u^{''}v^{''}} & 0 \\
\vspace{0.2 cm}
\widehat{u^{''}v^{''}} & \widehat{v^{''}v^{''}} + \frac{1}{2 \overline \sigma} \overline{{\zeta'^2}} & 0 \\
\widehat{u'' \varpi''} + \frac{1}{\overline \sigma} \overline{{\zeta' m'_{\tilde x}}} & \widehat{v'' \varpi''} + \frac{1}{\overline \sigma} \overline{{\zeta' m'_{\tilde y}}} & 0
\end{matrix}
\right ).
\label{eq:fullEPFT}
\end{equation}
%
In the current implementation, $\widehat{u'' \varpi''}$ and $\widehat{v'' \varpi''}$ are assumed to be zero.
Ertel potential vorticity associated with the residual mean flow is defined as
\begin{equation}
\Pi^\sharp = \frac{f + \ddxb{ \hat v } - \ddyb{ \hat u }}{\ol \sigma}.
\label{eq:EPVtwa}
\end{equation}
%
The time tendency of Ertel potential vorticity caused by eddy-mean flow interactions, $\nabla \cdot \mathbf{F}^\sharp$, with the Ertel potential vorticity flux defines as
%
\begin{equation}
\mathbf{F^\sharp} = \frac{\nabla \cdot \mathbf{E}^v}{\ol \sigma} \mathbf{\ol e_1} -
\frac{\nabla \cdot \mathbf{E}^u}{\ol \sigma} \mathbf{\ol e_2}, \label{eq:EPV_fluxes_twa}
\end{equation}
%
where $\mathbf{E}^u$ and $\mathbf{E}^v$ are the first and second columns of the EPFT, respectively.

Calculations are performed in buoyancy coordinates by interpolating the state to a reference vertical grid \verb+potentialDensityMidRef+ with \verb+nBuoyancyLayers+ layers uniformly distributed between \verb+rhomin+ and \verb+rhomax+. The user must set \verb+rhomin+ and \verb+rhomax+ so that potential density in the model run is within \verb+rhomin+ and \verb+rhomax+.
A running time average of relevant quantities is updated every \verb+compute_interval+.

Diagnosed quantities include, among others:
\begin{itemize}
\item the reference potential density used as vertical coordinate in the calculations, \verb+potentialDensityMidRef+, \verb+potentialDensityTopRef+;
\item ensemble averages \verb+sigmaEA+, the montgomery potential \verb+montgPotBuoyCoorEA+ and its gradients \verb+montgPotGradZonalEA+ and \verb+montgPotGradMeridEA+;
\item TWA velocities \verb+uTWA+ and \verb+vTWA+ and their vertical gradients \verb+duTWAdz+ and \verb+duTWAdz+;
\item the EPFT \verb+EPFT+ and, for ease of manipulation in output files, quantities required to reconstruct terms of the EPFT, namely \verb+uuTWACorr+, \verb+vvTWACorr+, \verb+uvTWACorr+, \verb+epeTWA+, \verb+eddyFormDragZonal+, \verb+eddyFormDragMerid+;
\item the forces on the TWA momentum equations, given by the divergence of the EPFT, \verb+divEPFT+, and its components \verb+divEPFTshear1+, \verb+divEPFTshear2+, \verb+divEPFTdrag1+, \verb+divEPFTdrag2+;
\item Ertel potential vorticity flux, \verb+ErtelPVFlux+;
\item the Ertel potential vorticity tendency by the eddy-mean flow interactions, \verb+ErtelPVTendency+;
\item and the Ertel potential vorticity \verb+ErtelPV+ and its divergence \verb+ErtelPVGradZonal+, \verb+ErtelPVGradMerid+.
\end{itemize}
25 changes: 25 additions & 0 deletions users_guide/ocean/mpas_ocean.bib
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,31 @@ @article{Ferrari_ea10om
pages = {143--156}
}

@article{young_2012,
Title = {An Exact Thickness-Weighted Average Formulation of the Boussinesq Equations},
Author = {Young, William R.},
Journal = {Journal of Physical Oceanography},
Year = {2012},
doi = {http://dx.doi.org/10.1175/JPO-D-11-0102.1}
}

@article{maddison_marshall_2013,
Title = {The Eliassen--Palm flux tensor},
Author = {Maddison,J. R. and Marshall,D. P.},
Journal = {Journal of Fluid Mechanics},
Year = {2013},
doi = {http://dx.doi.org/10.1017/jfm.2013.259}}
}
@article{saenz_etal_2015a,
Title = {Prognostic residual-mean flow in an ocean general circulation model and its relation to prognostic Eulerian-mean flow},
Author = {Saenz, Juan A. and Chen, Qingshan and Ringler, Todd},
Journal = {Journal of Physical Oceanography},
Year = {2015},
doi = {http://dx.doi.org/10.1175/JPO-D-15-0024.1}}
}
%%% reference textbooks %%%
@book{Iserles96bk,
Expand Down

0 comments on commit c1cdb50

Please sign in to comment.