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 9407 for branches/2017/dev_merge_2017/DOC/tex_sub/chap_STO.tex – NEMO

Ignore:
Timestamp:
2018-03-15T17:40:35+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Complete refactoring of cross-referencing

  • Use of \autoref instead of simple \ref for contextual text depending on target type
  • creation of few prefixes for marker to identify the type reference: apdx|chap|eq|fig|sec|subsec|tab
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/tex_sub/chap_STO.tex

    r9393 r9407  
    55% ================================================================ 
    66\chapter{Stochastic Parametrization of EOS (STO)} 
    7 \label{STO} 
     7\label{chap:STO} 
    88 
    99Authors: P.-A. Bouttier 
     
    3939 
    4040\section{Stochastic processes} 
    41 \label{STO_the_details} 
     41\label{sec:STO_the_details} 
    4242 
    4343The starting point of our implementation of stochastic parameterizations 
     
    104104\noindent 
    105105In this way, higher order processes can be easily generated recursively using  
    106 the same piece of code implementing Eq.~(\ref{eq:autoreg}),  
     106the same piece of code implementing (\autoref{eq:autoreg}),  
    107107and using succesively processes from order $0$ to~$n-1$ as~$w^{(i)}$. 
    108 The parameters in Eq.~(\ref{eq:ord2}) are computed so that this recursive application 
    109 of Eq.~(\ref{eq:autoreg}) leads to processes with the required standard deviation 
     108The parameters in (\autoref{eq:ord2}) are computed so that this recursive application 
     109of (\autoref{eq:autoreg}) leads to processes with the required standard deviation 
    110110and correlation timescale, with the additional condition that 
    111111the $n-1$ first derivatives of the autocorrelation function 
     
    121121 
    122122\section{Implementation details} 
    123 \label{STO_thech_details} 
     123\label{sec:STO_thech_details} 
    124124 
    125125%---------------------------------------namsbc-------------------------------------------------- 
     
    135135                      (see \href{https://groups.google.com/forum/#!searchin/comp.lang.fortran/64-bit$20KISS$20RNGs}{here}) 
    136136\item[\mdl{stopts}] : stochastic parametrisation associated with the non-linearity of the equation of seawater,  
    137  implementing Eq~\ref{eq:sto_pert} and specific piece of code in the equation of state implementing Eq~\ref{eq:eos_sto}. 
     137 implementing \autoref{eq:sto_pert} and specific piece of code in the equation of state implementing \autoref{eq:eos_sto}. 
    138138\end{description} 
    139139 
    140140The \mdl{stopar} module has 3 public routines to be called by the model (in our case, NEMO): 
    141141 
    142 The first routine (\rou{sto\_par}) is a direct implementation of Eq.~(\ref{eq:autoreg}), 
     142The first routine (\rou{sto\_par}) is a direct implementation of (\autoref{eq:autoreg}), 
    143143applied at each model grid point (in 2D or 3D),  
    144144and called at each model time step ($k$) to update 
Note: See TracChangeset for help on using the changeset viewer.