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 3683 for trunk/DOC/TexFiles/Chapters – NEMO

Ignore:
Timestamp:
2012-11-27T16:21:24+01:00 (12 years ago)
Author:
gm
Message:

trunk: #926 NEMO_book.pdf : references are invisible + error corrections

Location:
trunk/DOC/TexFiles/Chapters
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Chapters/Chap_CFG.tex

    r3294 r3683  
    206206% ------------------------------------------------------------------------------------------------------------- 
    207207\section{GYRE family: double gyre basin (\key{gyre})} 
    208 \label{MISC_config_gyre} 
     208\label{CFG_gyre} 
    209209 
    210210The GYRE configuration \citep{Levy_al_OM10} have been built to simulated  
  • trunk/DOC/TexFiles/Chapters/Chap_DIA.tex

    r3294 r3683  
    10181018In addition, a series of diagnostics has been added in the \mdl{diaar5}.  
    10191019They corresponds to outputs that are required for AR5 simulations  
    1020 (see Section \ref{MISC_steric} below for one of them).  
     1020(see Section \ref{DIA_steric} below for one of them).  
    10211021Activating those outputs requires to define the \key{diaar5} CPP key. 
    10221022\\ 
  • trunk/DOC/TexFiles/Chapters/Chap_DOM.tex

    r3294 r3683  
    499499Hybridation of the three main coordinates are available: $s-z$ or $s-zps$ coordinate  
    500500(Fig.~\ref{Fig_z_zps_s_sps}d and \ref{Fig_z_zps_s_sps}e). When using the variable  
    501 volume option \key{vvl}) ($i.e.$ non-linear free surface), the coordinate follow the  
     501volume option \key{vvl} ($i.e.$ non-linear free surface), the coordinate follow the  
    502502time-variation of the free surface so that the transformation is time dependent:  
    503503$z(i,j,k,t)$ (Fig.~\ref{Fig_z_zps_s_sps}f). This option can be used with full step  
  • trunk/DOC/TexFiles/Chapters/Chap_DYN.tex

    r3294 r3683  
    127127This is of paramount importance. Replacing $T$ by the number $1$ in the tracer equation and summing 
    128128over the water column must lead to the sea surface height equation otherwise tracer content 
    129 will not be conserved \ref{Griffies_al_MWR01, LeclairMadec2009}. 
     129will not be conserved \citep{Griffies_al_MWR01, Leclair_Madec_OM09}. 
    130130 
    131131The vertical velocity is computed by an upward integration of the horizontal  
     
    189189the relative vorticity term and horizontal kinetic energy for the planetary vorticity  
    190190term (MIX scheme) ; or conserving both the potential enstrophy of horizontally non-divergent  
    191 flow and horizontal kinetic energy (EEN scheme) (see  Appendix~\ref{Apdx_C_vor_zad}). In the  
     191flow and horizontal kinetic energy (EEN scheme) (see  Appendix~\ref{Apdx_C_vorEEN}). In the  
    192192case of ENS, ENE or MIX schemes the land sea mask may be slightly modified to ensure the  
    193193consistency of vorticity term with analytical equations (\textit{ln\_dynvor\_con}=true). 
     
    331331This EEN scheme in fact combines the conservation properties of the ENS and ENE schemes.  
    332332It conserves both total energy and potential enstrophy in the limit of horizontally  
    333 nondivergent flow ($i.e.$ $\chi$=$0$) (see  Appendix~\ref{Apdx_C_vor_zad}).  
     333nondivergent flow ($i.e.$ $\chi$=$0$) (see  Appendix~\ref{Apdx_C_vorEEN}).  
    334334Applied to a realistic ocean configuration, it has been shown that it leads to a significant  
    335335reduction of the noise in the vertical velocity field \citep{Le_Sommer_al_OM09}.  
     
    938938is the \textit{before} velocity in time, except for the pure vertical component  
    939939that appears when a tensor of rotation is used. This latter term is solved  
    940 implicitly together with the vertical diffusion term (see \S\ref{DOM_nxt})  
     940implicitly together with the vertical diffusion term (see \S\ref{STP})  
    941941 
    942942At the lateral boundaries either free slip, no slip or partial slip boundary  
     
    10661066scheme (\np{ln\_zdfexp}=true) using a time splitting technique  
    10671067(\np{nn\_zdfexp} $>$ 1) or $(b)$ a backward (or implicit) time differencing scheme  
    1068 (\np{ln\_zdfexp}=false) (see \S\ref{DOM_nxt}). Note that namelist variables  
     1068(\np{ln\_zdfexp}=false) (see \S\ref{STP}). Note that namelist variables  
    10691069\np{ln\_zdfexp} and \np{nn\_zdfexp} apply to both tracers and dynamics.  
    10701070 
  • trunk/DOC/TexFiles/Chapters/Chap_TRA.tex

    r3308 r3683  
    264264transport) rather than TVD. The TVD scheme is implemented in the \mdl{traadv\_tvd} module. 
    265265 
    266 For stability reasons (see \S\ref{DOM_nxt}), 
     266For stability reasons (see \S\ref{STP}), 
    267267$\tau _u^{cen2}$ is evaluated  in (\ref{Eq_tra_adv_tvd}) using the \textit{now} tracer while $\tau _u^{ups}$  
    268268is evaluated using the \textit{before} tracer. In other words, the advective part of  
     
    337337\np{ln\_traadv\_ubs}=true. 
    338338 
    339 For stability reasons  (see \S\ref{DOM_nxt}), 
     339For stability reasons  (see \S\ref{STP}), 
    340340the first term  in \eqref{Eq_tra_adv_ubs} (which corresponds to a second order centred scheme)  
    341341is evaluated using the \textit{now} tracer (centred in time) while the  
     
    451451except for the pure vertical component that appears when a rotation tensor  
    452452is used. This latter term is solved implicitly together with the  
    453 vertical diffusion term (see \S\ref{DOM_nxt}). 
     453vertical diffusion term (see \S\ref{STP}). 
    454454 
    455455% ------------------------------------------------------------------------------------------------------------- 
  • trunk/DOC/TexFiles/Chapters/Chap_ZDF.tex

    r3294 r3683  
    120120\end{equation} 
    121121 
    122 is computed from the wind stress vector $|\tau|$ and the reference dendity $ \rho_o$. 
     122is computed from the wind stress vector $|\tau|$ and the reference density $ \rho_o$. 
    123123The final $h_{e}$ is further constrained by the adjustable bounds \np{rn\_mldmin} and \np{rn\_mldmax}. 
    124124Once $h_{e}$ is computed, the vertical eddy coefficients within $h_{e}$ are set to  
     
    11881188\includegraphics[width=0.90\textwidth]{./TexFiles/Figures/Fig_ZDF_M2_K1_tmx.pdf} 
    11891189\caption{  \label{Fig_ZDF_M2_K1_tmx}  
    1190 (a) M2 and (b) K2 internal wave drag energy from \citet{Carrere_Lyard_GRL03} ($W/m^2$). } 
     1190(a) M2 and (b) K1 internal wave drag energy from \citet{Carrere_Lyard_GRL03} ($W/m^2$). } 
    11911191\end{center}   \end{figure} 
    11921192%>>>>>>>>>>>>>>>>>>>>>>>>>>>>  
     
    12051205 
    12061206When \np{ln\_tmx\_itf}=true, the two key parameters $q$ and $F(z)$ are adjusted following  
    1207 the parameterisation developed by \ref{Koch-Larrouy_al_GRL07}: 
     1207the parameterisation developed by \citet{Koch-Larrouy_al_GRL07}: 
    12081208 
    12091209First, the Indonesian archipelago is a complex geographic region  
     
    12191219Second, the vertical structure function, $F(z)$, is no more associated 
    12201220with a bottom intensification of the mixing, but with a maximum of  
    1221 energy available within the thermocline. \ref{Koch-Larrouy_al_GRL07}  
     1221energy available within the thermocline. \citet{Koch-Larrouy_al_GRL07}  
    12221222have suggested that the vertical distribution of the energy dissipation  
    12231223proportional to $N^2$ below the core of the thermocline and to $N$ above.  
     
    12361236and vertical distributions of the mixing are adequately prescribed  
    12371237\citep{Koch-Larrouy_al_GRL07, Koch-Larrouy_al_OD08a, Koch-Larrouy_al_OD08b}. 
    1238 Note also that such a parameterisation has a sugnificant impact on the behaviour  
     1238Note also that such a parameterisation has a significant impact on the behaviour  
    12391239of global coupled GCMs \citep{Koch-Larrouy_al_CD10}. 
    12401240 
Note: See TracChangeset for help on using the changeset viewer.