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

Ignore:
Timestamp:
2019-09-19T19:44:36+02:00 (5 years ago)
Author:
nicolasmartin
Message:

New LaTeX commands \nam and \np to mention namelist content (step 2)
So far so good, the manual compiles successfully 4 times and everything seems in its right place

File:
1 edited

Legend:

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

    r11577 r11578  
    13231323 
    13241324Some metadata that may significantly increase the file size (horizontal cell areas and vertices) are controlled by 
    1325 the namelist parameter \np{ln_cfmeta}{ln\_cfmeta} in the \nam{run} namelist. 
     1325the namelist parameter \np{ln_cfmeta}{ln\_cfmeta} in the \nam{run}{run} namelist. 
    13261326This must be set to true if these metadata are to be included in the output files. 
    13271327 
     
    13451345most analysis codes can be relinked simply with the new libraries and will then read both NetCDF3 and NetCDF4 files. 
    13461346\NEMO\ executables linked with NetCDF4 libraries can be made to produce NetCDF3 files by 
    1347 setting the \np{ln_nc4zip}{ln\_nc4zip} logical to false in the \nam{nc4} namelist: 
     1347setting the \np{ln_nc4zip}{ln\_nc4zip} logical to false in the \nam{nc4}{nc4} namelist: 
    13481348 
    13491349%------------------------------------------namnc4---------------------------------------------------- 
     
    14381438 
    14391439When \key{iomput} is activated with \key{netcdf4} chunking and compression parameters for fields produced via 
    1440 \rou{iom\_put} calls are set via an equivalent and identically named namelist to \nam{nc4} in 
     1440\rou{iom\_put} calls are set via an equivalent and identically named namelist to \nam{nc4}{nc4} in 
    14411441\textit{xmlio\_server.def}. 
    1442 Typically this namelist serves the mean files whilst the \nam{nc4} in the main namelist file continues to 
     1442Typically this namelist serves the mean files whilst the \nam{nc4}{nc4} in the main namelist file continues to 
    14431443serve the restart files. 
    14441444This duplication is unfortunate but appropriate since, if using io\_servers, the domain sizes of 
     
    14491449%       Tracer/Dynamics Trends 
    14501450% ------------------------------------------------------------------------------------------------------------- 
    1451 \section[Tracer/Dynamics trends (\forcode{&namtrd})]{Tracer/Dynamics trends (\protect\nam{trd})} 
     1451\section[Tracer/Dynamics trends (\forcode{&namtrd})]{Tracer/Dynamics trends (\protect\nam{trd}{trd})} 
    14521452\label{sec:DIA_trd} 
    14531453 
     
    14641464\mdl{trddyn} and/or \mdl{trdtra} modules (see TRD directory) just after their computation 
    14651465(\ie\ at the end of each \textit{dyn....F90} and/or \textit{tra....F90} routines). 
    1466 This capability is controlled by options offered in \nam{trd} namelist. 
     1466This capability is controlled by options offered in \nam{trd}{trd} namelist. 
    14671467Note that the output are done with XIOS, and therefore the \key{iomput} is required. 
    14681468 
    1469 What is done depends on the \nam{trd} logical set to \forcode{.true.}: 
     1469What is done depends on the \nam{trd}{trd} logical set to \forcode{.true.}: 
    14701470 
    14711471\begin{description} 
     
    15131513The on-line computation of floats advected either by the three dimensional velocity field or constraint to 
    15141514remain at a given depth ($w = 0$ in the computation) have been introduced in the system during the CLIPPER project. 
    1515 Options are defined by \nam{flo} namelist variables. 
     1515Options are defined by \nam{flo}{flo} namelist variables. 
    15161516The algorithm used is based either on the work of \cite{blanke.raynaud_JPO97} (default option), 
    15171517or on a $4^th$ Runge-Hutta algorithm (\np{ln_flork4}{ln\_flork4}\forcode{=.true.}). 
     
    15721572} \\ 
    15731573 
    1574 \np{jpnfl} is the total number of floats during the run. 
     1574\np{jpnfl}{jpnfl} is the total number of floats during the run. 
    15751575When initial positions are read in a restart file (\np{ln_rstflo}{ln\_rstflo}\forcode{=.true.} ), 
    1576 \np{jpnflnewflo} can be added in the initialization file. 
     1576\np{jpnflnewflo}{jpnflnewflo} can be added in the initialization file. 
    15771577 
    15781578\subsubsection{Output data} 
     
    16311631% - \np{nb_ana}{nb\_ana}     is the number of harmonics to analyse 
    16321632 
    1633  - \np{tname}       is an array with names of tidal constituents to analyse 
    1634  
    1635  \np{nit000_han}{nit000\_han} and \np{nitend_han}{nitend\_han} must be between \np{nit000} and \np{nitend} of the simulation. 
     1633 - \np{tname}{tname}       is an array with names of tidal constituents to analyse 
     1634 
     1635 \np{nit000_han}{nit000\_han} and \np{nitend_han}{nitend\_han} must be between \np{nit000}{nit000} and \np{nitend}{nitend} of the simulation. 
    16361636 The restart capability is not implemented. 
    16371637 
     
    20352035 
    20362036In \mdl{diaptr} when \np{ln_diaptr}{ln\_diaptr}\forcode{=.true.} 
    2037 (see the \nam{ptr} namelist below) can be computed on-line the poleward heat and salt transports, 
     2037(see the \nam{ptr}{ptr} namelist below) can be computed on-line the poleward heat and salt transports, 
    20382038their advective and diffusive component, and the meriodional stream function . 
    20392039When \np{ln_subbas}{ln\_subbas}\forcode{=.true.}, transports and stream function are computed for the Atlantic, Indian, 
     
    21092109Values greater than 1 indicate that information is propagated across more than one grid cell in a single time step. 
    21102110 
    2111 The variables can be activated by setting the \np{nn_diacfl}{nn\_diacfl} namelist parameter to 1 in the \nam{ctl} namelist. 
     2111The variables can be activated by setting the \np{nn_diacfl}{nn\_diacfl} namelist parameter to 1 in the \nam{ctl}{ctl} namelist. 
    21122112The diagnostics will be written out to an ascii file named cfl\_diagnostics.ascii. 
    21132113In this file the maximum value of $C_u$, $C_v$, and $C_w$ are printed at each timestep along with the coordinates of 
Note: See TracChangeset for help on using the changeset viewer.