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 11313 for NEMO/trunk/doc/latex – NEMO

Changeset 11313 for NEMO/trunk/doc/latex


Ignore:
Timestamp:
2019-07-19T18:31:10+02:00 (5 years ago)
Author:
emanuelaclementi
Message:

Added Surface wave-induced mixing section in ZDF Chapter

Location:
NEMO/trunk/doc/latex/NEMO
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/NEMO/main/bibliography.bib

    r11213 r11313  
    23062306} 
    23072307 
     2308@article{         qiao.yuan.ea_OD10, 
     2309  title         = "A three-dimensional surface wave–ocean circulation coupled  
     2310                  model and its initial testing", 
     2311  pages         = "1339--1335", 
     2312  journal       = "Ocean Dynamics", 
     2313  volume        = "60", 
     2314  number        = "5", 
     2315  author        = "F. Qiao and Y. Yuan and T. Ezer and C. Xia and  
     2316                   Y. Yang and X. Lu and Z. Song ", 
     2317  year          = "2010", 
     2318  month         = "oct", 
     2319  publisher     = "Springer-Verlag", 
     2320  issn          = "1616-7341", 
     2321  doi           = "10.1007/s10236-010-0326-y" 
     2322} 
     2323 
    23082324@article{         redi_JPO82, 
    23092325  title         = "Oceanic isopycnal mixing by coordinate rotation", 
  • NEMO/trunk/doc/latex/NEMO/subfiles/chap_ZDF.tex

    r11225 r11313  
    12351235\label{subsec:ZDF_swm} 
    12361236 
    1237 TBC ... 
     1237Surface waves produce an enhanced mixing through wave-turbulence interaction. 
     1238In addition to breaking waves induced turbulence (\autoref{subsec:ZDF_tke}), 
     1239the influence of non-breaking waves can be accounted introducing  
     1240wave-induced viscosity and diffusivity as a function of the wave number spectrum. 
     1241Following \citet{qiao.yuan.ea_OD10}, a formulation of wave-induced mixing coefficient 
     1242is provided  as a function of wave amplitude, Stokes Drift and wave-number: 
     1243 
     1244\begin{equation} 
     1245  \label{eq:Bv} 
     1246  B_{v} = \alpha {A} {U}_{st} {exp(3kz)} 
     1247\end{equation} 
     1248 
     1249Where $B_{v}$ is the wave-induced mixing coefficient, $A$ is the wave amplitude,  
     1250${U}_{st}$ is the Stokes Drift velocity, $k$ is the wave number and $\alpha$  
     1251is a constant which should be determined by observations or  
     1252numerical experiments and is set to be 1. 
     1253 
     1254The coefficient $B_{v}$ is then directly added to the vertical viscosity  
     1255and diffusivity coefficients. 
     1256 
     1257In order to account for this contribution set: \forcode{ln_zdfswm = .true.}, 
     1258then wave interaction has to be activated through \forcode{ln_wave = .true.}, 
     1259the Stokes Drift can be evaluated by setting \forcode{ln_sdw = .true.}  
     1260(see \autoref{subsec:SBC_wave_sdw}) 
     1261and the needed wave fields can be provided either in forcing or coupled mode 
     1262(for more information on wave parameters and settings see \autoref{sec:SBC_wave}) 
    12381263 
    12391264% ================================================================ 
Note: See TracChangeset for help on using the changeset viewer.