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 11597 for NEMO/trunk/doc/latex/NEMO/subfiles/chap_DOM.tex – NEMO

Ignore:
Timestamp:
2019-09-25T20:20:19+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Continuation of coding rules application
Recovery of some sections deleted by the previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/NEMO/subfiles/chap_DOM.tex

    r11596 r11597  
    3838and other relevant information about the DOM (DOMain) source code modules. 
    3939 
     40%% ================================================================================================= 
    4041\section{Fundamentals of the discretisation} 
    4142\label{sec:DOM_basics} 
    4243 
     44%% ================================================================================================= 
    4345\subsection{Arrangement of variables} 
    4446\label{subsec:DOM_cell} 
     
    145147\end{figure} 
    146148 
     149%% ================================================================================================= 
    147150\subsection{Discrete operators} 
    148151\label{subsec:DOM_operators} 
     
    235238demonstrate integral conservative properties of the discrete formulation chosen. 
    236239 
     240%% ================================================================================================= 
    237241\subsection{Numerical indexing} 
    238242\label{subsec:DOM_Num_Index} 
     
    258262%        Horizontal Indexing 
    259263% ----------------------------------- 
     264%% ================================================================================================= 
    260265\subsubsection{Horizontal indexing} 
    261266\label{subsec:DOM_Num_Index_hor} 
     
    270275%        Vertical indexing 
    271276% ----------------------------------- 
     277%% ================================================================================================= 
    272278\subsubsection{Vertical indexing} 
    273279\label{subsec:DOM_Num_Index_vertical} 
     
    301307\end{figure} 
    302308 
     309%% ================================================================================================= 
    303310\section{Spatial domain configuration} 
    304311\label{subsec:DOM_config} 
     
    338345%        Domain Size 
    339346% ----------------------------------- 
     347%% ================================================================================================= 
    340348\subsection{Domain size} 
    341349\label{subsec:DOM_size} 
     
    355363See \autoref{sec:LBC_jperio} for details on the available options and the corresponding values for \jp{jperio}. 
    356364 
     365%% ================================================================================================= 
    357366\subsection[Horizontal grid mesh (\textit{domhgr.F90}]{Horizontal grid mesh (\protect\mdl{domhgr})} 
    358367\label{subsec:DOM_hgr} 
    359368 
     369%% ================================================================================================= 
    360370\subsubsection{Required fields} 
    361371\label{sec:DOM_hgr_fields} 
     
    380390evaluated for the same arguments as $\lambda$ and $\varphi$. 
    381391 
     392%% ================================================================================================= 
    382393\subsubsection{Optional fields} 
    383394 
     
    417428thus no specific arrays are defined at $w$ points. 
    418429 
     430%% ================================================================================================= 
    419431\subsection[Vertical grid (\textit{domzgr.F90})]{Vertical grid (\protect\mdl{domzgr})} 
    420432\label{subsec:DOM_zgr} 
    421 %-----------------------------------------namdom------------------------------------------- 
    422433\begin{listing} 
    423434  \nlst{namdom} 
     
    425436  \label{lst:namdom} 
    426437\end{listing} 
    427 %------------------------------------------------------------------------------------------------------------- 
    428438 
    429439In the vertical, the model mesh is determined by four things: 
     
    506516their reference counterpart and remain fixed. 
    507517 
     518%% ================================================================================================= 
    508519\subsubsection{Required fields} 
    509520\label{sec:DOM_zgr_fields} 
     
    541552With ice cavities, \jp{top\_level} determines the first wet point below the overlying ice shelf. 
    542553 
     554%% ================================================================================================= 
    543555\subsubsection{Level bathymetry and mask} 
    544556\label{subsec:DOM_msk} 
     
    572584%% (see \autoref{fig:LBC_jperio}). 
    573585 
    574 %------------------------------------------------------------------------------------------------- 
    575586%        Closed seas 
    576 %------------------------------------------------------------------------------------------------- 
     587%% ================================================================================================= 
    577588\subsection{Closed seas} 
    578589\label{subsec:DOM_closea} 
     
    595606\end{clines} 
    596607 
     608%% ================================================================================================= 
    597609\subsection{Output grid files} 
    598610\label{subsec:DOM_meshmask} 
     
    613625This file contains additional fields that can be useful for post-processing applications. 
    614626 
     627%% ================================================================================================= 
    615628\section[Initial state (\textit{istate.F90} and \textit{dtatsd.F90})]{Initial state (\protect\mdl{istate} and \protect\mdl{dtatsd})} 
    616629\label{sec:DOM_DTA_tsd} 
    617 %-----------------------------------------namtsd------------------------------------------- 
    618630\begin{listing} 
    619631  \nlst{namtsd} 
     
    621633  \label{lst:namtsd} 
    622634\end{listing} 
    623 %------------------------------------------------------------------------------------------ 
    624635 
    625636Basic initial state options are defined in \nam{tsd}{tsd}. 
Note: See TracChangeset for help on using the changeset viewer.