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

Ignore:
Timestamp:
2019-09-25T19:06:37+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Application of some coding rules

  • Replace comments before sectioning cmds by a single line of 100 characters long to display when every line should break
  • Replace multi blank lines by one single blank line
  • For list environment, put \item, label and content on the same line
  • Remove \newpage and comments line around figure envs
File:
1 edited

Legend:

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

    r11584 r11596  
    22 
    33\begin{document} 
    4 % ================================================================ 
    5 % Chapter Configurations 
    6 % ================================================================ 
    74\chapter{Configurations} 
    85\label{chap:CFGS} 
     
    107\chaptertoc 
    118 
    12 \newpage 
    13  
    14 % ================================================================ 
    15 % Introduction 
    16 % ================================================================ 
    179\section{Introduction} 
    1810\label{sec:CFGS_intro} 
     
    3527%------------------------------------------------------------------------------------------------------------- 
    3628 
    37 % ================================================================ 
    38 % 1D model configuration 
    39 % ================================================================ 
    4029\section[C1D: 1D Water column model (\texttt{\textbf{key\_c1d}})]{C1D: 1D Water column model (\protect\key{c1d})} 
    4130\label{sec:CFGS_c1d} 
     
    6049Therefore, defining \key{c1d} changes some things in the code behaviour: 
    6150\begin{description} 
    62 \item[(1)] 
     51\item [(1)] 
    6352  a simplified \rou{stp} routine is used (\rou{stp\_c1d}, see \mdl{step\_c1d} module) in which 
    6453  both lateral tendancy terms and lateral physics are not called; 
    65 \item[(2)] 
     54\item [(2)] 
    6655  the vertical velocity is zero 
    6756  (so far, no attempt at introducing a Ekman pumping velocity has been made); 
    68 \item[(3)] 
     57\item [(3)] 
    6958  a simplified treatment of the Coriolis term is performed as $U$- and $V$-points are the same 
    7059  (see \mdl{dyncor\_c1d}). 
     
    7564% to be added:  a test case on the yearlong Ocean Weather Station (OWS) Papa dataset of Martin (1985) 
    7665 
    77 % ================================================================ 
    78 % ORCA family configurations 
    79 % ================================================================ 
    8066\section{ORCA family: global ocean with tripolar grid} 
    8167\label{sec:CFGS_orca} 
     
    9076In this namelist\_cfg the name of domain input file is set in \nam{cfg}{cfg} block of namelist. 
    9177 
    92 %>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    9378\begin{figure}[!t] 
    9479  \centering 
     
    10489  \label{fig:CFGS_ORCA_msh} 
    10590\end{figure} 
    106 %>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    107  
    108 % ------------------------------------------------------------------------------------------------------------- 
    109 %       ORCA tripolar grid 
    110 % ------------------------------------------------------------------------------------------------------------- 
     91 
    11192\subsection{ORCA tripolar grid} 
    11293\label{subsec:CFGS_orca_grid} 
     
    121102The resulting mesh presents no loss of continuity in either the mesh lines or the scale factors, 
    122103or even the scale factor derivatives over the whole ocean domain, as the mesh is not a composite mesh. 
    123 %>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    124104\begin{figure}[!tbp] 
    125105  \centering 
     
    136116  \label{fig:CFGS_ORCA_e1e2} 
    137117\end{figure} 
    138 %>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    139118 
    140119The method is applied to Mercator grid (\ie\ same zonal and meridional grid spacing) poleward of 20\deg{N}, 
     
    149128while the ratio of anisotropy remains close to one except near the Victoria Island in the Canadian Archipelago. 
    150129 
    151 % ------------------------------------------------------------------------------------------------------------- 
    152 %       ORCA-ICE(-PISCES) configurations 
    153 % ------------------------------------------------------------------------------------------------------------- 
    154130\subsection{ORCA pre-defined resolution} 
    155131\label{subsec:CFGS_orca_resolution} 
     
    182158%-------------------------------------------------------------------------------------------------------------- 
    183159 
    184  
    185160The ORCA\_R2 configuration has the following specificity: starting from a 2\deg\ ORCA mesh, 
    186161local mesh refinements were applied to the Mediterranean, Red, Black and Caspian Seas, 
     
    221196sponge layers at open boundaries. 
    222197 
    223 % ------------------------------------------------------------------------------------------------------------- 
    224 %       GYRE family: double gyre basin 
    225 % ------------------------------------------------------------------------------------------------------------- 
    226198\section{GYRE family: double gyre basin} 
    227199\label{sec:CFGS_gyre} 
     
    274246namelist \path{./cfgs/GYRE_PISCES/EXPREF/namelist_cfg}. 
    275247 
    276 %>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    277248\begin{figure}[!t] 
    278249  \centering 
     
    283254  \label{fig:CFGS_GYRE} 
    284255\end{figure} 
    285 %>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    286  
    287 % ------------------------------------------------------------------------------------------------------------- 
    288 %       AMM configuration 
    289 % ------------------------------------------------------------------------------------------------------------- 
     256 
    290257\section{AMM: atlantic margin configuration} 
    291258\label{sec:CFGS_config_AMM} 
Note: See TracChangeset for help on using the changeset viewer.