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

Ignore:
Timestamp:
2019-09-25T20:20:19+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Continuation of coding rules application
Recovery of some sections deleted by the previous commit

File:
1 edited

Legend:

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

    r11596 r11597  
    99\vfill 
    1010\begin{figure}[b] 
     11%% ================================================================================================= 
    1112\subsubsection*{Changes record} 
    1213\begin{tabular}{l||l|m{0.65\linewidth}} 
     
    5556In \autoref{sec:OBS_obsutils} we describe some utilities to help work with the files produced by the OBS code. 
    5657 
     58%% ================================================================================================= 
    5759\section{Running the observation operator code example} 
    5860\label{sec:OBS_example} 
     
    103105\autoref{sec:OBS_obsutils}. 
    104106 
     107%% ================================================================================================= 
    105108\section{Technical details (feedback type observation file headers)} 
    106109\label{sec:OBS_details} 
     
    109112the observation files that may be used with the observation operator. 
    110113 
    111 %------------------------------------------namobs-------------------------------------------------------- 
    112114 
    113115\begin{listing} 
     
    116118  \label{lst:namobs} 
    117119\end{listing} 
    118 %------------------------------------------------------------------------------------------------------------- 
    119120 
    120121The observation operator code uses the feedback observation file format for all data types. 
     
    123124sea surface temperature are in the following subsections. 
    124125 
     126%% ================================================================================================= 
    125127\subsection{Profile feedback file} 
    126128 
     
    279281\end{clines} 
    280282 
     283%% ================================================================================================= 
    281284\subsection{Sea level anomaly feedback file} 
    282285 
     
    425428\end{clines} 
    426429 
     430%% ================================================================================================= 
    427431\subsection{Sea surface temperature feedback file} 
    428432 
     
    542546\end{clines} 
    543547 
     548%% ================================================================================================= 
    544549\section{Theoretical details} 
    545550\label{sec:OBS_theory} 
    546551 
     552%% ================================================================================================= 
    547553\subsection{Horizontal interpolation and averaging methods} 
    548554 
     
    579585Below is some more detail on the various options for interpolation and averaging available in \NEMO. 
    580586 
     587%% ================================================================================================= 
    581588\subsubsection{Horizontal interpolation} 
    582589 
     
    667674\end{enumerate} 
    668675 
     676%% ================================================================================================= 
    669677\subsubsection{Horizontal averaging} 
    670678 
     
    708716\end{figure} 
    709717 
     718%% ================================================================================================= 
    710719\subsection{Grid search} 
    711720 
     
    758767the $i$ and $j$ ranges of this point searched to determine the precise four points surrounding the observation. 
    759768 
     769%% ================================================================================================= 
    760770\subsection{Parallel aspects of horizontal interpolation} 
    761771\label{subsec:OBS_parallel} 
     
    772782and 2) round-robin. 
    773783 
     784%% ================================================================================================= 
    774785\subsubsection{Geographical distribution of observations among processors} 
    775786 
     
    798809this could lead to load imbalance. 
    799810 
     811%% ================================================================================================= 
    800812\subsubsection{Round-robin distribution of observations among processors} 
    801813 
     
    819831a subroutine has been developed that retrieves any grid points in the global space. 
    820832 
     833%% ================================================================================================= 
    821834\subsection{Vertical interpolation operator} 
    822835 
     
    830843%\usepackage{framed} 
    831844 
     845%% ================================================================================================= 
    832846\section{Standalone observation operator} 
    833847\label{sec:OBS_sao} 
    834848 
     849%% ================================================================================================= 
    835850\subsection{Concept} 
    836851 
     
    849864By forecast, we mean any method which produces an estimate of physical reality which is not an observed value. 
    850865 
    851 %-------------------------------------------------------------------------------------------------------- 
    852866% sao.exe 
    853 %-------------------------------------------------------------------------------------------------------- 
    854  
     867 
     868%% ================================================================================================= 
    855869\subsection{Using the standalone observation operator} 
    856870 
     871%% ================================================================================================= 
    857872\subsubsection{Building} 
    858873 
     
    862877Note this a similar approach to that taken by the standalone surface scheme \emph{SAS\_SRC} and the offline TOP model \emph{OFF\_SRC}. 
    863878 
    864 %-------------------------------------------------------------------------------------------------------- 
    865879% Running 
    866 %-------------------------------------------------------------------------------------------------------- 
     880%% ================================================================================================= 
    867881\subsubsection{Running} 
    868882 
     
    870884a full \NEMO\ namelist and then to run the executable as if it were nemo.exe. 
    871885 
    872 %-------------------------------------------------------------------------------------------------------- 
    873886% Configuration section 
    874 %-------------------------------------------------------------------------------------------------------- 
     887%% ================================================================================================= 
    875888\subsection{Configuring the standalone observation operator} 
    876889The observation files and settings understood by \nam{obs}{obs} have been outlined in the online observation operator section. 
    877890In addition is a further namelist \nam{sao}{sao} which used to set the input model fields for the SAO 
    878891 
     892%% ================================================================================================= 
    879893\subsubsection{Single field} 
    880894 
     
    901915\end{forlines} 
    902916 
     917%% ================================================================================================= 
    903918\subsubsection{Multiple fields per run} 
    904919 
     
    936951This approach is referred to as \emph{Class 4} since it is the fourth metric defined by the GODAE intercomparison project. This requires multiple runs of the SAO and running an additional utility (not currently in the \NEMO\ repository) to combine the feedback files into one class 4 file. 
    937952 
     953%% ================================================================================================= 
    938954\section{Observation utilities} 
    939955\label{sec:OBS_obsutils} 
     
    948964OBSTOOLS and dataplot are described in more detail below. 
    949965 
     966%% ================================================================================================= 
    950967\subsection{Obstools} 
    951968 
     
    953970This are helpful in handling observation files and the feedback file output from the observation operator. A brief description of some of the utilities follows 
    954971 
     972%% ================================================================================================= 
    955973\subsubsection{corio2fb} 
    956974 
     
    962980\end{cmds} 
    963981 
     982%% ================================================================================================= 
    964983\subsubsection{enact2fb} 
    965984 
     
    971990\end{cmds} 
    972991 
     992%% ================================================================================================= 
    973993\subsubsection{fbcomb} 
    974994 
     
    9811001\end{cmds} 
    9821002 
     1003%% ================================================================================================= 
    9831004\subsubsection{fbmatchup} 
    9841005 
     
    9901011\end{cmds} 
    9911012 
     1013%% ================================================================================================= 
    9921014\subsubsection{fbprint} 
    9931015 
     
    10181040\end{cmds} 
    10191041 
     1042%% ================================================================================================= 
    10201043\subsubsection{fbsel} 
    10211044 
     
    10271050\end{cmds} 
    10281051 
     1052%% ================================================================================================= 
    10291053\subsubsection{fbstat} 
    10301054 
     
    10361060\end{cmds} 
    10371061 
     1062%% ================================================================================================= 
    10381063\subsubsection{fbthin} 
    10391064 
     
    10461071\end{cmds} 
    10471072 
     1073%% ================================================================================================= 
    10481074\subsubsection{sla2fb} 
    10491075 
     
    10581084\end{cmds} 
    10591085 
     1086%% ================================================================================================= 
    10601087\subsubsection{vel2fb} 
    10611088 
     
    10671094\end{cmds} 
    10681095 
     1096%% ================================================================================================= 
    10691097\subsection{Building the obstools} 
    10701098 
    10711099To build the obstools use in the tools directory use ./maketools -n OBSTOOLS -m [ARCH]. 
    10721100 
     1101%% ================================================================================================= 
    10731102\subsection{Dataplot} 
    10741103 
Note: See TracChangeset for help on using the changeset viewer.