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

Ignore:
Timestamp:
2019-09-17T17:04:06+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Review all figure envs + activation of listoflistings

  1. Figure env:
    • Replace center sub-env with only \centering cmd
    • Add alternate caption for \listoffigures (shorter one between square brackets, i.e. \caption[]{})
    • Place \label outside of \caption and remove useless \protect
  1. Namelist listings
    • Put \nlst with the namelist inlcusion in a listing float env with caption and label
    • Remove namelist duplicates

-- This line, and those below, will be ignored--
M subfiles/apdx_triads.tex
M subfiles/chap_model_basics_zstar.tex
M subfiles/chap_SBC.tex
M subfiles/apdx_DOMAINcfg.tex
M subfiles/apdx_s_coord.tex
M subfiles/chap_DOM.tex
M subfiles/chap_ASM.tex
M subfiles/chap_DIU.tex
M subfiles/chap_cfgs.tex
M subfiles/chap_ZDF.tex
M subfiles/chap_OBS.tex
M subfiles/chap_model_basics.tex
M subfiles/chap_time_domain.tex
M subfiles/apdx_algos.tex
M subfiles/chap_TRA.tex
M subfiles/chap_DYN.tex
M subfiles/chap_misc.tex
M subfiles/chap_DIA.tex
M subfiles/apdx_invariants.tex
M subfiles/chap_LBC.tex
M subfiles/apdx_diff_opers.tex
M subfiles/chap_STO.tex
M subfiles/chap_LDF.tex

File:
1 edited

Legend:

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

    r11544 r11558  
    140140%--------------------------------------------namdom---------------------------------------------------- 
    141141 
    142 \nlst{namdom} 
    143142%-------------------------------------------------------------------------------------------------------------- 
    144143The split-explicit free surface formulation used in OPA follows the one proposed by \citet{Griffies2004?}. 
     
    149148%>   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   > 
    150149\begin{figure}[!t] 
    151   \begin{center} 
    152     \includegraphics[width=\textwidth]{Fig_DYN_dynspg_ts} 
    153     \caption{ 
    154       \protect\label{fig:MBZ_dyn_dynspg_ts} 
    155       Schematic of the split-explicit time stepping scheme for the barotropic and baroclinic modes, 
    156       after \citet{Griffies2004?}. 
    157       Time increases to the right. 
    158       Baroclinic time steps are denoted by $t-\Delta t$, $t, t+\Delta t$, and $t+2\Delta t$. 
    159       The curved line represents a leap-frog time step, 
    160       and the smaller barotropic time steps $N \Delta t=2\Delta t$ are denoted by the zig-zag line. 
    161       The vertically integrated forcing \textbf{M}(t) computed at 
    162       baroclinic time step t represents the interaction between the barotropic and baroclinic motions. 
    163       While keeping the total depth, tracer, and freshwater forcing fields fixed, 
    164       a leap-frog integration carries the surface height and vertically integrated velocity from 
    165       t to $t+2 \Delta t$ using N barotropic time steps of length $\Delta t$. 
    166       Time averaging the barotropic fields over the N+1 time steps (endpoints included) 
    167       centers the vertically integrated velocity at the baroclinic timestep $t+\Delta t$. 
    168       A baroclinic leap-frog time step carries the surface height to $t+\Delta t$ using the convergence of 
    169       the time averaged vertically integrated velocity taken from baroclinic time step t. 
    170     } 
    171   \end{center} 
     150  \centering 
     151  \includegraphics[width=\textwidth]{Fig_DYN_dynspg_ts} 
     152  \caption[Schematic of the split-explicit time stepping scheme for 
     153  the barotropic and baroclinic modes, after \citet{Griffies2004?}]{ 
     154    Schematic of the split-explicit time stepping scheme for the barotropic and baroclinic modes, 
     155    after \citet{Griffies2004?}. 
     156    Time increases to the right. 
     157    Baroclinic time steps are denoted by $t-\Delta t$, $t, t+\Delta t$, and $t+2\Delta t$. 
     158    The curved line represents a leap-frog time step, 
     159    and the smaller barotropic time steps $N \Delta t=2\Delta t$ are denoted by the zig-zag line. 
     160    The vertically integrated forcing \textbf{M}(t) computed at 
     161    baroclinic time step t represents the interaction between the barotropic and baroclinic motions. 
     162    While keeping the total depth, tracer, and freshwater forcing fields fixed, 
     163    a leap-frog integration carries the surface height and vertically integrated velocity from 
     164    t to $t+2 \Delta t$ using N barotropic time steps of length $\Delta t$. 
     165    Time averaging the barotropic fields over the N+1 time steps (endpoints included) 
     166    centers the vertically integrated velocity at the baroclinic timestep $t+\Delta t$. 
     167    A baroclinic leap-frog time step carries the surface height to $t+\Delta t$ using 
     168    the convergence of the time averaged vertically integrated velocity taken from 
     169    baroclinic time step t.} 
     170  \label{fig:MBZ_dyn_dynspg_ts} 
    172171\end{figure} 
    173172%>   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   >   > 
Note: See TracChangeset for help on using the changeset viewer.