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 14177 – NEMO

Changeset 14177


Ignore:
Timestamp:
2020-12-15T22:18:46+01:00 (3 years ago)
Author:
nicolasmartin
Message:

Fix undefined refs for namelists and bibliography

Location:
NEMO/trunk/doc/latex/NEMO/subfiles
Files:
4 edited

Legend:

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

    r14113 r14177  
    763763which imposes a very small time step when an explicit time stepping is used. 
    764764Two methods are proposed to allow a longer time step for the three-dimensional equations: 
    765 the filtered free surface, which is a modification of the continuous equations (see \autoref{eq:MB_flt?}), 
     765the filtered free surface, which is a modification of the continuous equations \iffalse (see \autoref{eq:MB_flt?}) \fi 
    766766and the split-explicit free surface described below. 
    767767The extra term introduced in the filtered method is calculated implicitly, 
  • NEMO/trunk/doc/latex/NEMO/subfiles/chap_OBS.tex

    r11708 r14177  
    892892\subsubsection{Running} 
    893893 
    894 The simplest way to use the executable is to edit and append the \textbf{sao.nml} namelist to 
     894The simplest way to use the executable is to edit and append the \nam{sao}{sao} namelist to 
    895895a full \NEMO\ namelist and then to run the executable as if it were nemo.exe. 
    896896 
     
    914914For example, to read the second time counter from a single file the namelist would be. 
    915915 
    916 \begin{forlines} 
     916\begin{listing} 
     917%  \nlst{namsao} 
     918  \begin{forlines} 
    917919!---------------------------------------------------------------------- 
    918920!       namsao Standalone obs_oper namelist 
     
    924926   nn_sao_idx = 2 
    925927/ 
    926 \end{forlines} 
     928  \end{forlines} 
     929  \caption{\forcode{&namsao}} 
     930  \label{lst:namsao} 
     931\end{listing} 
    927932 
    928933%% ================================================================================================= 
     
    11191124To plot some data run IDL and then: 
    11201125 
    1121 \begin{minted}{idl} 
     1126\begin{verbatim} 
    11221127IDL> dataplot, "filename" 
    1123 \end{minted} 
     1128\end{verbatim} 
    11241129 
    11251130To read multiple files into dataplot, 
     
    11271132the easiest method is to use the spawn command to generate a list of files which can then be passed to dataplot. 
    11281133 
    1129 \begin{minted}{idl} 
     1134\begin{verbatim} 
    11301135IDL> spawn, 'ls profb*.nc', files 
    11311136IDL> dataplot, files 
    1132 \end{minted} 
     1137\end{verbatim} 
    11331138 
    11341139\autoref{fig:OBS_dataplotmain} shows the main window which is launched when dataplot starts. 
  • NEMO/trunk/doc/latex/NEMO/subfiles/chap_SBC.tex

    r14130 r14177  
    664664For the cool-skin scheme parametrization COARE and ECMWF algorithms share the same 
    665665basis: \citet{fairall.bradley.ea_JGRO96}. With some minor updates based 
    666 on \citet{zeng.beljaars_GRL05} for ECMWF, and \citet{fairall.ea_19} for COARE 
     666on \citet{zeng.beljaars_GRL05} for ECMWF \iffalse, and \citet{fairall.ea_19?} for COARE \fi 
    6676673.6. 
    668668 
     
    671671turbulence input from Langmuir circulation). 
    672672 
    673 Importantly, COARE warm-layer scheme \citep{fairall.ea_19} includes a prognostic 
     673Importantly, COARE warm-layer scheme \iffalse \citep{fairall.ea_19?} \fi includes a prognostic 
    674674equation for the thickness of the warm-layer, while it is considered as constant 
    675675in the ECWMF algorithm. 
     
    971971and tidal analysis in the model framework. This includes the computation of the gravitational 
    972972surface forcing, as well as support for lateral forcing at open boundaries (see 
    973 \autoref{subsec:LBC_bdy_tides}) and tidal harmonic analysis (see 
    974 \autoref{subsec:DIA_diamlr} and \autoref{subsec:DIA_diadetide}). The module is 
     973\autoref{subsec:LBC_bdy_tides}) and tidal harmonic analysis \iffalse (see 
     974\autoref{subsec:DIA_diamlr?} and \autoref{subsec:DIA_diadetide?}) \fi . The module is 
    975975activated with \np[=.true.]{ln_tide}{ln\_tide} in namelist 
    976976\nam{_tide}{\_tide}. It provides the same 34 tidal constituents that are 
  • NEMO/trunk/doc/latex/NEMO/subfiles/chap_ZDF.tex

    r14113 r14177  
    731731\subsubsection{Evolution of the boundary layer depth} 
    732732 
    733 The prognostic equation for the depth of the neutral/unstable boundary layer is given by \citep{grant+etal18}, 
     733The prognostic equation for the depth of the neutral/unstable boundary layer is given by \iffalse \citep{grant+etal18?}, \fi 
    734734 
    735735\begin{equation} 
     
    747747equation for the case when the pycnocline has a finite thickness, 
    748748based on the potential energy budget of the OSBL, is the leading term 
    749 \citep{grant+etal18} of a generalization of that used in mixed-layer 
     749\iffalse \citep{grant+etal18?} \fi of a generalization of that used in mixed-layer 
    750750models e.g.\ \citet{kraus.turner_T67}, in which the thickness of the pycnocline is taken to be zero. 
    751751 
Note: See TracChangeset for help on using the changeset viewer.