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_OBS.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_OBS.tex

    r11577 r11578  
    3232The OBS code is called from \mdl{nemogcm} for model initialisation and to calculate the model equivalent values for observations on the 0th time step. 
    3333The code is then called again after each time step from \mdl{step}. 
    34 The code is only activated if the \nam{obs} namelist logical \np{ln_diaobs}{ln\_diaobs} is set to true. 
     34The code is only activated if the \nam{obs}{obs} namelist logical \np{ln_diaobs}{ln\_diaobs} is set to true. 
    3535 
    3636For all data types a 2D horizontal interpolator or averager is needed to 
     
    4848Otherwise (by default) the model value from the nearest time step to the observation time is used. 
    4949 
    50 The code is controlled by the namelist \nam{obs}. 
     50The code is controlled by the namelist \nam{obs}{obs}. 
    5151See the following sections for more details on setting up the namelist. 
    5252 
     
    9292\end{enumerate} 
    9393 
    94 Options are defined through the \nam{obs} namelist variables. 
     94Options are defined through the \nam{obs}{obs} namelist variables. 
    9595The options \np{ln_t3d}{ln\_t3d} and \np{ln_s3d}{ln\_s3d} switch on the temperature and salinity profile observation operator code. 
    9696The filename or array of filenames are specified using the \np{cn_profbfiles}{cn\_profbfiles} variable. 
     
    114114\label{sec:OBS_details} 
    115115 
    116 Here we show a more complete example namelist \nam{obs} and also show the NetCDF headers of 
     116Here we show a more complete example namelist \nam{obs}{obs} and also show the NetCDF headers of 
    117117the observation files that may be used with the observation operator. 
    118118 
     
    896896%-------------------------------------------------------------------------------------------------------- 
    897897\subsection{Configuring the standalone observation operator} 
    898 The observation files and settings understood by \nam{obs} have been outlined in the online observation operator section. 
    899 In addition is a further namelist \nam{sao} which used to set the input model fields for the SAO 
     898The observation files and settings understood by \nam{obs}{obs} have been outlined in the online observation operator section. 
     899In addition is a further namelist \nam{sao}{sao} which used to set the input model fields for the SAO 
    900900 
    901901\subsubsection{Single field} 
     
    907907\textbf{votemper}, \textbf{vosaline} and optionally \textbf{sshn} present. 
    908908 
    909 For each field read there must be an entry in the \nam{sao} namelist specifying 
     909For each field read there must be an entry in the \nam{sao}{sao} namelist specifying 
    910910the name of the file to read and the index along the \emph{time\_counter}. 
    911911For example, to read the second time counter from a single file the namelist would be. 
Note: See TracChangeset for help on using the changeset viewer.