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 3218 for branches/2011/dev_NEMO_MERGE_2011/DOC/TexFiles/Namelist – NEMO

Ignore:
Timestamp:
2011-12-13T11:31:24+01:00 (12 years ago)
Author:
agn
Message:

agn: changes to documentation in dev_NEMO_MERGE_2011

--Reordered NEMO_book.tex, changed from 11pt->12pt,

only needs pstricks for logos

--more abbreviations in mathabbrev.sty
--Corrected bug in Abstracts_Foreword.tex that put whole

text into small

--Clarified discussion of LDF operator rotation in
Chap_Model_Basics.tex, Chap_LDF.tex, Annex_B.tex
--Discuss surface tapering of Griffies triads, how they

work in s-coordinates, eddy-induced velocities in
Annex_ISO.tex. Extra ref in Biblio.bib
Extra figures Fig_bdry_triads.pdf, Fig_triad_MLB.pdf
Modified namelist section namtra_ldf

--Minor corrections to Chap_DIA.tex, Chap_CFG.tex,

Chap_SBC.tex, Annex_A.tex, Chap_DOM.tex, Chap_ASM.tex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/DOC/TexFiles/Namelist/namtra_ldf

    r3116 r3218  
    11!----------------------------------------------------------------------- 
    2 &namtra_ldf    !   lateral diffusion scheme for tracer  
     2&namtra_ldf    !   lateral diffusion scheme for tracer 
    33!----------------------------------------------------------------------- 
    4    !                       !  Type of the operator :  
    5    ln_traldf_lap    =  .true.   !  laplacian operator        
    6    ln_traldf_bilap  =  .false.  !  bilaplacian operator      
     4   !                       !  Type of the operator : 
     5   ln_traldf_lap    =  .true.   !  laplacian operator 
     6   ln_traldf_bilap  =  .false.  !  bilaplacian operator 
    77   !                       !  Direction of action  : 
    8    ln_traldf_level  =  .false.  !  iso-level                 
    9    ln_traldf_hor    =  .false.  !  horizontal (geopotential)            (require "key_ldfslp" when ln_sco=T) 
    10    ln_traldf_iso    =  .true.   !  iso-neutral                          (require "key_ldfslp") 
    11    ln_traldf_grif   =  .false.  !  griffies skew flux formulation       (require "key_ldfslp") 
    12    ln_traldf_gdia   =  .false.  !  griffies operator strfn diagnostics  (require "key_ldfslp") 
    13    ln_triad_iso     =  .false.  !  griffies operator calculates triads twice => pure lateral mixing in ML (require "key_ldfslp") 
    14    ln_botmix_grif   =  .false.  !  griffies operator with lateral mixing on bottom (require "key_ldfslp") 
    15    !                       !  Coefficient 
     8   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") 
     11   !                 !  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") 
     16   !                       !  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") 
    1619   rn_aht_0         =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    17    rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
    18    rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv") 
     20   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] (normally=0; not used with Griffies) 
    1921/ 
Note: See TracChangeset for help on using the changeset viewer.