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 14789 for NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU/doc/latex/NEMO/subfiles/chap_OBS.tex – NEMO

Ignore:
Timestamp:
2021-05-05T13:18:04+02:00 (3 years ago)
Author:
mcastril
Message:

[2021/HPC-11_mcastril_HPDAonline_DiagGPU] Update externals

Location:
NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU

    • Property svn:externals
      •  

        old new  
        33^/utils/build/mk@HEAD         mk 
        44^/utils/tools@HEAD            tools 
        5 ^/vendors/AGRIF/dev_r12970_AGRIF_CMEMS      ext/AGRIF 
         5^/vendors/AGRIF/dev@HEAD      ext/AGRIF 
        66^/vendors/FCM@HEAD            ext/FCM 
        77^/vendors/IOIPSL@HEAD         ext/IOIPSL 
         8^/vendors/PPR@HEAD            ext/PPR 
        89 
        910# SETTE 
        10 ^/utils/CI/sette@13559        sette 
         11^/utils/CI/sette@14244        sette 
  • NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU/doc/latex/NEMO/subfiles

    • Property svn:ignore
      •  

        old new  
         1*.aux 
         2*.bbl 
         3*.blg 
         4*.fdb* 
         5*.fls 
         6*.idx 
         7*.ilg 
        18*.ind 
        2 *.ilg 
         9*.lo* 
         10*.out 
         11*.pdf 
         12*.pyg 
         13*.tdo 
         14*.toc 
         15*.xdv 
         16cache* 
  • NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU/doc/latex/NEMO/subfiles/chap_OBS.tex

    r11708 r14789  
    1414%    {\em --\texttt{"}--} & {\em ... K. Mogensen, A. Vidard, A. Weaver} & {\em ---\texttt{"}---}  \\ 
    1515%\end{tabular} 
    16  
    17 \thispagestyle{plain} 
    1816 
    1917\chaptertoc 
     
    420418 
    421419To use Sea Level Anomaly (SLA) data the mean dynamic topography (MDT) must be provided in a separate file defined on 
    422 the model grid called \ifile{slaReferenceLevel}. 
     420the model grid called \textit{slaReferenceLevel.nc}. 
    423421The MDT is required in order to produce the model equivalent sea level anomaly from the model sea surface height. 
    424422Below is an example header for this file (on the ORCA025 grid). 
     
    892890\subsubsection{Running} 
    893891 
    894 The simplest way to use the executable is to edit and append the \textbf{sao.nml} namelist to 
     892The simplest way to use the executable is to edit and append the \nam{sao}{sao} namelist to 
    895893a full \NEMO\ namelist and then to run the executable as if it were nemo.exe. 
    896894 
     
    914912For example, to read the second time counter from a single file the namelist would be. 
    915913 
    916 \begin{forlines} 
     914\begin{listing} 
     915  \begin{forlines} 
    917916!---------------------------------------------------------------------- 
    918917!       namsao Standalone obs_oper namelist 
     
    924923   nn_sao_idx = 2 
    925924/ 
    926 \end{forlines} 
     925  \end{forlines} 
     926  \caption{\forcode{&namsao}} 
     927  \label{lst:namsao} 
     928\end{listing} 
    927929 
    928930%% ================================================================================================= 
     
    11191121To plot some data run IDL and then: 
    11201122 
    1121 \begin{minted}{idl} 
     1123\begin{verbatim} 
    11221124IDL> dataplot, "filename" 
    1123 \end{minted} 
     1125\end{verbatim} 
    11241126 
    11251127To read multiple files into dataplot, 
     
    11271129the easiest method is to use the spawn command to generate a list of files which can then be passed to dataplot. 
    11281130 
    1129 \begin{minted}{idl} 
     1131\begin{verbatim} 
    11301132IDL> spawn, 'ls profb*.nc', files 
    11311133IDL> dataplot, files 
    1132 \end{minted} 
     1134\end{verbatim} 
    11331135 
    11341136\autoref{fig:OBS_dataplotmain} shows the main window which is launched when dataplot starts. 
Note: See TracChangeset for help on using the changeset viewer.