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 11263 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex/NEMO/subfiles/chap_misc.tex – NEMO

Ignore:
Timestamp:
2019-07-12T12:47:53+02:00 (5 years ago)
Author:
smasson
Message:

dev_r10984_HPC-13 : merge with trunk@11242, see #2285

Location:
NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc

    • Property svn:ignore deleted
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex

    • Property svn:ignore
      •  

        old new  
        1 *.aux 
        2 *.bbl 
        3 *.blg 
        4 *.dvi 
        5 *.fdb* 
        6 *.fls 
        7 *.idx 
        8 *.ilg 
        9 *.ind 
        10 *.log 
        11 *.maf 
        12 *.mtc* 
        13 *.out 
        14 *.pdf 
        15 *.toc 
        16 _minted-* 
         1figures 
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex/NEMO

    • Property svn:ignore deleted
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex/NEMO/subfiles/chap_misc.tex

    r10601 r11263  
    6363\begin{figure}[!tbp] 
    6464  \begin{center} 
    65     \includegraphics[width=0.80\textwidth]{Fig_Gibraltar} 
    66     \includegraphics[width=0.80\textwidth]{Fig_Gibraltar2} 
     65    \includegraphics[width=\textwidth]{Fig_Gibraltar} 
     66    \includegraphics[width=\textwidth]{Fig_Gibraltar2} 
    6767    \caption{ 
    6868      \protect\label{fig:MISC_strait_hand} 
     
    8484\begin{figure}[!tbp] 
    8585  \begin{center} 
    86     \includegraphics[width=1.0\textwidth]{Fig_closea_mask_example} 
     86    \includegraphics[width=\textwidth]{Fig_closea_mask_example} 
    8787    \caption{ 
    8888      \protect\label{fig:closea_mask_example} 
     
    102102% Closed seas 
    103103% ================================================================ 
    104 \section{Closed seas (\protect\mdl{closea})} 
     104\section[Closed seas (\textit{closea.F90})] 
     105{Closed seas (\protect\mdl{closea})} 
    105106\label{sec:MISC_closea} 
    106107 
     
    122123 
    123124\begin{enumerate} 
    124 \item{{\bf No ``closea\_mask'' field is included in domain configuration 
     125\item{{\bfseries No ``closea\_mask'' field is included in domain configuration 
    125126  file.} In this case the closea module does nothing.} 
    126127 
    127 \item{{\bf A field called closea\_mask is included in the domain 
     128\item{{\bfseries A field called closea\_mask is included in the domain 
    128129configuration file and ln\_closea=.false. in namelist namcfg.} In this 
    129130case the inland seas defined by the closea\_mask field are filled in 
     
    131132closea\_mask that is nonzero is set to be a land point.} 
    132133 
    133 \item{{\bf A field called closea\_mask is included in the domain 
     134\item{{\bfseries A field called closea\_mask is included in the domain 
    134135configuration file and ln\_closea=.true. in namelist namcfg.} Each 
    135136inland sea or group of inland seas is set to a positive integer value 
     
    140141closea\_mask is zero).} 
    141142 
    142 \item{{\bf Fields called closea\_mask and closea\_mask\_rnf are 
     143\item{{\bfseries Fields called closea\_mask and closea\_mask\_rnf are 
    143144included in the domain configuration file and ln\_closea=.true. in 
    144145namelist namcfg.} This option works as for option 3, except that if 
     
    154155ocean.} 
    155156 
    156 \item{{\bf Fields called closea\_mask and closea\_mask\_emp are 
     157\item{{\bfseries Fields called closea\_mask and closea\_mask\_emp are 
    157158included in the domain configuration file and ln\_closea=.true. in 
    158159namelist namcfg.} This option works the same as option 4 except that 
     
    223224\begin{figure}[!ht] 
    224225  \begin{center} 
    225     \includegraphics[width=0.90\textwidth]{Fig_LBC_zoom} 
     226    \includegraphics[width=\textwidth]{Fig_LBC_zoom} 
    226227    \caption{ 
    227228      \protect\label{fig:LBC_zoom} 
     
    236237% Accuracy and Reproducibility 
    237238% ================================================================ 
    238 \section{Accuracy and reproducibility (\protect\mdl{lib\_fortran})} 
     239\section[Accuracy and reproducibility (\textit{lib\_fortran.F90})] 
     240{Accuracy and reproducibility (\protect\mdl{lib\_fortran})} 
    239241\label{sec:MISC_fortran} 
    240242 
    241 \subsection{Issues with intrinsinc SIGN function (\protect\key{nosignedzero})} 
     243\subsection[Issues with intrinsinc SIGN function (\texttt{\textbf{key\_nosignedzero}})] 
     244{Issues with intrinsinc SIGN function (\protect\key{nosignedzero})} 
    242245\label{subsec:MISC_sign} 
    243246 
     
    272275and their propagation and accumulation cause uncertainty in final simulation reproducibility on 
    273276different numbers of processors. 
    274 To avoid so, based on \citet{He_Ding_JSC01} review of different technics, 
     277To avoid so, based on \citet{he.ding_JS01} review of different technics, 
    275278we use a so called self-compensated summation method. 
    276279The idea is to estimate the roundoff error, store it in a buffer, and then add it back in the next addition.  
     
    314317This alternative method should give identical results to the default \textsc{ALLGATHER} method and 
    315318is recommended for large values of \np{jpni}. 
    316 The new method is activated by setting \np{ln\_nnogather} to be true ({\bf nammpp}). 
     319The new method is activated by setting \np{ln\_nnogather} to be true (\ngn{nammpp}). 
    317320The reproducibility of results using the two methods should be confirmed for each new, 
    318321non-reference configuration. 
Note: See TracChangeset for help on using the changeset viewer.