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 7351 for branches/2016/dev_INGV_UKMO_2016/DOC/TexFiles/Chapters/Annex_D.tex – NEMO

Ignore:
Timestamp:
2016-11-28T17:04:10+01:00 (7 years ago)
Author:
emanuelaclementi
Message:

ticket #1805 step 3: /2016/dev_INGV_UKMO_2016 aligned to the trunk at revision 7161

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_INGV_UKMO_2016/DOC/TexFiles/Chapters/Annex_D.tex

    r3294 r7351  
     1\documentclass[NEMO_book]{subfiles} 
     2\begin{document} 
    13% ================================================================ 
    24% Appendix D Ñ Coding Rules 
     
    120122\hline 
    121123public  \par or  \par module variable&  
    122 \textbf{m n} \par \textit{but not} \par \textbf{nn\_}&  
     124\textbf{m n} \par \textit{but not} \par \textbf{nn\_ np\_}&  
    123125\textbf{a b e f g h o q r} \par \textbf{t} \textit{to} \textbf{x} \par but not \par \textbf{fs rn\_}&  
    124126\textbf{l} \par \textit{but not} \par \textbf{lp ld} \par \textbf{ ll ln\_}&  
     
    156158\hline 
    157159parameter&  
    158 \textbf{jp}&  
     160\textbf{jp np\_}&  
    159161\textbf{pp}&  
    160162\textbf{lp}&  
     
    190192%-------------------------------------------------------------------------------------------------------------- 
    191193 
     194N.B.   Parameter here, in not only parameter in the \textsc{Fortran} acceptation, it is also used for code variables  
     195that are read in namelist and should never been modified during a simulation.  
     196It is the case, for example, for the size of a domain (jpi,jpj,jpk). 
     197 
    192198\newpage 
    193199% ================================================================ 
     
    198204 
    199205To be done.... 
     206\end{document} 
Note: See TracChangeset for help on using the changeset viewer.