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 11543 for NEMO/trunk/doc/latex/NEMO/main – NEMO

Ignore:
Timestamp:
2019-09-13T15:57:52+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Implementation of convention for labelling references + files renaming
Now each reference is supposed to have the information of the chapter in its name
to identify quickly which file contains the reference (\label{$prefix:$chap_...)

Rename the appendices from 'annex_' to 'apdx_' to conform with the prefix used in labels (apdx:...)
Suppress the letter numbering

Location:
NEMO/trunk/doc/latex/NEMO/main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/NEMO/main/appendices.tex

    r11330 r11543  
    11 
    2 \subfile{../subfiles/annex_A}             %% Generalised vertical coordinate 
    3 \subfile{../subfiles/annex_B}             %% Diffusive operator 
    4 \subfile{../subfiles/annex_C}             %% Discrete invariants of the eqs. 
    5 \subfile{../subfiles/annex_iso}            %% Isoneutral diffusion using triads 
    6 \subfile{../subfiles/annex_DOMAINcfg}     %% Brief notes on DOMAINcfg 
     2\subfile{../subfiles/apdx_s_coord}      %% Generalised vertical coordinate 
     3\subfile{../subfiles/apdx_diff_opers}   %% Diffusive operators 
     4\subfile{../subfiles/apdx_invariants}   %% Discrete invariants of the eqs. 
     5\subfile{../subfiles/apdx_triads}       %% Isoneutral diffusion using triads 
     6\subfile{../subfiles/apdx_DOMAINcfg}    %% Brief notes on DOMAINcfg 
    77 
    88%% Not included 
     
    1010%\subfile{../subfiles/chap_DIU} 
    1111%\subfile{../subfiles/chap_conservation} 
    12 %\subfile{../subfiles/annex_E}            %% Notes on some on going staff 
    13  
     12%\subfile{../subfiles/apdx_algos}   %% Notes on some on going staff 
  • NEMO/trunk/doc/latex/NEMO/main/chapters.tex

    r11522 r11543  
    1313\subfile{../subfiles/chap_STO}            %% Stochastic param. 
    1414\subfile{../subfiles/chap_misc}           %% Miscellaneous topics 
    15 \subfile{../subfiles/chap_CONFIG}         %% Predefined configurations 
     15\subfile{../subfiles/chap_cfgs}           %% Predefined configurations 
    1616 
    1717%% Not included 
  • NEMO/trunk/doc/latex/NEMO/main/introduction.tex

    r11522 r11543  
    5656 
    5757\begin{description} 
    58 \item [\nameref{chap:PE}] presents the equations and their assumptions, the vertical coordinates used, 
     58\item [\nameref{chap:MB}] presents the equations and their assumptions, the vertical coordinates used, 
    5959and the subgrid scale physics. 
    6060The equations are written in a curvilinear coordinate system, with a choice of vertical coordinates 
     
    6363Dimensional units in the meter, kilogram, second (MKS) international system are used throughout. 
    6464The following chapters deal with the discrete equations. 
    65 \item [\nameref{chap:STP}] presents the model time stepping environment. 
     65\item [\nameref{chap:TD}] presents the model time stepping environment. 
    6666it is a three level scheme in which the tendency terms of the equations are evaluated either 
    6767centered in time, or forward, or backward depending of the nature of the term. 
     
    123123\item [\nameref{chap:ASM}] describes how increments produced by 
    124124data \textbf{A}s\textbf{S}i\textbf{M}ilation may be applied to the model equations. 
     125\item [\nameref{chap:STO}] 
    125126\item [\nameref{chap:MISC}] (including solvers) 
    126 \item [\nameref{chap:CFG}] provides finally a brief introduction to 
     127\item [\nameref{chap:CFGS}] provides finally a brief introduction to 
    127128the pre-defined model configurations 
    128129(water column model \texttt{C1D}, ORCA and GYRE families of configurations). 
     
    133134 
    134135\begin{description} 
    135 \item [\nameref{apdx:s_coord}] 
    136 \item [\nameref{apdx:diff_oper}] 
    137 \item [\nameref{apdx:invariants}] 
    138 \item [\nameref{apdx:triads}] 
    139 \item [\nameref{apdx:DOMAINcfg}] 
    140 \item [\nameref{apdx:coding}] 
     136\item [\nameref{apdx:SCOORD}] 
     137\item [\nameref{apdx:DIFFOPERS}] 
     138\item [\nameref{apdx:INVARIANTS}] 
     139\item [\nameref{apdx:TRIADS}] 
     140\item [\nameref{apdx:DOMCFG}] 
     141\item [\nameref{apdx:CODING}] 
    141142\end{description} 
Note: See TracChangeset for help on using the changeset viewer.