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 14200 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/doc/latex/NEMO/subfiles/chap_OBS.tex – NEMO

Ignore:
Timestamp:
2020-12-17T15:36:44+01:00 (4 years ago)
Author:
mcastril
Message:

Merging r14117 through r14199 into dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/doc/latex/NEMO/subfiles/chap_OBS.tex

    r11708 r14200  
    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. 
Note: See TracChangeset for help on using the changeset viewer.