New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10414 for NEMO/trunk/doc/latex/NEMO/subfiles/chap_STO.tex – NEMO

Ignore:
Timestamp:
2018-12-19T00:02:00+01:00 (5 years ago)
Author:
nicolasmartin
Message:
  • Comment \label commands on maths environments for unreferenced equations and adapt the unnumbered math container accordingly (mainly switch to shortanded LateX syntax with \[ ... \])
  • Add a code trick to build subfile with its own bibliography
  • Fix right path for main LaTeX document in first line of subfiles (\documentclass[...]{subfiles})
  • Rename abstract_foreword.tex to foreword.tex
  • Fix some non-ASCII codes inserted here or there in LaTeX (\[0-9]*)
  • Made a first iteration on the indentation and alignement within math, figure and table environments to improve source code readability
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/NEMO/subfiles/chap_STO.tex

    r10354 r10414  
    1 \documentclass[../tex_main/NEMO_manual]{subfiles} 
     1\documentclass[../main/NEMO_manual]{subfiles} 
     2 
    23\begin{document} 
    34% ================================================================ 
     
    1314\newpage 
    1415 
    15  
    1616The stochastic parametrization module aims to explicitly simulate uncertainties in the model. 
    1717More particularly, \cite{Brankart_OM2013} has shown that, 
     
    2323The stochastic formulation of the equation of state can be written as: 
    2424\begin{equation} 
    25  \label{eq:eos_sto} 
     25  \label{eq:eos_sto} 
    2626  \rho = \frac{1}{2} \sum_{i=1}^m\{ \rho[T+\Delta T_i,S+\Delta S_i,p_o(z)] + \rho[T-\Delta T_i,S-\Delta S_i,p_o(z)] \} 
    2727\end{equation} 
     
    3030the scalar product of the respective local T/S gradients with random walks $\mathbf{\xi}$: 
    3131\begin{equation} 
    32  \label{eq:sto_pert} 
    33  \Delta T_i = \mathbf{\xi}_i \cdot \nabla T \qquad \hbox{and} \qquad \Delta S_i = \mathbf{\xi}_i \cdot \nabla S 
     32  \label{eq:sto_pert} 
     33  \Delta T_i = \mathbf{\xi}_i \cdot \nabla T \qquad \hbox{and} \qquad \Delta S_i = \mathbf{\xi}_i \cdot \nabla S 
    3434\end{equation} 
    3535$\mathbf{\xi}_i$ are produced by a first-order autoregressive processes (AR-1) with 
     
    5353 
    5454\begin{equation} 
    55 \label{eq:autoreg} 
    56 \xi^{(i)}_{k+1} = a^{(i)} \xi^{(i)}_k + b^{(i)} w^{(i)} + c^{(i)} 
     55  \label{eq:autoreg} 
     56  \xi^{(i)}_{k+1} = a^{(i)} \xi^{(i)}_k + b^{(i)} w^{(i)} + c^{(i)} 
    5757\end{equation} 
    5858 
     
    6767  and the parameters $a^{(i)}$, $b^{(i)}$, $c^{(i)}$ are given by: 
    6868 
    69 \begin{equation} 
    70 \label{eq:ord1} 
    71 \left\{ 
    72 \begin{array}{l} 
    73 a^{(i)} = \varphi \\ 
    74 b^{(i)} = \sigma^{(i)} \sqrt{ 1 - \varphi^2 }  
    75  \qquad\qquad\mbox{with}\qquad\qquad 
    76 \varphi = \exp \left( - 1 / \tau^{(i)} \right) \\ 
    77 c^{(i)} = \mu^{(i)} \left( 1 - \varphi \right) \\ 
    78 \end{array} 
    79 \right. 
    80 \end{equation} 
     69  \[ 
     70    % \label{eq:ord1} 
     71    \left\{ 
     72      \begin{array}{l} 
     73        a^{(i)} = \varphi \\ 
     74        b^{(i)} = \sigma^{(i)} \sqrt{ 1 - \varphi^2 }        \qquad\qquad\mbox{with}\qquad\qquad \varphi = \exp \left( - 1 / \tau^{(i)} \right) \\ 
     75        c^{(i)} = \mu^{(i)} \left( 1 - \varphi \right) \\ 
     76      \end{array} 
     77    \right. 
     78  \] 
    8179 
    8280\item 
     
    8684  and the parameters $a^{(i)}$, $b^{(i)}$, $c^{(i)}$ are given by: 
    8785 
    88 \begin{equation} 
    89 \label{eq:ord2} 
    90 \left\{ 
    91 \begin{array}{l} 
    92 a^{(i)} = \varphi \\ 
    93 b^{(i)} = \frac{n-1}{2(4n-3)} \sqrt{ 1 - \varphi^2 }  
    94  \qquad\qquad\mbox{with}\qquad\qquad 
    95 \varphi = \exp \left( - 1 / \tau^{(i)} \right) \\ 
    96 c^{(i)} = \mu^{(i)} \left( 1 - \varphi \right) \\ 
    97 \end{array} 
    98 \right. 
    99 \end{equation} 
     86  \begin{equation} 
     87    \label{eq:ord2} 
     88    \left\{ 
     89      \begin{array}{l} 
     90        a^{(i)} = \varphi \\ 
     91        b^{(i)} = \frac{n-1}{2(4n-3)} \sqrt{ 1 - \varphi^2 } 
     92        \qquad\qquad\mbox{with}\qquad\qquad 
     93        \varphi = \exp \left( - 1 / \tau^{(i)} \right) \\ 
     94        c^{(i)} = \mu^{(i)} \left( 1 - \varphi \right) \\ 
     95      \end{array} 
     96    \right. 
     97  \end{equation} 
    10098 
    10199\end{itemize} 
     
    173171$i.e.$ when the state of the random number generator is read in the restart file. 
    174172 
     173\biblio 
    175174 
    176175\end{document} 
Note: See TracChangeset for help on using the changeset viewer.