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 3268 – NEMO

Changeset 3268


Ignore:
Timestamp:
2012-01-18T16:36:41+01:00 (12 years ago)
Author:
agn
Message:

dev_NEMO_MERGE_2011:(DOC) Corrected Griffies namelist & refs

Location:
branches/2011/dev_NEMO_MERGE_2011/DOC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/DOC/NEMO_book.tex

    r3267 r3268  
    55 
    66\documentclass[a4paper,11pt]{book} 
     7%\documentclass[a4paper,11pt,makeidx]{book} <== may need this to generate index 
    78 
    89%  makeindex NEMO_book     <== to regenerate the index 
  • branches/2011/dev_NEMO_MERGE_2011/DOC/TexFiles/Chapters/Annex_ISO.tex

    r3267 r3268  
    4444  eddy-advective (GM) velocities are output for diagnostic purposes, even 
    4545  though the eddy advection is accomplished by means of the skew 
    46   fluxes.  
     46  fluxes. 
    4747\item[\np{ln\_traldf\_iso}] See \S\ref{sec:triad:taper}. If this is set false (the default), then 
    4848  `iso-neutral' mixing is accomplished within the surface mixed-layer 
     
    11681168 
    11691169\subsection{Streamfunction diagnostics}\label{sec:triad:sfdiag} 
    1170 Where the namelist parameter \np{ln\_botmix\_grif}=true, diagnosed 
     1170Where the namelist parameter \np{ln\_traldf\_gdia}=true, diagnosed 
    11711171mean eddy-induced velocities are output. Each time step, 
    11721172streamfunctions are calculated in the $i$-$k$ and $j$-$k$ planes at 
     
    11841184The eddy-induced velocities are then calculated from the 
    11851185straightforward discretisation of \eqref{eq:triad:eiv_v}: 
    1186 \begin{equation}\label{eq:triad:eiv_v} 
     1186\begin{equation}\label{eq:triad:eiv_v_discrete} 
    11871187\begin{split} 
    11881188 {u^*}_{i+1/2}^{k} & = - \frac{1}{{e_{3u}}_{i}^{k}}\left({\psi_1}_{i+1/2}^{k+1/2}-{\psi_1}_{i+1/2}^{k+1/2}\right),   \\ 
  • branches/2011/dev_NEMO_MERGE_2011/DOC/TexFiles/Namelist/namtra_ldf

    r3221 r3268  
    1 !----------------------------------------------------------------------- 
    2 &namtra_ldf    !   lateral diffusion scheme for tracer 
    3 !----------------------------------------------------------------------- 
    4    !                       !  Type of the operator : 
     1!---------------------------------------------------------------------------------- 
     2&namtra_ldf    !   lateral diffusion scheme for tracers 
     3!---------------------------------------------------------------------------------- 
     4   !                       !  Operator type: 
    55   ln_traldf_lap    =  .true.   !  laplacian operator 
    66   ln_traldf_bilap  =  .false.  !  bilaplacian operator 
    77   !                       !  Direction of action  : 
    88   ln_traldf_level  =  .false.  !  iso-level 
    9    ln_traldf_hor    =  .false.  !  horizontal (geopotential)            (requires "key_ldfslp" when ln_sco=T) 
    10    ln_traldf_iso    =  .true.   !  iso-neutral                          (requires "key_ldfslp") 
     9   ln_traldf_hor    =  .false.  !  horizontal (geopotential) 
     10   !                                             (needs "key_ldfslp" when ln_sco=T) 
     11   ln_traldf_iso    =  .true.   !  iso-neutral                 (needs "key_ldfslp") 
    1112   !                 !  Griffies parameters 
    12    ln_traldf_grif   =  .false.  !  use griffies triad formulation       (requires "key_ldfslp") 
    13    ln_traldf_gdia   =  .false.  !  output griffies strfn diagnostics    (requires "key_ldfslp") 
    14    ln_triad_iso     =  .false.  !  isoneutral diff'n triads => pure lateral mixing in ML (requires "key_ldfslp") 
    15    ln_botmix_grif   =  .false.  !  griffies operator with lateral mixing on bottom (requires "key_ldfslp") 
     13   ln_traldf_grif   =  .false.  !  use griffies triads         (needs "key_ldfslp") 
     14   ln_traldf_gdia   =  .false.  !  output griffies strfn       (needs "key_ldfslp") 
     15   ln_triad_iso     =  .false.  !  pure lateral mixing in ML   (needs "key_ldfslp") 
     16   ln_botmix_grif   =  .false.  !  lateral mixing on bottom    (needs "key_ldfslp") 
    1617   !                       !  Coefficients 
    17    ! rn_aeiv_0 is ignored with Held-Larichev spatially varying aeiv (key_traldf_c2d & key_orca_r2, _r1 or _r05) 
    18    rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s]    (requires "key_traldf_eiv") 
     18   ! rn_aeiv_0 is ignored with Held-Larichev spatially varying aeiv 
     19   !                   (key_traldf_c2d & key_traldf_eiv & key_orca_r2, _r1 or _r05) 
     20   rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s] 
     21   !                  (always used with Griffies; otherwise needs "key_traldf_eiv") 
    1922   rn_aht_0         =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    20    rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] (normally=0; not used with Griffies) 
     23   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
     24   !                                           (normally=0; not used with Griffies) 
    2125/ 
Note: See TracChangeset for help on using the changeset viewer.