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 3091 – NEMO

Changeset 3091


Ignore:
Timestamp:
2011-11-14T15:12:52+01:00 (12 years ago)
Author:
cetlod
Message:

dev_LOCEAN_2011 : update documentation

Location:
branches/2011/dev_LOCEAN_2011/DOC/TexFiles/Chapters
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_LOCEAN_2011/DOC/TexFiles/Chapters/Chap_DOM.tex

    r3037 r3091  
    819819\end{align*} 
    820820 
    821 \gmcomment{ STEVEN: are the dots multiplications?}       
    822  
    823821Note that \textit{wmask} is not defined as it is exactly equal to \textit{tmask} with  
    824822the numerical indexing used (\S~\ref{DOM_Num_Index}). Moreover, the  
     
    836834% Domain: Initial State (dtatsd & istate) 
    837835% ================================================================ 
    838 \section  [Domain: Initial State (\textit{istate & dtatsd})] 
    839       {Domain: Initial State \small{(\mdl{istate & dtatsd} modules)} } 
     836\section  [Domain: Initial State (\textit{istate and dtatsd})] 
     837      {Domain: Initial State \small{(\mdl{istate} and \mdl{dtatsd} modules)} } 
    840838\label{DTA_tsd} 
    841839%-----------------------------------------namtsd------------------------------------------- 
     
    843841%------------------------------------------------------------------------------------------ 
    844842 
    845 By default, we assume that the velocity field is set to zero at the start.  
    846 The initialisation of temperature and salinity fields is controlled by the namelist parameter (\np{ln\_tsd_init}) 
     843By default, the ocean start from rest (the velocity field is set to zero) and the initialization of  
     844temperature and salinity fields is controlled through the \np{ln\_tsd\_ini} namelist parameter. 
    847845\begin{description} 
    848 \item[ln{\_}tsd_init = .true.]  use of climatologies that can be given on the model grid itself or  
     846\item[ln\_tsd\_init = .true.]  use a T and S input files that can be given on the model grid itself or  
    849847on their native input data grid. In the latter case, the data will be interpolated on-the-fly both in the  
    850 horizontal and the vertical to the model grid (see \S~\ref{SBC_iof}).  
     848horizontal and the vertical to the model grid (see \S~\ref{SBC_iof}). The information relative to the  
     849input files are given in the \np{sn\_tem} and \np{sn\_sal} structures.  
    851850The computation is done in the \mdl{dtatsd} module. 
    852 \item[ln{\_}tsd_init = .false.] use salinity constant value of 35.5 psu and an analytical profile of temperature,  
    853 see subroutine \rou{istate\_t\_s} (called from \mdl{istate} module). 
     851\item[ln\_tsd\_init = .false.] use constant salinity value of 35.5 psu and an analytical profile of temperature 
     852(typical of the tropical ocean), see \rou{istate\_t\_s} subroutine called from \mdl{istate} module. 
  • branches/2011/dev_LOCEAN_2011/DOC/TexFiles/Chapters/Chap_TRA.tex

    r3037 r3091  
    10661066are given temperature and salinity fields (usually a climatology).  
    10671067The restoring term is added when the namelist parameter \np{ln\_tradmp} is set to true.  
    1068 It also requires that both \np{ln\_tsd_init} and \np{ln\_tsd_tradmp} are set to true 
    1069 and fill in \textit{namtsd} namelist}  
    1070 ($i.e.$ that $T_o$ and $S_o$ are read using \mdl{fldread},  
    1071 see \S\ref{SBC_fldread}). The restoring coefficient $\gamma$ is  
    1072 a three-dimensional array initialized by the user in routine \rou{dtacof}  
    1073 also located in module \mdl{tradmp}.  
     1068It also requires that both \np{ln\_tsd\_init} and \np{ln\_tsd\_tradmp} are set to true 
     1069in \textit{namtsd} namelist as well as \np{sn\_tem} and \np{sn\_sal} structures are  
     1070correctly set  ($i.e.$ that $T_o$ and $S_o$ are provided in input files and read  
     1071using \mdl{fldread}, see \S\ref{SBC_fldread}).  
     1072The restoring coefficient $\gamma$ is a three-dimensional array initialized by the  
     1073user in routine \rou{dtacof} also located in module \mdl{tradmp}.  
    10741074 
    10751075The two main cases in which \eqref{Eq_tra_dmp} is used are \textit{(a)}  
Note: See TracChangeset for help on using the changeset viewer.