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 11151 for NEMO/trunk/doc/latex/NEMO/subfiles/chap_ASM.tex – NEMO

Ignore:
Timestamp:
2019-06-20T14:59:58+02:00 (5 years ago)
Author:
nicolasmartin
Message:

New version of NEMO_manual.tex
New class scrreport for the document (KOMA-script version of default report)
Foreword is now placed before ToC.
All figures are configured with 1.0\textwidth as default.
For compatibilty, \frontmatter, \mainmatter and \backmatter cmds have been removed and old fonts in LaTeX subfiles have been replaced

  • \bf -> \mathbf or \bfseries
  • \it -> \itshape
  • \rm -> \mathrm or \rmfamily
  • \tt -> \ttfamily
File:
1 edited

Legend:

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

    r11123 r11151  
    4141IAU is used when \np{ln\_asmiau} is set to true. 
    4242 
    43 With IAU, the model state trajectory ${\bf x}$ in the assimilation window ($t_{0} \leq t_{i} \leq t_{N}$) 
     43With IAU, the model state trajectory ${\mathbf x}$ in the assimilation window ($t_{0} \leq t_{i} \leq t_{N}$) 
    4444is corrected by adding the analysis increments for temperature, salinity, horizontal velocity and SSH as 
    4545additional tendency terms to the prognostic equations: 
    4646\begin{align*} 
    4747  % \label{eq:wa_traj_iau} 
    48   {\bf x}^{a}(t_{i}) = M(t_{i}, t_{0})[{\bf x}^{b}(t_{0})] \; + \; F_{i} \delta \tilde{\bf x}^{a} 
     48  {\mathbf x}^{a}(t_{i}) = M(t_{i}, t_{0})[{\mathbf x}^{b}(t_{0})] \; + \; F_{i} \delta \tilde{\mathbf x}^{a} 
    4949\end{align*} 
    50 where $F_{i}$ is a weighting function for applying the increments $\delta\tilde{\bf x}^{a}$ defined such that 
     50where $F_{i}$ is a weighting function for applying the increments $\delta\tilde{\mathbf x}^{a}$ defined such that 
    5151$\sum_{i=1}^{N} F_{i}=1$. 
    52 ${\bf x}^b$ denotes the model initial state and ${\bf x}^a$ is the model state after the increments are applied. 
     52${\mathbf x}^b$ denotes the model initial state and ${\mathbf x}^a$ is the model state after the increments are applied. 
    5353To control the adjustment time of the model to the increment, 
    5454the increment can be applied over an arbitrary sub-window, $t_{m} \leq t_{i} \leq t_{n}$, 
     
    6262  =\left\{ 
    6363  \begin{array}{ll} 
    64     0     &    {\rm if} \; \; \; t_{i} < t_{m}                \\ 
    65     1/M &    {\rm if} \; \; \; t_{m} < t_{i} \leq t_{n} \\ 
    66     0     &    {\rm if} \; \; \; t_{i} > t_{n} 
     64    0     &    {\mathrm if} \; \; \; t_{i} < t_{m}                \\ 
     65    1/M &    {\mathrm if} \; \; \; t_{m} < t_{i} \leq t_{n} \\ 
     66    0     &    {\mathrm if} \; \; \; t_{i} > t_{n} 
    6767  \end{array} 
    6868            \right.  
     
    7676  =\left\{ 
    7777  \begin{array}{ll} 
    78     0                           &    {\rm if} \; \; \; t_{i}       <     t_{m}                        \\ 
    79     \alpha \, i               &    {\rm if} \; \; \; t_{m}    \leq t_{i}    \leq   t_{M/2}   \\ 
    80     \alpha \, (M - i +1) &    {\rm if} \; \; \; t_{M/2}  <    t_{i}    \leq   t_{n}       \\ 
    81     0                            &   {\rm if} \; \; \; t_{i}        >    t_{n} 
     78    0                           &    {\mathrm if} \; \; \; t_{i}       <     t_{m}                        \\ 
     79    \alpha \, i               &    {\mathrm if} \; \; \; t_{m}    \leq t_{i}    \leq   t_{M/2}   \\ 
     80    \alpha \, (M - i +1) &    {\mathrm if} \; \; \; t_{M/2}  <    t_{i}    \leq   t_{n}       \\ 
     81    0                            &   {\mathrm if} \; \; \; t_{i}        >    t_{n} 
    8282  \end{array} 
    8383                                   \right. 
Note: See TracChangeset for help on using the changeset viewer.