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_time_domain.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_time_domain.tex

    r11543 r11558  
    186186%>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    187187\begin{figure}[!t] 
    188   \begin{center} 
    189     \includegraphics[width=\textwidth]{Fig_TimeStepping_flowchart_v4} 
    190     \caption{ 
    191       \protect\label{fig:TD_TimeStep_flowchart} 
    192       Sketch of the leapfrog time stepping sequence in \NEMO\ with split-explicit free surface. The latter combined 
    193        with non-linear free surface requires the dynamical tendency being updated prior tracers tendency to ensure 
    194        conservation. Note the use of time integrated fluxes issued from the barotropic loop  in subsequent calculations 
    195        of tracer advection and in the continuity equation. Details about the time-splitting scheme can be found 
    196        in \autoref{subsec:DYN_spg_ts}. 
    197     } 
    198   \end{center} 
     188  \centering 
     189  \includegraphics[width=\textwidth]{Fig_TimeStepping_flowchart_v4} 
     190  \caption[Leapfrog time stepping sequence with split-explicit free surface]{ 
     191    Sketch of the leapfrog time stepping sequence in \NEMO\ with split-explicit free surface. 
     192    The latter combined with non-linear free surface requires the dynamical tendency being 
     193    updated prior tracers tendency to ensure conservation. 
     194    Note the use of time integrated fluxes issued from the barotropic loop in 
     195    subsequent calculations of tracer advection and in the continuity equation. 
     196    Details about the time-splitting scheme can be found in \autoref{subsec:DYN_spg_ts}.} 
     197  \label{fig:TD_TimeStep_flowchart} 
    199198\end{figure} 
    200199%>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    248247%>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    249248\begin{figure}[!t] 
    250   \begin{center} 
    251     \includegraphics[width=\textwidth]{Fig_MLF_forcing} 
    252     \caption{ 
    253       \protect\label{fig:TD_MLF_forcing} 
    254       Illustration of forcing integration methods. 
    255       (top) ''Traditional'' formulation: 
    256       the forcing is defined at the same time as the variable to which it is applied 
    257       (integer value of the time step index) and it is applied over a $2 \rdt$ period. 
    258       (bottom)  modified formulation: 
    259       the forcing is defined in the middle of the time (integer and a half value of the time step index) and 
    260       the mean of two successive forcing values ($n - 1 / 2$, $n + 1 / 2$) is applied over a $2 \rdt$ period. 
    261     } 
    262   \end{center} 
     249  \centering 
     250  \includegraphics[width=\textwidth]{Fig_MLF_forcing} 
     251  \caption[Forcing integration methods for modified leapfrog (top and bottom)]{ 
     252    Illustration of forcing integration methods. 
     253    (top) ''Traditional'' formulation: 
     254    the forcing is defined at the same time as the variable to which it is applied 
     255    (integer value of the time step index) and it is applied over a $2 \rdt$ period. 
     256    (bottom)  modified formulation: 
     257    the forcing is defined in the middle of the time 
     258    (integer and a half value of the time step index) and 
     259    the mean of two successive forcing values ($n - 1 / 2$, $n + 1 / 2$) is applied over 
     260    a $2 \rdt$ period.} 
     261  \label{fig:TD_MLF_forcing} 
    263262\end{figure} 
    264263%>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    271270 
    272271%--------------------------------------------namrun------------------------------------------- 
    273 \nlst{namrun} 
     272\begin{listing} 
     273  \nlst{namrun} 
     274  \caption{\texttt{namrun}} 
     275  \label{lst:namrun} 
     276\end{listing} 
    274277%-------------------------------------------------------------------------------------------------------------- 
    275278 
     
    317320%--------------------------------------------namrun------------------------------------------- 
    318321 
    319 \nlst{namdom} 
    320322%-------------------------------------------------------------------------------------------------------------- 
    321323 
Note: See TracChangeset for help on using the changeset viewer.