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 3294 for trunk/DOC/TexFiles/Chapters/Chap_TRA.tex – NEMO

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

File:
1 edited

Legend:

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

    • Property svn:executable deleted
    r2541 r3294  
    491491\label{TRA_ldf_iso} 
    492492 
    493 The general form of the second order lateral tracer subgrid scale physics  
     493If the Griffies trad scheme is not employed 
     494(\np{ln\_traldf\_grif}=true; see App.\ref{sec:triad}) the general form of the second order lateral tracer subgrid scale physics  
    494495(\ref{Eq_PE_zdf}) takes the following semi-discrete space form in $z$- and  
    495496$s$-coordinates: 
     
    536537(see \S\ref{LDF}) allows the model to run safely without any additional  
    537538background horizontal diffusion \citep{Guilyardi_al_CD01}. An alternative scheme  
    538 developed by \cite{Griffies_al_JPO98} which preserves both tracer and its variance  
     539developed by \cite{Griffies_al_JPO98} which ensures tracer variance decreases  
    539540is also available in \NEMO (\np{ln\_traldf\_grif}=true). A complete description of  
    540 the algorithm is given in App.\ref{Apdx_Griffies}. 
     541the algorithm is given in App.\ref{sec:triad}. 
    541542 
    542543Note that in the partial step $z$-coordinate (\np{ln\_zps}=true), the horizontal  
     
    10531054%--------------------------------------------namtra_dmp------------------------------------------------- 
    10541055\namdisplay{namtra_dmp} 
    1055 \namdisplay{namdta_tem} 
    1056 \namdisplay{namdta_sal} 
    10571056%-------------------------------------------------------------------------------------------------------------- 
    10581057 
     
    10671066where $\gamma$ is the inverse of a time scale, and $T_o$ and $S_o$  
    10681067are given temperature and salinity fields (usually a climatology).  
    1069 The restoring term is added when \key{tradmp} is defined.  
    1070 It also requires that both \key{dtatem} and \key{dtasal} are defined  
    1071 and fill in \textit{namdta\_tem} and \textit{namdta\_sal namelists}  
    1072 ($i.e.$ that $T_o$ and $S_o$ are read using \mdl{fldread},  
    1073 see \S\ref{SBC_fldread}). The restoring coefficient $\gamma$ is  
    1074 a three-dimensional array initialized by the user in routine \rou{dtacof}  
    1075 also located in module \mdl{tradmp}.  
     1068The restoring term is added when the namelist parameter \np{ln\_tradmp} is set to true.  
     1069It also requires that both \np{ln\_tsd\_init} and \np{ln\_tsd\_tradmp} are set to true 
     1070in \textit{namtsd} namelist as well as \np{sn\_tem} and \np{sn\_sal} structures are  
     1071correctly set  ($i.e.$ that $T_o$ and $S_o$ are provided in input files and read  
     1072using \mdl{fldread}, see \S\ref{SBC_fldread}).  
     1073The restoring coefficient $\gamma$ is a three-dimensional array initialized by the  
     1074user in routine \rou{dtacof} also located in module \mdl{tradmp}.  
    10761075 
    10771076The two main cases in which \eqref{Eq_tra_dmp} is used are \textit{(a)}  
Note: See TracChangeset for help on using the changeset viewer.