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 9360 for branches/2017/dev_merge_2017/DOC/TexFiles/Chapters/Introduction.tex – NEMO

Ignore:
Timestamp:
2018-02-26T15:41:49+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Preamble.tex: some cleaning, use \path instead of \textit for path typeset, testing of 2 different ways to include source code with syntax highlighting, preliminary work on hyphenation to fix overfull errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/TexFiles/Chapters/Introduction.tex

    r9019 r9360  
    107107The namelist allows to input variables (character, logical, real and integer) into the code. There is one namelist file for each component of NEMO (dynamics, sea-ice, biogeochemistry...) containing all the FOTRAN namelists needed. The implementation in NEMO uses a two step process. For each FORTRAN namelist, two files are read: 
    108108\begin{enumerate} 
    109 \item A reference namelist ( in \textit{CONFIG/SHARED/namelist\_ref} ) is read first. This file contains all the namelist variables which are initialised to default values   
    110 \item A configuration namelist ( in \textit{CONFIG/CFG\_NAME/EXP00/namelist\_cfg} ) is read aferwards. This file contains only the namelist variables which are changed from default values, and overwrites those. 
    111 \end{enumerate} 
    112 A template can be found in \textit{NEMO/OPA\_SRC/module.example} 
     109\item A reference namelist (in \path{CONFIG/SHARED/namelist_ref}) is read first. This file contains all the namelist variables which are initialised to default values   
     110\item A configuration namelist (in \path{CONFIG/CFG_NAME/EXP00/namelist_cfg}) is read aferwards. This file contains only the namelist variables which are changed from default values, and overwrites those. 
     111\end{enumerate} 
     112A template can be found in \path{NEMO/OPA_SRC/module.example}. 
    113113The effective namelist, taken in account during the run, is stored at execution time in an output\_namelist\_dyn (or \_ice or \_top) file. 
    114114 \vspace{1cm} 
Note: See TracChangeset for help on using the changeset viewer.