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

Ignore:
Timestamp:
2019-09-16T16:53:24+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Bugfix: no index entries in math env

File:
1 edited

Legend:

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

    r11543 r11551  
    10631063        \item[\np{nn\_gammablk}\forcode{=0}]: 
    10641064     The salt and heat exchange coefficients are constant and defined by \np{rn\_gammas0} and \np{rn\_gammat0}. 
    1065 \[ 
    1066   % \label{eq:SBC_isf_gamma_iso} 
    1067 \gamma^{T} = \np{rn\_gammat0} 
    1068 \] 
    1069 \[ 
    1070 \gamma^{S} = \np{rn\_gammas0} 
    1071 \] 
     1065     \begin{gather*} 
     1066       % \label{eq:SBC_isf_gamma_iso} 
     1067       \gamma^{T} = rn\_gammat0 \\ 
     1068       \gamma^{S} = rn\_gammas0 
     1069     \end{gather*} 
    10721070     This is the recommended formulation for ISOMIP. 
    10731071   \item[\np{nn\_gammablk}\forcode{=1}]: 
    10741072     The salt and heat exchange coefficients are velocity dependent and defined as 
    1075 \[ 
    1076 \gamma^{T} = \np{rn\_gammat0} \times u_{*} 
    1077 \] 
    1078 \[ 
    1079 \gamma^{S} = \np{rn\_gammas0} \times u_{*} 
    1080 \] 
     1073     \begin{gather*} 
     1074       \gamma^{T} = rn\_gammat0 \times u_{*} \\ 
     1075       \gamma^{S} = rn\_gammas0 \times u_{*} 
     1076     \end{gather*} 
    10811077     where $u_{*}$ is the friction velocity in the top boundary layer (ie first \np{rn\_hisf\_tbl} meters). 
    10821078     See \citet{jenkins.nicholls.ea_JPO10} for all the details on this formulation. It is the recommended formulation for realistic application. 
Note: See TracChangeset for help on using the changeset viewer.