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

Ignore:
Timestamp:
2019-09-25T22:00:42+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Add template of versioning record at the beginning of chapters

File:
1 edited

Legend:

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

    r11597 r11598  
    22 
    33\begin{document} 
     4 
    45\chapter{Observation and Model Comparison (OBS)} 
    56\label{chap:OBS} 
    67 
     8%\subsubsection*{Changes record} 
     9%\begin{tabular}{l||l|m{0.65\linewidth}} 
     10%    Release   & Author        & Modifications \\ 
     11%    {\em 4.0} & {\em D. J. Lea} & {\em \NEMO\ 4.0 updates}  \\ 
     12%    {\em 3.6} & {\em M. Martin, A. Ryan} & {\em Add averaging operator, standalone obs oper} \\ 
     13%    {\em 3.4} & {\em D. J. Lea, M. Martin, ...} & {\em Initial version}  \\ 
     14%    {\em --\texttt{"}--} & {\em ... K. Mogensen, A. Vidard, A. Weaver} & {\em ---\texttt{"}---}  \\ 
     15%\end{tabular} 
     16 
     17\thispagestyle{plain} 
     18 
    719\chaptertoc 
    820 
    9 \vfill 
    10 \begin{figure}[b] 
    11 %% ================================================================================================= 
    12 \subsubsection*{Changes record} 
    13 \begin{tabular}{l||l|m{0.65\linewidth}} 
    14     Release   & Author        & Modifications \\ 
    15     {\em 4.0} & {\em D. J. Lea} & {\em \NEMO\ 4.0 updates}  \\ 
    16     {\em 3.6} & {\em M. Martin, A. Ryan} & {\em Add averaging operator, standalone obs oper} \\ 
    17     {\em 3.4} & {\em D. J. Lea, M. Martin, ...} & {\em Initial version}  \\ 
    18     {\em --\texttt{"}--} & {\em ... K. Mogensen, A. Vidard, A. Weaver} & {\em ---\texttt{"}---}  \\ 
    19 \end{tabular} 
    20 \end{figure} 
     21\paragraph{Changes record} ~\\ 
     22 
     23{\footnotesize 
     24  \begin{tabularx}{\textwidth}{l||X|X} 
     25    Release & Author(s) & Modifications \\ 
     26    \hline 
     27    {\em   4.0} & {\em ...} & {\em ...} \\ 
     28    {\em   3.6} & {\em ...} & {\em ...} \\ 
     29    {\em   3.4} & {\em ...} & {\em ...} \\ 
     30    {\em <=3.4} & {\em ...} & {\em ...} 
     31  \end{tabularx} 
     32} 
     33 
     34\clearpage 
    2135 
    2236The observation and model comparison code, the observation operator (OBS), reads in observation files 
     
    111125Here we show a more complete example namelist \nam{obs}{obs} and also show the NetCDF headers of 
    112126the observation files that may be used with the observation operator. 
    113  
    114127 
    115128\begin{listing} 
     
    608621 
    609622\begin{enumerate} 
    610  
    611 \item [1.] {\bfseries Great-Circle distance-weighted interpolation.} 
     623\item {\bfseries Great-Circle distance-weighted interpolation.} 
    612624  The weights are computed as a function of the great-circle distance $s(P, \cdot)$ between $P$ and 
    613625  the model grid points $A$, $B$ etc. 
     
    654666   \end{alignat*} 
    655667 
    656 \item [2.] {\bfseries Great-Circle distance-weighted interpolation with small angle approximation.} 
     668\item {\bfseries Great-Circle distance-weighted interpolation with small angle approximation.} 
    657669  Similar to the previous interpolation but with the distance $s$ computed as 
    658670  \begin{alignat*}{2} 
     
    664676  where $M$ corresponds to $A$, $B$, $C$ or $D$. 
    665677 
    666 \item [3.] {\bfseries Bilinear interpolation for a regular spaced grid.} 
     678\item {\bfseries Bilinear interpolation for a regular spaced grid.} 
    667679  The interpolation is split into two 1D interpolations in the longitude and latitude directions, respectively. 
    668680 
    669 \item [4.] {\bfseries Bilinear remapping interpolation for a general grid.} 
     681\item {\bfseries Bilinear remapping interpolation for a general grid.} 
    670682  An iterative scheme that involves first mapping a quadrilateral cell into 
    671683  a cell with coordinates (0,0), (1,0), (0,1) and (1,1). 
     
    705717  \label{fig:OBS_avgrec} 
    706718\end{figure} 
    707 % >>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    708719 
    709720\begin{figure} 
Note: See TracChangeset for help on using the changeset viewer.